summaryrefslogtreecommitdiff
path: root/doc/tutorial.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-10-07 12:47:58 +0200
committerGeorg Brandl <georg@python.org>2011-10-07 12:47:58 +0200
commita49c13f08a85ad353d073f015ec446caaebb0ad5 (patch)
tree377cc14dff5eba9e384b98519a3d579907dce128 /doc/tutorial.rst
parentbec530a8bdeb84d0619d7815efa5eaa55648f800 (diff)
downloadsphinx-a49c13f08a85ad353d073f015ec446caaebb0ad5.tar.gz
Closes #585: document sphinx-apidoc.
Diffstat (limited to 'doc/tutorial.rst')
-rw-r--r--doc/tutorial.rst3
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
---------------------------