Skip to content

Commit 68bfe57

Browse files
authored
doc: Move virtualfile_from_* methods as low-level API functions (#3096)
1 parent 0b46aad commit 68bfe57

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/api/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,6 @@ Python objects to and from GMT virtual files:
289289
.. autosummary::
290290
:toctree: generated
291291

292-
clib.Session.virtualfile_from_matrix
293-
clib.Session.virtualfile_from_vectors
294-
clib.Session.virtualfile_from_grid
295292
clib.Session.virtualfile_in
296293
clib.Session.virtualfile_out
297294
clib.Session.virtualfile_to_dataset
@@ -317,3 +314,7 @@ Low level access (these are mostly used by the :mod:`pygmt.clib` package):
317314
clib.Session.read_virtualfile
318315
clib.Session.extract_region
319316
clib.Session.get_libgmt_func
317+
clib.Session.virtualfile_from_data
318+
clib.Session.virtualfile_from_grid
319+
clib.Session.virtualfile_from_matrix
320+
clib.Session.virtualfile_from_vectors

0 commit comments

Comments
 (0)