diff options
| author | Georg Brandl <georg@python.org> | 2010-05-22 11:11:32 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-22 11:11:32 +0200 |
| commit | 6146d8623b2f767523c196c6ec490a6ce0eddeb8 (patch) | |
| tree | dc32ca57e91b45c407e305639b46a2bc5b408e36 /doc/intro.rst | |
| parent | 6607a7579488ed087c1a832b19a5c33510272183 (diff) | |
| download | sphinx-6146d8623b2f767523c196c6ec490a6ce0eddeb8.tar.gz | |
#406: mention rst2pdf integration in intro.
Diffstat (limited to 'doc/intro.rst')
| -rw-r--r-- | doc/intro.rst | 3 |
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 |
