From 9f4cfaccdebdc93a2cd84ea62c9c113c340c0a6b Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 14 Mar 2023 16:02:07 +0100 Subject: [PATCH] . --- docs/source/index.rst | 44 ------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 docs/source/index.rst diff --git a/docs/source/index.rst b/docs/source/index.rst deleted file mode 100644 index bb84e17..0000000 --- a/docs/source/index.rst +++ /dev/null @@ -1,44 +0,0 @@ -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>`_. - -Installation ------------- - -DART-WRF is available at `github.com/lkugler/DART-WRF <https://github.com/lkugler/DART-WRF>`_ using the command line: - -.. code-block:: - - git clone https://github.com/lkugler/DART-WRF.git - cd DART-WRF - pip install -e . - - -Other helpful resources ------------------------ - -**DART documentation** `[here] <https://docs.dart.ucar.edu/en/latest/README.html>`_ -**WRF user guide** `[here] <http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.2/WRFUsersGuide_v42.pdf>`_ - - -.. toctree:: - :hidden: - - Home <self> - -.. toctree:: - :maxdepth: 2 - :caption: Tutorials: - - notebooks/test - - -API -=== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - - -- GitLab