Skip to content

Commit

Permalink
Merge pull request #49 from sjvrijn/fix-docs
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
sjvrijn committed Jun 3, 2022
2 parents 81bd292 + 91a726b commit 8e97be5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -60,7 +60,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
@@ -1,7 +1,7 @@
MultiFidelityFunction
=====================

.. automodule:: mf2.multiFidelityFunction
.. automodule:: mf2.multi_fidelity_function
:members:
:special-members: __init__
:undoc-members:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mf2.rst
Expand Up @@ -5,7 +5,7 @@ Fixed Functions
---------------
.. toctree::

functions/multiFidelityFunction
functions/multi_fidelity_function
functions/bohachevsky
functions/booth
functions/borehole
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Expand Up @@ -5,3 +5,5 @@ pyprojroot
pytest
pytest-cov
pytest-regressions
sphinx
sphinx_rtd_theme

0 comments on commit 8e97be5

Please sign in to comment.