Added Sphinx documentation framework
authorW. Trevor King <wking@drexel.edu>
Thu, 6 May 2010 11:25:12 +0000 (07:25 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 6 May 2010 11:25:12 +0000 (07:25 -0400)
commitdefc6247d72ec6507df5d408ca82a34388edec0d
treea27905675b79b2a1bb25054917672c3938e2de0c
parent28237bec70cbb970c5b987550cceaf54a594e005
Added Sphinx documentation framework
14 files changed:
doc/.sconsrc-sphinx [new file with mode: 0644]
doc/SConstruct [new file with mode: 0644]
doc/USAGE [deleted file]
doc/conf.py [new file with mode: 0644]
doc/config.txt [new file with mode: 0644]
doc/doc.txt [new file with mode: 0644]
doc/generate-hooke-txt.py [new file with mode: 0644]
doc/gui.txt [moved from doc/GUI with 100% similarity]
doc/hacking.txt [new file with mode: 0644]
doc/index.txt [new file with mode: 0644]
doc/install.txt [new file with mode: 0644]
doc/testing.txt [new file with mode: 0644]
doc/tutorial.txt [new file with mode: 0644]
hooke/__init__.py