File: README.txt

package info (click to toggle)
nipype 0.5.3-2wheezy2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,884 kB
  • sloc: python: 36,872; tcl: 597; makefile: 167
file content (28 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
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