| File | Date | Author | Commit |
|---|---|---|---|
| api | 2008-06-12 | jswhit | [r5484] add api docs |
| users | 2008-06-16 | jswhit | [r5561] new file |
| README.txt | 2008-06-10 | jswhit | [r5451] update |
| conf.py | 2008-06-09 | jswhit | [r5438] add stub files for future sphinx docs. |
| index.rst | 2008-06-16 | jswhit | [r5565] delete extra line |
| make.py | 2008-06-16 | jswhit | [r5562] make figures. |
To build docs .... * install sphinx from svn. * make _static and sphinxext symlinks here that point to the corresponding directories in the matplotlib doc tree, e.g. ln -s ../../../matplotlib/doc/_static _static ln -s ../../../matplotlib/doc/sphinxext sphinxext * run make.py. Entry point is build/html/index.html.