mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Enable autosummary ext
This commit is contained in:
parent
a0e7a19805
commit
ec7bf5d614
@ -36,7 +36,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
|||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.napoleon'
|
'sphinx.ext.napoleon',
|
||||||
|
'sphinx.ext.autosummary'
|
||||||
]
|
]
|
||||||
|
|
||||||
# Don't show source files on docs
|
# Don't show source files on docs
|
||||||
|
@ -1,5 +1,41 @@
|
|||||||
Client
|
Client
|
||||||
======
|
======
|
||||||
|
|
||||||
|
.. currentmodule:::: pyrogram.Client
|
||||||
|
|
||||||
.. autoclass:: pyrogram.Client
|
.. autoclass:: pyrogram.Client
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
**Available methods**
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
:nosignatures:
|
||||||
|
|
||||||
|
start
|
||||||
|
stop
|
||||||
|
idle
|
||||||
|
set_update_handler
|
||||||
|
send
|
||||||
|
get_me
|
||||||
|
send_message
|
||||||
|
forward_messages
|
||||||
|
send_photo
|
||||||
|
send_audio
|
||||||
|
send_document
|
||||||
|
send_video
|
||||||
|
send_voice
|
||||||
|
send_video_note
|
||||||
|
send_location
|
||||||
|
send_venue
|
||||||
|
send_contact
|
||||||
|
send_chat_action
|
||||||
|
get_user_profile_photos
|
||||||
|
edit_message_text
|
||||||
|
edit_message_caption
|
||||||
|
delete_messages
|
||||||
|
join_chat
|
||||||
|
leave_chat
|
||||||
|
export_chat_invite_link
|
||||||
|
enable_cloud_password
|
||||||
|
change_cloud_password
|
||||||
|
remove_cloud_password
|
Loading…
x
Reference in New Issue
Block a user