Skip to content
Snippets Groups Projects
Commit 70d9f40f authored by lkugler's avatar lkugler
Browse files

.

parent c95e8d7c
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../../'))
project = 'DART-WRF'
copyright = '2023, Lukas Kugler'
author = 'Lukas Kugler'
release = '2023.2.17'
release = '2023.2.21'
# -- General configuration
......@@ -22,6 +22,8 @@ extensions = [
'nbsphinx'
]
autodoc_mock_imports = ['numpy',]
napoleon_google_docstring = True
napoleon_numpy_docstring = False
......
......@@ -20,13 +20,12 @@ At the command line:
.. toctree::
:maxdepth: 2
self
.. toctree::
:maxdepth: 2
:caption: Tutorials:
tutorial1
tutorial2
tutorial3
.. automodule:: dartwrf.assim_synth_obs
:members:
:exclude-members:
API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment