From de81c40b98311e18d5a40943d22c87845477bdae Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 20 Feb 2023 18:14:26 +0100 Subject: [PATCH] . --- docs/source/index.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 26d5a12..a4b9b95 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,18 +4,29 @@ 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. +Installation +------------ + +At the command line: + +.. code-block:: none + git clone https://github.com/lkugler/DART-WRF.git + cd DART-WRF + pip install -e . + .. toctree:: :maxdepth: 2 - :caption: Contents: + :caption: Tutorials: readme tutorial1 tutorial2 -Indices and tables -================== + +API +=== * :ref:`genindex` * :ref:`modindex` -- GitLab