6 ms·
Django has some of my favourite docs, organized incredibly well: * Tutorials * Topic guides * Reference guides * How-to guides https://docs.djangoproject.com/
by Nagyman 5y ago
Django has some of my favourite docs, organized incredibly well:
* Tutorials
* Topic guides
* Reference guides
* How-to guides
https://docs.djangoproject.com/en/4.0/#how-the-documentation-is-organized https://docs.djangoproject.com/en/4.0/#how-the-documentation...
- Starlevel001 5y agoSphinx-based docs are usually excellent due to how easily it lets you flow between tutorials and references.
- PaulHoule 5y agoSphinx has a nice facility for blending "Javadoc" style documentation with discursive explanations which is used to great effect in the Python docs, but used that way it doesn't automatically generate all of the automatically generatable documentation the way Javadoc does so often you end up with lots of content missing.