From 3da519a2e666a9287c556d96d17ec936d898e56a Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Fri, 14 Apr 2023 17:42:21 +0200 Subject: [PATCH] . --- docs/source/api.rst | 8 -------- docs/source/dartwrf.rst | 16 ++++++++-------- docs/source/index.rst | 9 +++++---- docs/source/modules.rst | 4 ++-- 4 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 docs/source/api.rst diff --git a/docs/source/api.rst b/docs/source/api.rst deleted file mode 100644 index 55b8543..0000000 --- a/docs/source/api.rst +++ /dev/null @@ -1,8 +0,0 @@ -API -==== - -.. autosummary:: - :toctree: generated - - dartwrf - diff --git a/docs/source/dartwrf.rst b/docs/source/dartwrf.rst index c01ca5f..d358f32 100644 --- a/docs/source/dartwrf.rst +++ b/docs/source/dartwrf.rst @@ -13,6 +13,14 @@ Subpackages Submodules ---------- +dartwrf.workflows module +------------------------ + +.. automodule:: dartwrf.workflows + :members: + :undoc-members: + :show-inheritance: + dartwrf.assim\_synth\_obs module -------------------------------- @@ -141,14 +149,6 @@ dartwrf.utils module :undoc-members: :show-inheritance: -dartwrf.workflows module ------------------------- - -.. automodule:: dartwrf.workflows - :members: - :undoc-members: - :show-inheritance: - dartwrf.wrfinput\_add\_geo module --------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 66594ab..35d6c49 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -29,7 +29,7 @@ Other helpful resources .. toctree:: :maxdepth: 2 - :caption: Tutorials: + :caption: Tutorials notebooks/tutorial1 notebooks/tutorial2 @@ -37,11 +37,12 @@ Other helpful resources .. toctree:: :hidden: - :caption: API: + :caption: Reference - api modules - + genindex + modindex + search API === diff --git a/docs/source/modules.rst b/docs/source/modules.rst index d2417a8..a514a2a 100644 --- a/docs/source/modules.rst +++ b/docs/source/modules.rst @@ -1,5 +1,5 @@ -dartwrf -======= +API Reference +============= .. toctree:: :maxdepth: 4 -- GitLab