Skip to content

Commit 6f44cb5

Browse files
committed
Update docs index page
1 parent c213118 commit 6f44cb5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/source/index.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ using the Next button at the end of each page. But first, here's a brief overvie
5656
About
5757
-----
5858

59-
**Pyrogram** is an elegant, easy-to-use Telegram_ client library and framework written from the ground up in Python and
60-
C. It enables you to easily build custom Telegram applications that interact with the MTProto API as both user and bot.
59+
**Pyrogram** is an elegant, easy-to-use Telegram_ client library and framework written from the ground up in Python and C.
60+
It enables you to easily create custom apps using both user and bot identities (bot API alternative) via the `MTProto API`_.
6161

6262
Features
6363
--------
6464

65-
- **Easy**: You can install Pyrogram with pip and start building your app right away.
65+
- **Easy**: You can install Pyrogram with pip and start building your applications right away.
6666
- **Elegant**: Low-level details are abstracted and re-presented in a much nicer and easier way.
6767
- **Fast**: Crypto parts are boosted up by TgCrypto_, a high-performance library written in pure C.
6868
- **Documented**: Pyrogram API methods, types and public interfaces are well documented.
6969
- **Type-hinted**: Exposed Pyrogram types and method parameters are all type-hinted.
70-
- **Updated**, to the latest Telegram API version, currently Layer 91 on top of MTProto 2.0.
70+
- **Updated**, to the latest Telegram API version, currently Layer 91 on top of `MTProto 2.0`_.
7171
- **Pluggable**: The Smart Plugin system allows to write components with minimal boilerplate code.
7272
- **Comprehensive**: Execute any advanced action an official client is able to do, and even more.
7373

@@ -116,4 +116,6 @@ To get started, press the Next button.
116116
types/index
117117

118118
.. _`Telegram`: https://telegram.org/
119-
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto/
119+
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto/
120+
.. _`MTProto API`: https://core.telegram.org/api#telegram-api
121+
.. _`MTProto 2.0`: https://core.telegram.org/mtproto

0 commit comments

Comments
 (0)