mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24:51 +00:00
Update doc title
This commit is contained in:
parent
0eb3db9177
commit
eca71dc44a
2 changed files with 6 additions and 1 deletions
|
|
@ -91,6 +91,8 @@ todo_include_todos = False
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
|
html_title = "Pyrogram Documentation"
|
||||||
|
|
||||||
# Overridden by template
|
# Overridden by template
|
||||||
html_show_copyright = False
|
html_show_copyright = False
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
Welcome to Pyrogram
|
||||||
|
===================
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<p align="right">
|
<p align="right">
|
||||||
|
|
@ -38,7 +41,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
About
|
About
|
||||||
=====
|
-----
|
||||||
|
|
||||||
Pyrogram is a fully functional Telegram Client Library written from the ground up in Python.
|
Pyrogram is a fully functional Telegram Client Library written from the ground up in Python.
|
||||||
It offers **simple** and **complete** access to the Telegram Messenger API and is designed for Python developers
|
It offers **simple** and **complete** access to the Telegram Messenger API and is designed for Python developers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue