From 7de727a3b892014dc55b69be6dea4e85e22809e6 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 4 Jan 2018 03:05:16 +0100 Subject: [PATCH] Update docs source --- docs/source/index.rst | 9 +++------ docs/source/pyrogram/index.rst | 7 +++++++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 docs/source/pyrogram/index.rst 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