From 3fd56de9c9f6456b08d318300919914a80ae8d70 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 3 Jan 2018 18:26:05 +0100 Subject: [PATCH] Add Telegram API toctree --- docs/source/index.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a015b258..bd915f51 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -22,8 +22,19 @@ accept the same parameters as well. For more information on how to install and setup the library, please refer to the Wiki_. .. toctree:: - pyrogram - :caption: Documentation + :caption: Pyrogram Package + + pyrogram/Client + pyrogram/ChatAction + pyrogram/Error + + +.. toctree:: + :caption: Telegram API + + methods/index + types/index + .. _Wiki: https://github.com/pyrogram/pyrogram/wiki