See here for more complete documentation
This repo has not yet been added to PyPI. See the developer installation below.
cd
into the local version of the repoYou can also install the dependencies using poetry. I prefer setting the following:
poetry config virtualenvs.in-project true
So that the virtual environments are installed in the project directory as .venv
After cloning and cd
ing into the repo, you can install the dependencies with:
poetry install
The documentation is build with mkdocs:
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.To update the gh-pages documentation, use poetry run mkdocs gh-deply