Mercurial > pydertron
view build_docs @ 21:cb73bb169b67
Added html docs.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Thu, 10 Sep 2009 16:37:33 -0700 |
| parents | |
| children | 915fdf283ac5 |
line wrap: on
line source
#! /bin/bash export DOCS=docs.html python -c "import pydertron; print pydertron.__doc__" | rst2html.py --link-stylesheet --stylesheet-path=docs.css > $DOCS echo Documentation written to $DOCS.
