Skip to content

Commit

Permalink
Rename tutorial.py to samples.py (GenericMappingTools#1110)
Browse files Browse the repository at this point in the history
* Rename tutorial.py to samples.py

Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
2 people authored and Josh Sixsmith committed Dec 21, 2022
1 parent 0c4dce4 commit c7c497e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pygmt/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Load sample data included with GMT (downloaded from the GMT cache server).

from pygmt.datasets.earth_relief import load_earth_relief
from pygmt.datasets.tutorial import (
from pygmt.datasets.samples import (
load_japan_quakes,
load_ocean_ridge_points,
load_sample_bathymetry,
Expand Down
2 changes: 1 addition & 1 deletion pygmt/datasets/tutorial.py → pygmt/datasets/samples.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Functions to load sample data from the GMT tutorials.
Functions to load sample data.
"""
import pandas as pd
from pygmt.src import which
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Test basic functionality for loading datasets for tutorials.
Test basic functionality for loading sample datasets.
"""
from pygmt.datasets import (
load_japan_quakes,
Expand Down

0 comments on commit c7c497e

Please sign in to comment.