Skip to content

Commit d4c4d5e

Browse files
committed
example doc
1 parent 22f8818 commit d4c4d5e

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

examples/10_tracking_diagnostics/pet_center_count.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
Count center
33
============
4+
5+
Do Geo stat with center and compare with frequency method show: :ref:`sphx_glr_python_module_10_tracking_diagnostics_pet_pixel_used.py`
46
"""
57
import py_eddy_tracker_sample
68
from matplotlib import pyplot as plt

examples/10_tracking_diagnostics/pet_pixel_used.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
Count pixel used
33
================
4+
5+
Do Geo stat with frequency and compare with center count method: :ref:`sphx_glr_python_module_10_tracking_diagnostics_pet_center_count.py`
46
"""
57
import py_eddy_tracker_sample
68
from matplotlib import pyplot as plt

examples/12_external_data/pet_SST_collocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Collocating external data
3-
==========================
3+
=========================
44
55
Script will use py-eddy-tracker methods to upload external data (sea surface temperature, SST)
66
in a common structure with altimetry.

notebooks/python_module/10_tracking_diagnostics/pet_center_count.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Count center\n"
18+
"\n# Count center\n\nDo Geo stat with center and compare with frequency method show: `sphx_glr_python_module_10_tracking_diagnostics_pet_pixel_used.py`\n"
1919
]
2020
},
2121
{

notebooks/python_module/10_tracking_diagnostics/pet_pixel_used.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Count pixel used\n"
18+
"\n# Count pixel used\n\nDo Geo stat with frequency and compare with center count method: `sphx_glr_python_module_10_tracking_diagnostics_pet_center_count.py`\n"
1919
]
2020
},
2121
{

0 commit comments

Comments
 (0)