annotate build_docs @ 26:c4181cc0771d

Fixed a bug whereby pydermonkey.Object instances couldn't be passed from python-space into JS-space. I think.
author Atul Varma <varmaa@toolness.com>
date Sun, 21 Mar 2010 22:11:51 -0700
parents 915fdf283ac5
children
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
22
915fdf283ac5 Moved docs out to a separate file.
Atul Varma <varmaa@toolness.com>
parents: 21
diff changeset
4 rst2html.py docs.txt $DOCS -s --link-stylesheet --stylesheet-path=docs.css
21
cb73bb169b67 Added html docs.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
5 echo Documentation written to $DOCS.