-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from gassmoeller/fix_readthedocs
Fix cig bottom sidebar logo and improve documentation installation instructions
- Loading branch information
Showing
4 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<img src="/en/latest/_static/images/cig_logo_dots.png" alt="CIG Logo" height="80px" style="padding: 5px;"/> | ||
<img src="/en/latest/_static/cig_logo_dots.png" alt="CIG Logo" height="80px" style="padding: 5px;"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
(cha:installation)= | ||
# Installation | ||
|
||
This template uses the latest versions of the following: | ||
|
||
* sphinx 4.2.0 | ||
* sphinx-book-theme 1.0.1 | ||
* python 3.9.7 | ||
* myst-parser 0.18.1 *if using rst* | ||
* nbsphinx 0.9.2 | ||
* sphinxcontrib-bibtex 2.5.0 | ||
|
||
Use `conda install` or `pip install`. | ||
Include instructions for how to install your software. This page can also reference | ||
your [INSTALL](https://github.com/geodynamics/software_template/blob/main/INSTALL) | ||
or [README.md](https://github.com/geodynamics/software_template/blob/main/README.md#installation-instructions) | ||
file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
(cha:run-aspect)= | ||
# Running *My Project* | ||
|
||
|
||
To create html documentation, from the main directory `docs`: | ||
``` | ||
make html | ||
``` | ||
|
||
This creates the `_build` directory. | ||
|
||
Select `index.html` to display your manual in a browser window. | ||
|
||
See [https://readthedocs.org/](https://readthedocs.org/) for online hosting of your manual. | ||
Instructions for how to run *My Project*. |