Mercurial > pydertron
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 21:cb73bb169b67 | 22:915fdf283ac5 |
|---|---|
| 1 #! /bin/bash | 1 #! /bin/bash |
| 2 | 2 |
| 3 export DOCS=docs.html | 3 export DOCS=docs.html |
| 4 python -c "import pydertron; print pydertron.__doc__" | rst2html.py --link-stylesheet --stylesheet-path=docs.css > $DOCS | 4 rst2html.py docs.txt $DOCS -s --link-stylesheet --stylesheet-path=docs.css |
| 5 echo Documentation written to $DOCS. | 5 echo Documentation written to $DOCS. |
