From eca71dc44a2a037b1a9f95cffc46ca67b5a60142 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 15 Jan 2018 12:36:03 +0100 Subject: [PATCH] Update doc title --- docs/source/conf.py | 2 ++ docs/source/index.rst | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 343b6f07..52e0f649 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -91,6 +91,8 @@ todo_include_todos = False # -- Options for HTML output ---------------------------------------------- +html_title = "Pyrogram Documentation" + # Overridden by template html_show_copyright = False diff --git a/docs/source/index.rst b/docs/source/index.rst index e1e3e5de..87867fc0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,3 +1,6 @@ +Welcome to Pyrogram +=================== + .. raw:: html
@@ -38,7 +41,7 @@
About -===== +----- 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