view build_docs @ 25:351819baecd1

Updated docs.
author Atul Varma <varmaa@toolness.com>
date Sat, 12 Sep 2009 12:43: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.