annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
cb73bb169b67 Added html docs.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
1 #! /bin/bash
cb73bb169b67 Added html docs.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
2
cb73bb169b67 Added html docs.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
3 export DOCS=docs.html
cb73bb169b67 Added html docs.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
4 python -c "import pydertron; print pydertron.__doc__" | rst2html.py --link-stylesheet --stylesheet-path=docs.css > $DOCS
cb73bb169b67 Added html docs.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
5 echo Documentation written to $DOCS.