The documentation for this project is handled by Read the Docs, a web service dedicated to documentation management for the open source community.
By default, the Falkor/RR-tutorials repository is bound to the RR-tutorials project on Read the Docs.
You might wish to generate locally the docs:
- Install
mkdocs - Preview your documentation from the project root by running
mkdocs serveand visit with your favorite browser the URLhttp://localhost:8000- Alternatively, you can run
make docat the root of the repository.
- Alternatively, you can run
- build the full documentation locally (in the
site/directory) by runningmkdocs build.