© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jose M. Oberle
JS Coder by day and Barista by night.
Have you tried out Sphinx? It was originally created to document the new Python release (3.0 I guess). The only downside is that it uses reStructuredText rather than Markdown. Have a look. It may work for you.
So it can do things besides doc generation! good to know :) Now all i have to do i get over my reStructuredText illiteracy and have a try :P
Yes. it's mostly used for library documentation generation. I thought it might be suitable for OP's needs. :)
Remco Boerma
CTO@NPO, python dev, dba
Thought about that one as well. Haven't used it though. Isn't sphinx for library documentation generation?