JWS-114 Fixed what the default for local and cluster should (also considering people...
[jabaws.git] / docs / v_2_2_0 / README.txt
1 # New 2017
2 # Autogenerate the Manual pages with Sphinx v1.5.1 (using the readthedocs theme)
3
4 # I installed sphinx
5 pip install sphinx
6
7 # then ran the command below, choosing appropriate configurations
8 sphinx-quickstart
9
10 # then converted the current pages to *.rst
11
12 # then generated the html pages and pdf (via latex and local build with pdflatex)
13 make html
14 make latex
15
16 # then local build pdf using (Sublime's (MacOS app) Latex build tools)
17 # if pdflatex is installed the command should work
18 make latexpdf