Skip to content

Commit 61190bd

Browse files
committed
Add doc
1 parent da2fbe2 commit 61190bd

File tree

7 files changed

+17
-2
lines changed

7 files changed

+17
-2
lines changed

doc/installation.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
How do I get set up ?
33
=====================
44

5-
Source are available on github https://github.com/AntSimi/py-eddy-tracker
5+
You could install stable version with pip
6+
7+
.. code-block:: bash
8+
9+
pip install pyEddyTracker
10+
11+
Or with source which are available on github https://github.com/AntSimi/py-eddy-tracker
612

713
Use python3.
814
To avoid problems with installation, use of the virtualenv Python virtual environment is recommended or conda.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Eddy detection
22
==============
3+
4+
Method to detect eddies from grid and display, with various parameters.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Grid Manipulation
2-
=================
2+
=================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Tracking Manipulation
22
=====================
3+
4+
Method to subset and display atlas.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Tracking diagnostics
22
====================
3+
4+
Method to produce statistics with eddies atlas.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
External data
22
=============
3+
4+
Eddies comparison with external data
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Polygon tools
22
=============
33

4+
Method to work with contour

0 commit comments

Comments
 (0)