Mercurial > pydertron
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build_docs Thu Sep 10 16:37:33 2009 -0700 @@ -0,0 +1,5 @@ +#! /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.
