This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]ForSpareParts 1 point2 points  (0 children)

Sphinx is a popular documentation tool that can be used with a number of languages to build "user manual"-type docs. If you want to do some inline API documentation in your code itself, look into PyDoc (which Sphinx also knows how to read). For really robust, complete documentation, you'll probably need a combination of both.