Skip to content

Commit

Permalink
Merge pull request #1528 from coder2020official/master
Browse files Browse the repository at this point in the history
Seo improvements for documentation.
  • Loading branch information
Badiboy authored May 1, 2022
2 parents 825827c + a7db2d8 commit 59cd1a0
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/async_version/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
AsyncTeleBot
====================


.. meta::
:description: Asynchronous pyTelegramBotAPI
:keywords: ptba, pytba, pyTelegramBotAPI, asynctelebot, documentation


AsyncTeleBot methods
--------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/source/calldata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------------
Expand Down
4 changes: 3 additions & 1 deletion docs/source/formatting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Welcome to pyTelegramBotAPI's documentation!
============================================

.. meta::
:description: Official documentation of pyTelegramBotAPI
:keywords: ptba, pytba, pyTelegramBotAPI, documentation, guide


=======
TeleBot
=======
Expand Down
4 changes: 4 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Installation Guide
==================

.. meta::
:description: Installation of pyTelegramBotAPI
:keywords: ptba, pytba, pyTelegramBotAPI, installation, guide


Using PIP
----------
Expand Down
4 changes: 4 additions & 0 deletions docs/source/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Quick start
===========

.. meta::
:description: Quickstart guide
:keywords: ptba, pytba, pyTelegramBotAPI, quickstart, guide

Synchronous TeleBot
-------------------
.. literalinclude:: ../../examples/echo_bot.py
Expand Down
4 changes: 4 additions & 0 deletions docs/source/sync_version/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
TeleBot version
===============

.. meta::
:description: Synchronous pyTelegramBotAPI documentation
:keywords: ptba, pytba, pyTelegramBotAPI, methods, guide, files, sync

TeleBot methods
---------------
.. automodule:: telebot
Expand Down
4 changes: 4 additions & 0 deletions docs/source/util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Utils
============

.. meta::
:description: Utils in pyTelegramBotAPI
:keywords: ptba, pytba, pyTelegramBotAPI, utils, guide


util file
-------------------
Expand Down

0 comments on commit 59cd1a0

Please sign in to comment.