Files
scikit-image/doc
Stefan van der Walt df42414782 Improved example notebook generation
When examples get converted to notebooks, we use docutils to convert the ReST
paragraphs to HTML (markdown).  Docutils doesn't understand all of Sphinx's
markup, so we have to compromise in certain places.
2014-12-15 02:17:31 +02:00
..
2014-12-15 02:17:31 +02:00
2014-12-13 11:59:22 -06:00
2012-10-29 18:10:39 +01:00
2014-05-27 21:46:41 -04:00
2013-03-13 12:08:08 +01:00
2014-10-11 04:58:10 -05:00

Building docs

To build docs, run make in this directory. make help lists all targets.

Requirements

Sphinx is needed to build doc. Install with pip install sphinx.