Merge branch 'master' of github.com:OPM/LBPM
This commit is contained in:
commit
4b92170d21
@ -1,19 +1,27 @@
|
|||||||
Dependencies for LBPM documentation
|
Dependencies for LBPM documentation
|
||||||
|
|
||||||
# install sphinx
|
# install sphinx
|
||||||
|
```python
|
||||||
pip install Sphinx
|
pip install Sphinx
|
||||||
|
```
|
||||||
# foamatting requires sphinx read-the-docs-theme
|
# foamatting requires sphinx read-the-docs-theme
|
||||||
|
```python
|
||||||
pip install sphinx-rtd-theme
|
pip install sphinx-rtd-theme
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# equation rendering requires latex and dvipng command
|
# equation rendering requires latex and dvipng command
|
||||||
|
```
|
||||||
sudo apt-get install dvipng
|
sudo apt-get install dvipng
|
||||||
sudo apt-get install texlive texstudio
|
sudo apt-get install texlive texstudio
|
||||||
sudo apt-get install texlive-latex-recommended texlive-pictures texlive-latex-extra
|
sudo apt-get install texlive-latex-recommended texlive-pictures texlive-latex-extra
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# To build the docs
|
# To build the docs
|
||||||
|
```
|
||||||
Step 1) install dependencies listed above
|
Step 1) install dependencies listed above
|
||||||
Step 2) type 'make html' from the docs/ directory
|
Step 2) type 'make html' from the docs/ directory
|
||||||
Step 3) point your browser at ~/local/doc/build/html/index.html
|
Step 3) point your browser at ~/local/doc/build/html/index.html
|
||||||
#
|
```
|
||||||
|
#
|
||||||
|
@ -3,3 +3,5 @@ Visualizing simulation data with visit
|
|||||||
======================================
|
======================================
|
||||||
|
|
||||||
placeholder for visit
|
placeholder for visit
|
||||||
|
|
||||||
|
Paraview > v 5.6 also works
|
||||||
|
Loading…
Reference in New Issue
Block a user