Commit 1e343627 authored by Ezra Eisbrenner's avatar Ezra Eisbrenner
Browse files

Add calculations of Ekman transport and wind speed

parent 3f8699d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Analysis
========

Missing.
+8 −0
Original line number Diff line number Diff line
Importer
========

Missing.

The use of Intake_ is planned.

.. _Intake: https://intake.readthedocs.io/en/latest/?badge=latest
+1 −10
Original line number Diff line number Diff line
First Steps
===========

First steps towards a package documentation using Sphinx.

Note that the theme is currently chosen to be the Read the Docs theme which is not provided by default.

Install with (https://github.com/readthedocs/sphinx_rtd_theme):


::

    pip install sphinx-rtd-theme
Install with ...
+1 −1
Original line number Diff line number Diff line
Processing
==============
==========

.. automodule:: windeval.processing
   :members:

doc/_source/toolbox.rst

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
Toolbox
=======

.. automodule:: windeval.toolbox
   :members:
Loading