This is intended for simple projects, where things like Sphinx and ReadTheDocs are more complex than desired. The main value of writing Markdown is that this can be stored directly into a Git ...
. ├── .github │ └── workflows │ ├── ci.yml │ └── docs-pages.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .python ...