Skip to content

Commit 9ad3ac3

Browse files
authored
Merge pull request #88 from NREL/bsd_cal_tut
Fix doc compilation error
2 parents f4b7c67 + c0d0161 commit 9ad3ac3

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ pip install nrel-bird
3131
## Installation of BiRD OpenFOAM solver (for developers and users)
3232

3333
1. Activate your OpenFOAM-9 environment (`source <OpenFOAM-9 installation directory>/etc/<your-shell>rc`)
34-
2. cd `OFsolvers/birdmultiphaseEulerFoam/`
35-
3. `./Allwmake`
34+
2. `cd OFsolvers/birdmultiphaseEulerFoam/`
35+
3. Compile `./Allwmake`
3636

3737
## Documentation
3838

docs/source/calibration_bsd.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ Calibrate against the target data obtained with ternary breakup and coalescence
157157
.. |figures-cal-tern-corn| image:: ../assets/calibration/tutorial_bsd/Surr_opt_ternary_corner.png
158158
:width: 49.5%
159159
:alt: Parameter PDF obtained with the surrogate forward model with ternary target data
160-
.. container:: figures-cal-tern
161160

162161

163162
Calibrate against the target data obtained with binary breakup and coalescence

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
import os
33
import sys
44

5+
import sphinx.util.logging
6+
7+
sphinx.util.logging.getLogger("sphinx").setLevel("ERROR")
8+
59
# Need this so sphinx can find lumache.py. Change is .py files are elsewhere than root.
610
sys.path.insert(0, os.path.abspath("../.."))
711
sys.path.insert(0, os.path.abspath("../../bird"))
@@ -35,6 +39,7 @@
3539
# 'autoapi.extension',
3640
# 'sphinxcontrib.apidoc',
3741
]
42+
3843
# bibtex_bibfiles = ["references.bib"]
3944
# autoapi_type = 'python'
4045
# autoapi_dirs = ['../../bird']

0 commit comments

Comments
 (0)