mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 23:27:27 +08:00
df42414782
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.
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.