summaryrefslogtreecommitdiff
path: root/doc/builders.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-22 10:17:35 +0200
committerGeorg Brandl <georg@python.org>2010-10-22 10:17:35 +0200
commit590c57c8a16486c4e2cdff6d79f33b3faacf2d68 (patch)
tree0dd4ff9a2c65c8651d5dd4320c70dab98de970c0 /doc/builders.rst
parentf20e978e321cae486665c6d9cfaae3e4dcb65c0b (diff)
downloadsphinx-590c57c8a16486c4e2cdff6d79f33b3faacf2d68.tar.gz
Few cleanups after texinfo builder merge (#529). Add CHANGES and AUTHORS entries. To do: add node handlers for all extension nodes so that the test documents can be handled without warnings.
Diffstat (limited to 'doc/builders.rst')
-rw-r--r--doc/builders.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/builders.rst b/doc/builders.rst
index 71e28a7c..4a95e120 100644
--- a/doc/builders.rst
+++ b/doc/builders.rst
@@ -148,16 +148,15 @@ Note that a direct PDF builder using ReportLab is available in `rst2pdf
.. module:: sphinx.builders.texinfo
.. class:: TexinfoBuilder
- This builder produces Texinfo files that can be processed into Info
- files by the :program:`makeinfo` program. You have to specify which
- documents are to be included in which Texinfo files via the
- :confval:`texinfo_documents` configuration value.
-
- The Info format is the basis of the on-line help system used by GNU
- Emacs and the terminal-based program :program:`info`. See
- :ref:`texinfo-faq` for more details. The Texinfo format is the
- official documentation system used by the GNU project. More
- information on Texinfo can be found at
+ This builder produces Texinfo files that can be processed into Info files by
+ the :program:`makeinfo` program. You have to specify which documents are to
+ be included in which Texinfo files via the :confval:`texinfo_documents`
+ configuration value.
+
+ The Info format is the basis of the on-line help system used by GNU Emacs and
+ the terminal-based program :program:`info`. See :ref:`texinfo-faq` for more
+ details. The Texinfo format is the official documentation system used by the
+ GNU project. More information on Texinfo can be found at
`<http://www.gnu.org/software/texinfo/>`_.
Its name is ``texinfo``.