1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
======================
Nipype Documentation
======================
This directory contains the documentation for the Nipype_ project.
The documentation is written in reST_ (reStructuredText) and uses
Sphinx_ to render html documentation from the rst source files.
A relatively recent version of Sphinx_ is required to build the
documentation, at least 0.6.x.
Use the ``Makefile`` to build the documentation. Common commands:
Discover available make targets::
make help
Clean up previous build::
make clean
Build html documentation::
make html
|