File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ build:
1212
1313# Build documentation in the root directory with Sphinx
1414sphinx :
15- configuration : ./doc/sphinx_template/docs/ conf.py
15+ configuration : ./doc/sphinx_template/conf.py
1616
1717# Optionally build your docs in additional formats such as PDF and ePub
1818formats :
1919 - htmlzip
2020 - pdf
2121
2222conda :
23- environment : ./doc/sphinx /environment.yml
23+ environment : ./doc/sphinx_template /environment.yml
Original file line number Diff line number Diff line change 11This directory should contain the documentation for your software. For the
2- official manual template in tex provided by the Computational Infrastructure for
3- Geodynamics, see:
2+ official manual template in LaTex, see:
43https://github.com/geodynamics/best_practices/tree/master/software_manual_template
54
6- To generate html documentation using sphinx, see the directory /sphinx_template.
7- Navigate to sphinx_template/docs/_ build/html and double click on index.html to access
8- instructions on how to use the template and to view the example.
5+ For the official Sphinx documentation template see https://software-template.readthedocs.io ,
6+ which also includes information on how to build the documentation locally
7+ in the /sphinx_template directory.
8+ After building the documentation you can navigate to sphinx_template/_ build/html
9+ and double click on index.html to view the example offline.
910
1011Keep in mind that your code should ideally also use an in-source documentation
1112system like doxygen or autodoc. We recommend writing your manual in LaTeX (like
You can’t perform that action at this time.
0 commit comments