Skip to content

Commit

Permalink
Fix missing members of autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed May 3, 2023
1 parent d0a213b commit 9b8876f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/aiotools.supervisor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Supervisor
This is a superseding replacement of :class:`PersistentTaskGroup` and recommend to use in new codes.

.. automodule:: aiotools.supervisor
:members:
7 changes: 0 additions & 7 deletions docs/aiotools.taskgroup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,3 @@ Task Group
``except*`` syntax and :exc:`ExceptionGroup` methods if they use Python
3.11 or later. Note that if none of the passed exceptions passed is a
:exc:`BaseException`, it automatically becomes :exc:`ExceptionGroup`.


Task Group Utilities
====================

.. automodule:: aiotools.taskgroup.utils
:members:
1 change: 1 addition & 0 deletions docs/aiotools.utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ High-level Coroutine Utilities
==============================

.. automodule:: aiotools.utils
:members:

0 comments on commit 9b8876f

Please sign in to comment.