-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedHelping hands are appreciatedHelping hands are appreciated
Milestone
Description
In GMT, coast is called a "module", which makes sense because GMT is a CLI program. In PyGMT, sometimes we say "the coast method", but sometimes we also say "the coast module" (for example, https://www.pygmt.org/dev/get-started/first_figure.html).
In the Python world, a module usually means a Python file with some functions, and one can import the functions in the module using from xxmodule import yyfunc, but that's not the case for a PyGMT "module". I'm afraid it may cause some confusion for non-GMT users.
Should we not say "the coast module", and consitenly say "the coast method" instead?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedHelping hands are appreciatedHelping hands are appreciated