Skip to content
Snippets Groups Projects
Commit a3b8451c authored by lkugler's avatar lkugler
Browse files

docs

parent e6ff9a70
Branches
No related tags found
No related merge requests found
......@@ -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
......
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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment