There was an error while loading. Please reload this page.
1 parent 0eb3db9 commit eca71dcCopy full SHA for eca71dc
2 files changed
docs/source/conf.py
@@ -91,6 +91,8 @@
91
92
# -- Options for HTML output ----------------------------------------------
93
94
+html_title = "Pyrogram Documentation"
95
+
96
# Overridden by template
97
html_show_copyright = False
98
docs/source/index.rst
@@ -1,3 +1,6 @@
1
+Welcome to Pyrogram
2
+===================
3
4
.. raw:: html
5
6
<p align="right">
@@ -38,7 +41,7 @@
38
41
</p>
39
42
40
43
About
-=====
44
+-----
45
46
Pyrogram is a fully functional Telegram Client Library written from the ground up in Python.
47
It offers **simple** and **complete** access to the Telegram Messenger API and is designed for Python developers
0 commit comments