Skip to content

Commit

Permalink
add helper funs module
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Mar 18, 2019
1 parent 00bed31 commit 4520c67
Show file tree
Hide file tree
Showing 3 changed files with 688 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/source/ewstools.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
ewstools package
ewstools Package
=================

Submodules
Modules
----------

ewstools.ewstools module

indicators module
--------------------------

.. automodule:: ewstools.ewstools
:members:
:undoc-members:
:show-inheritance:


helper_funs module
--------------------------

.. automodule:: ewstools.helper_funs
:members:
:undoc-members:
:show-inheritance:



2 changes: 2 additions & 0 deletions helper_funs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name = "helper_funs"

0 comments on commit 4520c67

Please sign in to comment.