diff options
| author | Rapptz <[email protected]> | 2018-10-11 03:42:01 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-10-11 03:42:01 -0400 |
| commit | 860d6a9ace8248dfeec18b8b159e7b757d9f56bb (patch) | |
| tree | c78d40d0960531c2e0ddb5957b6a86072d08491a /docs | |
| parent | [commands] Add call_once keyword-only parameter for Bot.remove_check (diff) | |
| download | discord.py-860d6a9ace8248dfeec18b8b159e7b757d9f56bb.tar.xz discord.py-860d6a9ace8248dfeec18b8b159e7b757d9f56bb.zip | |
Revert "Rework documentation to not duplicate inherited members."
This reverts commit 96981210b3415e15446db0b702b07fef25c8b680.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index aca4fe49..7fe668d5 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1846,6 +1846,7 @@ ClientUser .. autoclass:: ClientUser() :members: + :inherited-members: Relationship ~~~~~~~~~~~~~~ @@ -1858,6 +1859,14 @@ User .. autoclass:: User() :members: + :inherited-members: + :exclude-members: history, typing + + .. autocomethod:: history + :async-for: + + .. autocomethod:: typing + :async-with: Attachment ~~~~~~~~~~~ @@ -1908,6 +1917,14 @@ Member .. autoclass:: Member() :members: + :inherited-members: + :exclude-members: history, typing + + .. autocomethod:: history + :async-for: + + .. autocomethod:: typing + :async-with: Spotify ~~~~~~~~ @@ -1944,31 +1961,56 @@ TextChannel .. autoclass:: TextChannel() :members: + :inherited-members: + :exclude-members: history, typing + + .. autocomethod:: history + :async-for: + + .. autocomethod:: typing + :async-with: VoiceChannel ~~~~~~~~~~~~~ .. autoclass:: VoiceChannel() :members: + :inherited-members: CategoryChannel ~~~~~~~~~~~~~~~~~ .. autoclass:: CategoryChannel() :members: + :inherited-members: DMChannel ~~~~~~~~~ .. autoclass:: DMChannel() :members: + :inherited-members: + :exclude-members: history, typing + + .. autocomethod:: history + :async-for: + .. autocomethod:: typing + :async-with: GroupChannel ~~~~~~~~~~~~ .. autoclass:: GroupChannel() :members: + :inherited-members: + :exclude-members: history, typing + + .. autocomethod:: history + :async-for: + + .. autocomethod:: typing + :async-with: Invite |