From 8ef84f119ff4cf6d9799e107576370f13c2b4e7f Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Fri, 17 Feb 2023 17:08:46 +0100
Subject: [PATCH] docs

---
 docs/source/index.rst | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/docs/source/index.rst b/docs/source/index.rst
index 3a402a3..b7d603b 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -1,10 +1,7 @@
-Welcome to Lumache's documentation!
+Welcome to the DART-WRF documentation!
 ===================================
 
-**Lumache** (/lu'make/) is a Python library for cooks and food lovers
-that creates recipes mixing random ingredients.
-It pulls data from the `Open Food Facts database <https://world.openfoodfacts.org/>`_
-and offers a *simple* and *intuitive* API.
+DART-WRF is a Python package to run an Ensemble Data Assimilation system with the software packages DART and WRF.
 
 - Why should I use it?
   - It's pythonic: see what it does at first glance, modular, flexible
@@ -21,13 +18,6 @@ Functions return a SLURM ID which can be used to trigger the start of another fu
 
 
 
-Check out the :doc:`usage` section for further information, including
-how to :ref:`installation` the project.
-
-.. note::
-
-   This project is under active development.
-
 Contents
 --------
 
@@ -35,4 +25,5 @@ Contents
 
    usage
    api
+   example
 
-- 
GitLab