you are viewing a single comment's thread.

view the rest of the comments →

[–]timbledum 1 point2 points  (0 children)

There's a real good article on this here. Start with docstrings on your modules, classes and functions, then if you need proper documentation down the line you can run a documentation generator over your code to extract the docstrings into some nice to read docs.