diff --git a/docs/source/async_version/index.rst b/docs/source/async_version/index.rst index 0e0418f..88b3824 100644 --- a/docs/source/async_version/index.rst +++ b/docs/source/async_version/index.rst @@ -2,6 +2,12 @@ AsyncTeleBot ==================== + +.. meta:: + :description: Asynchronous pyTelegramBotAPI + :keywords: ptba, pytba, pyTelegramBotAPI, asynctelebot, documentation + + AsyncTeleBot methods -------------------- diff --git a/docs/source/calldata.rst b/docs/source/calldata.rst index 4919c9d..f471c34 100644 --- a/docs/source/calldata.rst +++ b/docs/source/calldata.rst @@ -3,6 +3,10 @@ Callback data factory ===================== +.. meta:: + :description: Callback data factory in pyTelegramBotAPI + :keywords: ptba, pytba, pyTelegramBotAPI, callbackdatafactory, guide, callbackdata, factory + callback\_data file ----------------------------- diff --git a/docs/source/formatting.rst b/docs/source/formatting.rst index 89d35f2..d127cf7 100644 --- a/docs/source/formatting.rst +++ b/docs/source/formatting.rst @@ -2,7 +2,9 @@ Formatting options ================== - +.. meta:: + :description: Formatting options in pyTelegramBotAPI + :keywords: html, markdown, parse_mode, formatting, ptba, pytba, pyTelegramBotAPI .. automodule:: telebot.formatting :members: diff --git a/docs/source/index.rst b/docs/source/index.rst index 5156271..7db23a2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,6 +7,11 @@ Welcome to pyTelegramBotAPI's documentation! ============================================ +.. meta:: + :description: Official documentation of pyTelegramBotAPI + :keywords: ptba, pytba, pyTelegramBotAPI, documentation, guide + + ======= TeleBot ======= diff --git a/docs/source/install.rst b/docs/source/install.rst index 7998ff8..906e8bf 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -2,6 +2,10 @@ Installation Guide ================== +.. meta:: + :description: Installation of pyTelegramBotAPI + :keywords: ptba, pytba, pyTelegramBotAPI, installation, guide + Using PIP ---------- diff --git a/docs/source/quick_start.rst b/docs/source/quick_start.rst index 27a7795..188a707 100644 --- a/docs/source/quick_start.rst +++ b/docs/source/quick_start.rst @@ -3,6 +3,10 @@ Quick start =========== +.. meta:: + :description: Quickstart guide + :keywords: ptba, pytba, pyTelegramBotAPI, quickstart, guide + Synchronous TeleBot ------------------- .. literalinclude:: ../../examples/echo_bot.py diff --git a/docs/source/sync_version/index.rst b/docs/source/sync_version/index.rst index 590cfe5..8b805dc 100644 --- a/docs/source/sync_version/index.rst +++ b/docs/source/sync_version/index.rst @@ -2,6 +2,10 @@ TeleBot version =============== +.. meta:: + :description: Synchronous pyTelegramBotAPI documentation + :keywords: ptba, pytba, pyTelegramBotAPI, methods, guide, files, sync + TeleBot methods --------------- .. automodule:: telebot diff --git a/docs/source/util.rst b/docs/source/util.rst index 027dfe7..2986df1 100644 --- a/docs/source/util.rst +++ b/docs/source/util.rst @@ -2,6 +2,10 @@ Utils ============ +.. meta:: + :description: Utils in pyTelegramBotAPI + :keywords: ptba, pytba, pyTelegramBotAPI, utils, guide + util file -------------------