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

.

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