Hacker News new | ask | show | jobs
by Starlevel001 1574 days ago
Sphinx-based docs are usually excellent due to how easily it lets you flow between tutorials and references.
1 comments

Sphinx 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.