From 0516082799dddcd792a8014c8d3c1ce1a47c8a08 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 4 Aug 2009 22:39:17 +0200 Subject: [PATCH] Add link to db2rst. --- doc/intro.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/intro.rst b/doc/intro.rst index abf34a9a0..773bc74ed 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -31,6 +31,9 @@ to reStructuredText/Sphinx from other documentation systems. `_. It contains generic code to convert Python-doc-style LaTeX markup to Sphinx reST. +* Marcin Wojdyr has written a script to convert Docbook to reST with Sphinx + markup; it is at `Google Code `_. + Prerequisites -------------