diff --git a/docs/source/index.rst b/docs/source/index.rst index 60c48853..b46d4189 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,11 @@ .. raw:: html +
+
Telegram MTProto API Client Library for Python
+
+
+ Download
+
+ •
+
+ Source code
+
+ •
+
+ Community
+
-
+
@@ -38,10 +56,10 @@ Features
- **High level**: Pyrogram automatically handles all the low-level details of
communication with the Telegram servers by implementing the
- **MTProto Mobile Protocol v2.0** and the mechanisms needed for establishing
+ `MTProto Mobile Protocol v2.0`_ and the mechanisms needed for establishing
a reliable connection.
-- **Updated**: Pyrogram makes use of the latest Telegram API version, currently **Layer 74**.
+- **Updated**: Pyrogram makes use of the latest Telegram API version, currently `Layer 74`_.
- **Documented**: Pyrogram API public methods are documented and resemble the well
established Telegram Bot API, thus offering a familiar look to Bot developers.
@@ -94,3 +112,7 @@ To get started, press Next.
functions/index
types/index
+
+.. _`MTProto Mobile Protocol v2.0`: https://core.telegram.org/mtproto
+
+.. _`Layer 74`: https://github.com/pyrogram/pyrogram/blob/master/compiler/api/source/main_api.tl
\ No newline at end of file