diff options
| author | Georg Brandl <georg@python.org> | 2011-10-07 12:47:58 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-10-07 12:47:58 +0200 |
| commit | a49c13f08a85ad353d073f015ec446caaebb0ad5 (patch) | |
| tree | 377cc14dff5eba9e384b98519a3d579907dce128 /doc/tutorial.rst | |
| parent | bec530a8bdeb84d0619d7815efa5eaa55648f800 (diff) | |
| download | sphinx-a49c13f08a85ad353d073f015ec446caaebb0ad5.tar.gz | |
Closes #585: document sphinx-apidoc.
Diffstat (limited to 'doc/tutorial.rst')
| -rw-r--r-- | doc/tutorial.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 055dda97..b0e1d486 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -26,6 +26,9 @@ configuration values from a few questions it asks you. Just run :: and answer its questions. (Be sure to say yes to the "autodoc" extension.) +There is also an automatic "API documentation" generator called +:program:`sphinx-apidoc`; see :ref:`invocation-apidoc` for details. + Defining document structure --------------------------- |
