summaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-22 11:11:32 +0200
committerGeorg Brandl <georg@python.org>2010-05-22 11:11:32 +0200
commit6146d8623b2f767523c196c6ec490a6ce0eddeb8 (patch)
treedc32ca57e91b45c407e305639b46a2bc5b408e36 /doc/intro.rst
parent6607a7579488ed087c1a832b19a5c33510272183 (diff)
downloadsphinx-6146d8623b2f767523c196c6ec490a6ce0eddeb8.tar.gz
#406: mention rst2pdf integration in intro.
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 600493c9..33f97a3f 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -8,7 +8,8 @@ you have a directory containing a bunch of reST-formatted documents (and
possibly subdirectories of docs in there as well), Sphinx can generate a
nicely-organized arrangement of HTML files (in some other directory) for easy
browsing and navigation. But from the same source, it can also generate a
-LaTeX file that you can compile into a PDF version of the documents.
+LaTeX file that you can compile into a PDF version of the documents, or a
+PDF file directly using `rst2pdf <http://rst2pdf.googlecode.com>`_.
The focus is on hand-written documentation, rather than auto-generated API docs.
Though there is support for that kind of docs as well (which is intended to be