From 9e0901aadffbfe1f1874342db782fbcf5449c965 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 26 Mar 2018 03:58:10 +0200 Subject: [PATCH] Add docs intro --- docs/source/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index d244ba97..fc3ede99 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -38,6 +38,10 @@ Welcome to Pyrogram About ----- +Welcome to Pyrogram's Documentation! Here you can find resources for learning how to use the library. +Contents are organized by topic and can be accessed from the sidebar, or by following them one by one using the Next +button at the end of each page. But first, here's a brief overview of what is this all about: + **Pyrogram** is a brand new Telegram_ Client Library written from the ground up in Python and C. It can be used for building custom Telegram applications in Python that interact with the MTProto API as both User and Bot. @@ -71,6 +75,8 @@ Features - **Full API support**: Beside the simple Bot API-like methods, Pyrogram also provides an easy access to every single Telegram MTProto API method allowing you to programmatically execute any action an official client is able to do, and more. +To get started, press the Next button. + .. toctree:: :hidden: :caption: Getting Started