Skip to content

s4/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:s4/docs.git s4-docs
  • cd s4-docs
  • For HTML: make html
  • For PDF: make latexpdf