Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/_templates/autosummary/enums.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{{ fullname | escape | underline }}

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
:members:
:member-order: bysource
15 changes: 13 additions & 2 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,19 @@ Getting metadata from tabular or grid data:
info
grdinfo

Enums
-----

.. currentmodule:: pygmt.enums

.. autosummary::
:toctree: generated
:nosignatures:
:template: autosummary/enums.rst

GridFormat

.. currentmodule:: pygmt

Miscellaneous
-------------
Expand All @@ -205,8 +218,6 @@ Miscellaneous
which
show_versions

.. currentmodule:: pygmt

Datasets
--------

Expand Down
Loading