Software Development/Docstrings

From The Thinkulum
< Software Development
Revision as of 05:48, 22 February 2019 by Andy Culbertson (talk | contribs) (Added the article.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.