diff --git a/docs/source/index.rst b/docs/source/index.rst index 86cf128f..80fb6a7d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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_. .. toctree:: - :caption: Pyrogram Package - - pyrogram/Client - pyrogram/ChatAction - pyrogram/Error + :caption: Main Package + pyrogram/index .. toctree:: - :caption: Telegram API + :caption: Telegram API - Layer 74 functions/index types/index diff --git a/docs/source/pyrogram/index.rst b/docs/source/pyrogram/index.rst new file mode 100644 index 00000000..fb03072d --- /dev/null +++ b/docs/source/pyrogram/index.rst @@ -0,0 +1,7 @@ +Pyrogram +======== + +.. toctree:: + Client + ChatAction + Error