-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathREADME.txt
More file actions
23 lines (17 loc) · 854 Bytes
/
README.txt
File metadata and controls
23 lines (17 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This document is to help SDK developers update the BaseSpacePy documentation.
The documentation was auto-generated with sphinx version 1.1.3 (for BaseSpacePy 0.1.3). See http://sphinx-doc.org/.
To update the docs, install sphinx with:
apt-get install python-sphinx
apt-get install texlive-latex-base
apt-get install texlive-latex-recommended
apt-get install texlive-latex-extra
apt-get install texlive-fontx-recommended
Then edit 'Available Modules.txt' to add links to new modules, if needed. Since sphinx uses docstrings for its content, make sure that newly added classes/methods have properly written docstrings.
To generate new html (in ../html, run:
make html
(you may wish to delete the newly created directory ../doctrees).
To generate new latex and pdfs (in ../latex), run:
make latex
make latexpdf
To remove existing docs run:
make clean