view build_docs @ 24:c2c369402a2e

Added more docs, fixed edge cases.
author Atul Varma <varmaa@toolness.com>
date Thu, 10 Sep 2009 22:32:45 -0700
parents 915fdf283ac5
children
line wrap: on
line source

#! /bin/bash

export DOCS=docs.html
rst2html.py docs.txt $DOCS -s --link-stylesheet --stylesheet-path=docs.css
echo Documentation written to $DOCS.