mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 23:24:50 +00:00
Update docs source
This commit is contained in:
parent
3aee4de285
commit
7de727a3b8
2 changed files with 10 additions and 6 deletions
|
|
@ -22,15 +22,12 @@ accept the same parameters as well.
|
||||||
For more information on how to install and setup the library, please refer to the Wiki_.
|
For more information on how to install and setup the library, please refer to the Wiki_.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Pyrogram Package
|
:caption: Main Package
|
||||||
|
|
||||||
pyrogram/Client
|
|
||||||
pyrogram/ChatAction
|
|
||||||
pyrogram/Error
|
|
||||||
|
|
||||||
|
pyrogram/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Telegram API
|
:caption: Telegram API - Layer 74
|
||||||
|
|
||||||
functions/index
|
functions/index
|
||||||
types/index
|
types/index
|
||||||
|
|
|
||||||
7
docs/source/pyrogram/index.rst
Normal file
7
docs/source/pyrogram/index.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Pyrogram
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
Client
|
||||||
|
ChatAction
|
||||||
|
Error
|
||||||
Loading…
Reference in a new issue