File: README

package info (click to toggle)
dipy 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 43,276 kB
  • ctags: 9,823
  • sloc: python: 22,407; makefile: 260; pascal: 155; sh: 15; ansic: 11
file content (15 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Examples built README
---------------------

This directory is a build-time container for the examples.  The
<root>/tools/make_examples.py script takes the examples in <root>/doc/examples,
compiles the examples to rst files, builds all the graphics, and puts the
result into this directory, along with copies of the .py files.

The contents of this directory then gets included because the
<root>/doc/example_index.rst file points to this directory and the built .rst
files.

Please don't put anything in this directory other than the .gitignore (ignore
everything) and this README.  If you need something in here, please copy it
from the make_examples.py script.