view build_docs @ 22:915fdf283ac5

Moved docs out to a separate file.
author Atul Varma <varmaa@toolness.com>
date Thu, 10 Sep 2009 16:59:18 -0700
parents cb73bb169b67
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.