Here’s how to get a nice automatic documentation of your Python code using Sphinx. Sphinx can automagically slurp in all your docstrings, format them nicely, and render them as HTML or PDF output. Your docstrings end up looking so nice that sometimes it makes you want to write more of them! (which of course would result in better-documented code).
Continue reading ‘Minimal Sphinx setup for autodocumenting Python modules’