mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
update sphinx docs
This commit is contained in:
parent
e0233a59a0
commit
cb0736fb3d
4 changed files with 19 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
telegram.groupchat module
|
telegram.chat module
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
.. automodule:: telegram.groupchat
|
.. automodule:: telegram.chat
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
7
docs/source/telegram.dispatcher.rst
Normal file
7
docs/source/telegram.dispatcher.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
telegram.dispatcher module
|
||||||
|
=========================
|
||||||
|
|
||||||
|
.. automodule:: telegram.dispatcher
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
|
@ -9,13 +9,15 @@ Submodules
|
||||||
telegram.audio
|
telegram.audio
|
||||||
telegram.base
|
telegram.base
|
||||||
telegram.bot
|
telegram.bot
|
||||||
|
telegram.updater
|
||||||
|
telegram.dispatcher
|
||||||
telegram.chataction
|
telegram.chataction
|
||||||
telegram.contact
|
telegram.contact
|
||||||
telegram.document
|
telegram.document
|
||||||
telegram.emoji
|
telegram.emoji
|
||||||
telegram.error
|
telegram.error
|
||||||
telegram.forcereply
|
telegram.forcereply
|
||||||
telegram.groupchat
|
telegram.chat
|
||||||
telegram.inputfile
|
telegram.inputfile
|
||||||
telegram.location
|
telegram.location
|
||||||
telegram.message
|
telegram.message
|
||||||
|
|
7
docs/source/telegram.updater.rst
Normal file
7
docs/source/telegram.updater.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
telegram.updater module
|
||||||
|
=========================
|
||||||
|
|
||||||
|
.. automodule:: telegram.updater
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
Loading…
Reference in a new issue