diff options
Diffstat (limited to 'doc/tutorial/automatic-doc-generation.rst')
-rw-r--r-- | doc/tutorial/automatic-doc-generation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorial/automatic-doc-generation.rst b/doc/tutorial/automatic-doc-generation.rst index 8c6e80236..da263f8ef 100644 --- a/doc/tutorial/automatic-doc-generation.rst +++ b/doc/tutorial/automatic-doc-generation.rst @@ -60,6 +60,7 @@ with :rst:dir:`autofunction`: .. autofunction:: lumache.get_random_ingredients If you now build the HTML documentation, the output will be the same! +With the advantage that it is generated from the code itself. Sphinx took the reStructuredText from the docstring and included it, also generating proper cross-references. |