Skip to content

Commit

Permalink
Add enum module to the API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Jun 27, 2024
1 parent 1ff038d commit bedba8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/source/modules/utils/enum.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. currentmodule:: silx.utils

:mod:`enum`
-----------------

.. automodule:: silx.utils.enum
:members:
1 change: 1 addition & 0 deletions doc/source/modules/utils/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

array_like.rst
decorators.rst
enum.rst
testutils.rst
weakref.rst
retry.rst
2 changes: 1 addition & 1 deletion doc/source/modules/utils/retry.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. currentmodule:: silx.utils

:mod:`weakref`
:mod:`retry`
---------------

.. automodule:: silx.utils.retry
Expand Down

0 comments on commit bedba8d

Please sign in to comment.