Skip to content

Commit

Permalink
Merge branch 'main' into dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly authored May 14, 2024
2 parents 0543482 + 6ab146a commit 5faa5f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,11 @@ program = SchemaV1.model_validate(data)

## Development

In order to install development environment or build documentation locally, please refer to [Development Guide](https://psiq.github.io/qref/latest/development/).
In order to install development environment or build documentation locally, please refer to [Development Guide](https://psiq.github.io/qref/latest/development/).


## Documentation

Documentation for `qref` can be found [here](https://psiq.github.io/qref/latest/).

To run docs locally install it with `docs` option: `pip install ".[docs]"` (or `poetry install --with docs`) and then run `mkdocs serve`.

0 comments on commit 5faa5f6

Please sign in to comment.