lines 7-22 of file: example/docstring.py {xrst_begin docstring_example} Docstring Example ################# Discussion ********** This example demonstrates using a python docstring to document a function. see :ref:`indent_example@Python Docstring` for an example of an indented docstring. This Example File ***************** {xrst_literal} {xrst_end docstring_example}