cat doc.rst | grep -v '//.. ' > doc_clean.rst
python cpplone.py --dir /science/documentation/workbench-advanced/advanced-usage/scripting-user-s-guide/ --id doc.html --title 'Astrogrid from Python' --type Document --mtype text/restructured doc_clean.rst 
./doc2help.py

pushd help
./rst2htm.py
./createchm.py
popd
