[SciPy-dev] how scipy reference guide is generated

Scott Sinclair scott.sinclair.za at gmail.com
Wed Dec 23 03:35:32 EST 2009


>2009/12/23 Forrest Sheng Bao <forrest.bao at gmail.com>:
> I want to know which toolchain is used to generate a doc like scipy
> reference guide.

The reference guide is generated from ReStructured Text (ReST) files
using Sphinx (http://sphinx.pocoo.org/).

You can take a look at http://docs.scipy.org/numpy/Front%20Page/ for
some more information on how this is achieved. It might also be worth
poking around in http://projects.scipy.org/numpy/browser/trunk/doc.

You can probably get away with a far less complex setup to generate
your own docs from Sphinx.

Cheers,
Scott



More information about the SciPy-Dev mailing list