From 0093808dd2c1de6c908d101373223cf21951f455 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@univie.ac.at>
Date: Fri, 17 Feb 2023 17:12:02 +0100
Subject: [PATCH] Update index.rst

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

diff --git a/docs/source/index.rst b/docs/source/index.rst
index e043d50..f5bb426 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -3,18 +3,6 @@ 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.
 
-- Why should I use it?
-  - It's pythonic: see what it does at first glance, modular, flexible
-  - It handles dependencies using SLURM without '`sleep` loops in the bash script'. 
-Functions return a SLURM ID which can be used to trigger the start of another function (interface by [brentp/slurmpy](https://github.com/brentp/slurmpy)).
-
-- How does it work?
-  - There are two kinds of code/scripts: One that is run immediately and one that is run later on.
-  - The first one instructs the cluster (SLURM) to do the things you tell it - in the right order - using the right input. 
-  - The latter kind of code actually does the things. Its code is not executed right away, but when there are resources assigned to you by SLURM. 
-
-- Can I use it for real weather?
-  -  Yes, but you need to [convert your observations into DART format.](https://docs.dart.ucar.edu)
 
 
 
-- 
GitLab