mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Reformat docs
This commit is contained in:
parent
310adbb76f
commit
988f41c6cf
4 changed files with 18 additions and 18 deletions
|
|
@ -1,14 +0,0 @@
|
|||
pyrogram.Error
|
||||
===============
|
||||
|
||||
.. autoexception:: pyrogram.Error
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. toctree::
|
||||
errors/303_see_other
|
||||
errors/400_bad_request
|
||||
errors/401_unauthorized
|
||||
errors/420_flood
|
||||
errors/500_internal_server_error
|
||||
errors/520_unknown_error
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
pyrogram.ChatAction
|
||||
===================
|
||||
ChatAction
|
||||
==========
|
||||
|
||||
.. autoclass:: pyrogram.ChatAction
|
||||
:members:
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
pyrogram.Client
|
||||
===============
|
||||
Client
|
||||
======
|
||||
|
||||
.. autoclass:: pyrogram.Client
|
||||
:members:
|
||||
14
docs/source/pyrogram/Error.rst
Normal file
14
docs/source/pyrogram/Error.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Error
|
||||
=====
|
||||
|
||||
.. autoexception:: pyrogram.Error
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. toctree::
|
||||
../errors/303_see_other
|
||||
../errors/400_bad_request
|
||||
../errors/401_unauthorized
|
||||
../errors/420_flood
|
||||
../errors/500_internal_server_error
|
||||
../errors/520_unknown_error
|
||||
Loading…
Reference in a new issue