summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-22 14:05:03 +0200
committerGeorg Brandl <georg@python.org>2011-09-22 14:05:03 +0200
commit85c2f0b5c464abc587bdfae6cc7ccfd747eb2ae2 (patch)
tree9082932c1251c2c59eaa27307c8c17491ed1f6ad
parent8759282ac0f0b86373c82576dcb4ee0d6bcb70e1 (diff)
downloadsphinx-85c2f0b5c464abc587bdfae6cc7ccfd747eb2ae2.tar.gz
Fix #708: add reference to Pandoc.
-rw-r--r--doc/intro.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 1a39e266..1c7906ad 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -35,6 +35,9 @@ to reStructuredText/Sphinx from other documentation systems.
* Marcin Wojdyr has written a script to convert Docbook to reST with Sphinx
markup; it is at `Google Code <http://code.google.com/p/db2rst/>`_.
+* To convert different markups, `Pandoc <http://johnmacfarlane.net/pandoc/>`_ is
+ a very helpful tool.
+
Use with other systems
----------------------