From f7da5e71fe1315b12f03f17110accded5ceb2182 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 14 Mar 2023 12:39:14 +0100 Subject: [PATCH] Revert "revert to working docs" This reverts commit b673bd55a7901f95812da995a80ec6bf15762056. --- dartwrf/config | 1 + docs/source/dartwrf.rst | 1 + docs/source/index.rst | 6 +----- requirements.txt | 5 ++--- 4 files changed, 5 insertions(+), 8 deletions(-) create mode 120000 dartwrf/config diff --git a/dartwrf/config b/dartwrf/config new file mode 120000 index 0000000..4088526 --- /dev/null +++ b/dartwrf/config @@ -0,0 +1 @@ +../config/ \ No newline at end of file diff --git a/docs/source/dartwrf.rst b/docs/source/dartwrf.rst index 996f7fd..c01ca5f 100644 --- a/docs/source/dartwrf.rst +++ b/docs/source/dartwrf.rst @@ -7,6 +7,7 @@ Subpackages .. toctree:: :maxdepth: 4 + dartwrf.config dartwrf.obs Submodules diff --git a/docs/source/index.rst b/docs/source/index.rst index 9615562..96baade 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** `[docs.ucar.edu] <https://docs.dart.ucar.edu/en/latest/README.html>`_ +**DART documentation** `[here] <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,10 +35,6 @@ Other helpful resources tutorial2 tutorial3 - :caption: Tutorials: - - api - modules API === diff --git a/requirements.txt b/requirements.txt index 1b70a24..ba3a3ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -sphinx>=6.1 -pysolar==1.10.0 +pysolar==0.10.0 docopt -nbsphinx>=0.8.6 +nbsphinx -- GitLab