From 0e16cd191310ef18a358c04cf784875287b3a4ba Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 21 Feb 2023 10:57:27 +0100 Subject: [PATCH] . --- docs/source/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index fefc225..50d8183 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,8 +1,7 @@ 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 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>`_. Installation ------------ -- GitLab