Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 704 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 704 Bytes

S4 Documentation

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.

Build Instructions

Install Sphinx

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

Build

  • git clone [email protected]:s4/docs.git s4-docs
  • cd s4-docs
  • For HTML: make html
  • For PDF: make latexpdf