update sphinx docs

This commit is contained in:
Jannes Höke 2015-12-16 16:23:18 +01:00
parent e0233a59a0
commit cb0736fb3d
4 changed files with 19 additions and 3 deletions

View file

@ -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:

View file

@ -0,0 +1,7 @@
telegram.dispatcher module
=========================
.. automodule:: telegram.dispatcher
:members:
:undoc-members:
:show-inheritance:

View file

@ -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

View file

@ -0,0 +1,7 @@
telegram.updater module
=========================
.. automodule:: telegram.updater
:members:
:undoc-members:
:show-inheritance: