Skip to content

Commit

Permalink
name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 26, 2019
1 parent 2a7e733 commit d43ea4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ def setup(app):
# -- Options for LaTeX output ---------------------------------------------
# latex_engine = 'lualatex'
# logo to big
latex_logo = "pics/OGS_150.png"

## add a LOGO
# latex_logo = "pics/logo.png"

# latex_show_urls = 'footnote'
# http://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output
Expand Down Expand Up @@ -226,7 +228,7 @@ def setup(app):
"mhmpy Documentation",
author,
"mhmpy",
"Python API for OGS5.",
"Python API for MHM.",
"Miscellaneous",
)
]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mhmpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from mhmpy import __version__


class TestOGS(unittest.TestCase):
class Test(unittest.TestCase):
def setUp(self):
self.version = __version__

Expand Down

0 comments on commit d43ea4c

Please sign in to comment.