From e6ff9a70d9a4b48c6783a962b7acf808a007a533 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 20 Feb 2023 21:49:24 +0100 Subject: [PATCH] docs --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a4b9b95..e96e328 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ Welcome to the DART-WRF documentation! -=================================== +====================================== DART-WRF is a Python package to run an Ensemble Data Assimilation system with the software packages DART and WRF. @@ -9,7 +9,7 @@ Installation At the command line: -.. code-block:: none +.. code-block:: shell git clone https://github.com/lkugler/DART-WRF.git cd DART-WRF pip install -e . -- GitLab