From 63245af89100e00e1f4f4801006b0c2f47a7612c Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Wed, 22 Feb 2023 15:48:24 +0100 Subject: [PATCH] . --- docs/source/index.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 2581088..5e74124 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,11 +3,10 @@ Welcome to the DART-WRF documentation! **DART-WRF** is a python package to run an Ensemble Data Assimilation system using the data assimilation suite `DART <https://docs.dart.ucar.edu/en/latest/README.html>`_ and the weather research and forecast model `WRF <https://www2.mmm.ucar.edu/wrf/users/docs/docs_and_pubs.html>`_. -DART-WRF is available at `github.com/lkugler/DART-WRF <https://github.com/lkugler/DART-WRF>`_. - Installation ------------ +DART-WRF is available at `github.com/lkugler/DART-WRF <https://github.com/lkugler/DART-WRF>`_. At the command line: .. code-block:: @@ -16,6 +15,14 @@ At the command line: cd DART-WRF pip install -e . + +Helpful other documentations +---------------------------- + +`**DART** <https://docs.dart.ucar.edu/en/latest/README.html>`_ +`**WRF** <https://www2.mmm.ucar.edu/wrf/users/docs/docs_and_pubs.html>`_ + + .. toctree:: :hidden: -- GitLab