Mercurial > pydertron
diff build_docs @ 22:915fdf283ac5
Moved docs out to a separate file.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Thu, 10 Sep 2009 16:59:18 -0700 |
| parents | cb73bb169b67 |
| children |
line wrap: on
line diff
--- a/build_docs Thu Sep 10 16:37:33 2009 -0700 +++ b/build_docs Thu Sep 10 16:59:18 2009 -0700 @@ -1,5 +1,5 @@ #! /bin/bash export DOCS=docs.html -python -c "import pydertron; print pydertron.__doc__" | rst2html.py --link-stylesheet --stylesheet-path=docs.css > $DOCS +rst2html.py docs.txt $DOCS -s --link-stylesheet --stylesheet-path=docs.css echo Documentation written to $DOCS.
