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

docs

parent e6ff9a70
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ extensions = [ ...@@ -18,7 +18,8 @@ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.autosummary', 'sphinx.ext.autosummary',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.napoleon' 'sphinx.ext.napoleon',
'nbsphinx'
] ]
napoleon_google_docstring = True napoleon_google_docstring = True
......
Welcome to the DART-WRF documentation! 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 Installation
...@@ -9,7 +9,7 @@ Installation ...@@ -9,7 +9,7 @@ Installation
At the command line: At the command line:
.. code-block:: shell .. code-block:: console
git clone https://github.com/lkugler/DART-WRF.git git clone https://github.com/lkugler/DART-WRF.git
cd DART-WRF cd DART-WRF
pip install -e . pip install -e .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment