Skip to content

Commit

Permalink
Document that a list of file name, pathlib.Path objects, URLs or remo…
Browse files Browse the repository at this point in the history
…te files are supported
  • Loading branch information
seisman committed Apr 30, 2024
1 parent 3a5e8db commit 0c17051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/get_started/04_table_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
# - A file name prefixed with ``@`` (e.g., ``data="@input_data.dat"``), which
# is a special syntax in GMT to indicate that the file is a remote file
# hosted on the GMT data server.
#
# Additionally, PyGMT also supports a list of file names, :class:`pathlib.Path` objects,
# URLs, or remote files, providing more flexibility in specifying input files.

# %%
# 2-D array: `list`, `numpy.ndarray`, and `pandas.DataFrame`
Expand Down

0 comments on commit 0c17051

Please sign in to comment.