From ea1cc7978601f91e01e2d445fa5491a64c0edf58 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 24 Sep 2024 10:43:06 +0800 Subject: [PATCH] Add enums to the API documentation --- doc/api/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/api/index.rst b/doc/api/index.rst index 1c80d8d163f..04849715f03 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -242,6 +242,14 @@ In addition, there is also a special function to load XYZ tile maps via .. currentmodule:: pygmt +Enumerations +------------ + +.. autosummary:: + :toctree: generated + + enums + Exceptions ----------