This repository has sources for generating S4 documentation.
S4 uses reStructuredText (RST) as documentation markup, and Sphinx as the engine for turning RST into HTML, PDF etc.
Current build has been tested with Sphinx 1.0.5 on OS X 10.5. You will need a working Latex installation (eg, Mactex on OS X) to generate PDF.
easy_install -U Sphinx
git clone [email protected]:s4/docs.git s4-docs
cd s4-docs
- For HTML:
make html
- For PDF:
make latexpdf