File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,9 @@ Miscellaneous
213
213
Datasets
214
214
--------
215
215
216
- PyGMT provides access to GMT's datasets through the :mod: `pygmt.datasets ` package .
216
+ PyGMT provides access to GMT's datasets through the :mod: `pygmt.datasets ` module .
217
217
These functions will download the datasets automatically the first time they are used
218
- and store them in the GMT cache folder .
218
+ and store them in GMT's user data directory .
219
219
220
220
.. autosummary ::
221
221
:toctree: generated
@@ -224,6 +224,13 @@ and store them in the GMT cache folder.
224
224
datasets.load_earth_age
225
225
datasets.load_earth_relief
226
226
datasets.load_sample_data
227
+
228
+ The following functions are deprecated since v0.6.0 and will be removed in v0.9.0.
229
+ Use :func: `pygmt.datasets.load_sample_data ` instead.
230
+
231
+ .. autosummary ::
232
+ :toctree: generated
233
+
227
234
datasets.load_fractures_compilation
228
235
datasets.load_hotspots
229
236
datasets.load_japan_quakes
You can’t perform that action at this time.
0 commit comments