From b673bd55a7901f95812da995a80ec6bf15762056 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 13 Mar 2023 17:55:31 +0100 Subject: [PATCH] revert to working docs --- dartwrf/config | 1 - docs/source/dartwrf.rst | 1 - docs/source/index.rst | 6 +++++- requirements.txt | 5 +++-- 4 files changed, 8 insertions(+), 5 deletions(-) delete mode 120000 dartwrf/config diff --git a/dartwrf/config b/dartwrf/config deleted file mode 120000 index 4088526..0000000 --- a/dartwrf/config +++ /dev/null @@ -1 +0,0 @@ -../config/ \ No newline at end of file diff --git a/docs/source/dartwrf.rst b/docs/source/dartwrf.rst index c01ca5f..996f7fd 100644 --- a/docs/source/dartwrf.rst +++ b/docs/source/dartwrf.rst @@ -7,7 +7,6 @@ Subpackages .. toctree:: :maxdepth: 4 - dartwrf.config dartwrf.obs Submodules diff --git a/docs/source/index.rst b/docs/source/index.rst index 96baade..9615562 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ DART-WRF is available at `github.com/lkugler/DART-WRF <https://github.com/lkugle Other helpful resources ----------------------- -**DART documentation** `[here] <https://docs.dart.ucar.edu/en/latest/README.html>`_ +**DART documentation** `[docs.ucar.edu] <https://docs.dart.ucar.edu/en/latest/README.html>`_ **WRF user guide** `[here] <http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.2/WRFUsersGuide_v42.pdf>`_ @@ -35,6 +35,10 @@ Other helpful resources tutorial2 tutorial3 + :caption: Tutorials: + + api + modules API === diff --git a/requirements.txt b/requirements.txt index ba3a3ae..1b70a24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -pysolar==0.10.0 +sphinx>=6.1 +pysolar==1.10.0 docopt -nbsphinx +nbsphinx>=0.8.6 -- GitLab