A static site with canto documentation for users to get started with Canto. The website is deployed every time a commit to master is made and can be accessed at https://pombase.github.io/canto_tutorial/.
For Val, if you have not added poetry to the path, use .local/bin/poetry
instead of poetry.
To install the dependencies, we used poetry (see poetry installation instructions). In the source directory run:
# install dependencies in ./.venv
poetry install
# activate virtual environment
poetry shell
# start dev server
mkdocs serve
Go to http://127.0.0.1:8000/ and you should see the page.
Full documentation on the theme and static site generator used (Material for MkDocs) can be found in the official documentation. There is some extra info in the repo wiki.
The content of this website are licensed under the Creative Commons Attribution 4.0 International License.
See contributing.md.