Writing RDFLib Documentation
These docs are generated with Material for MkDocs.
- When writing doc-strings use markdown and google style.
- API Docs are automatically generated with
mkdocstring. - See the supported admonitions here
Building
To build the documentation you can use mkdocs from within the poetry environment. To do this, run the following commands:
Built HTML docs will be generated in site/ and API documentation, generated as markdown from doc-strings, will be placed in docs/apidocs/.
API Docs are automatically generated with mkdocstring
There is also a tox environment for building documentation:
You can check the built documentation with:
Development
Run development server with auto-reload on change to code:
Tables
The tables in plugin_*.rst were generated with plugintable.py