Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 9, 2024
1 parent fc9d454 commit 08712cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This package connects the [bfabric](https://fgcz-bfabric.uzh.ch/bfabric/) system
The [bfabricShiny](https://github.com/cpanse/bfabricShiny) R package is an extension and provides code snippets and sample implementation for a seamless R shiny bfabric integration.
For more advanced users the *bfabricPy* package also provides a powerful query interface on the command-line though using the provided scripts.

You can find the up-to-date documentation at [https://fgcz.github.io/bfabricPy](https://fgcz.github.io/bfabricPy).

## CheatSheet

### Read
Expand Down
12 changes: 12 additions & 0 deletions docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ With `nox` and `uv` installed, it is as simple as running `nox` in the project r
## Integration tests

Note that integration tests have been moved to a separate repository. Please contact us if you are interested.

## Documentation

We currently do not have a versioning solution for the documentation, but we can add that later once it is more mature.

```bash
# To preview while you write it
mkdocs serve

# To publish after changes
mkdocs gh-deploy
```
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ dev = [
"pytest-mock",
"logot",
"nox",
"uv"
"uv",
"mkdocs"
]

[project.urls]
Expand Down

0 comments on commit 08712cb

Please sign in to comment.