WELCOME
Here we provide short tutorials on generating documentation, with the templates and coded provided in this tutorial repository.
- using markdown
e.g. in
README.mdin a github repository - using docstrings
- using pdoc3
- using mkdocs
- hosting
Examples of other documented projects
- mdtraj:
- Uses
sphinxwithReadTheDocstheme. Note the "view page source" link on the top right of the page, which shows the reStructuredText used to write the page.
- Uses
- scikitlearn
- the "view page source" is on the bottom left of the page
- mkdocstrings
- using a newer standard called
mkdocsthat is markdown-native, and thematerialtheme.
- using a newer standard called
- pdoc3
- a lightweight document generation, with no set up files!
- can be more heavily themed, e.g. see the hikari project.