Software Development/Docstrings

From The Thinkulum
Jump to navigation Jump to search

Here are discussions of what to put in a docstring:

My snippets for functions and modules will include docstring outlines.

Then you need a tool to present the docstrings to the reader. For now I'm going with Sphinx, since Python developers seem to prefer it. Since it formats more than just docstrings, I've put its links in the "Project documentation" section below.