From a3b8451ca2f39280ac3e27d40699ef0a55d281d1 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 20 Feb 2023 22:04:15 +0100 Subject: [PATCH] docs --- docs/source/conf.py | 3 ++- docs/source/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b97b74d..72d77d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,8 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', - 'sphinx.ext.napoleon' + 'sphinx.ext.napoleon', + 'nbsphinx' ] napoleon_google_docstring = True diff --git a/docs/source/index.rst b/docs/source/index.rst index e96e328..d41f63e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,7 @@ 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. +DART-WRF is a python package to run an Ensemble Data Assimilation system with the software packages DART and WRF. Installation @@ -9,7 +9,7 @@ Installation At the command line: -.. code-block:: shell +.. code-block:: console git clone https://github.com/lkugler/DART-WRF.git cd DART-WRF pip install -e . -- GitLab