Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Edit on github links for v13.x documentation #3164

Merged
merged 6 commits into from Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -27,7 +27,7 @@ repos:
- --rcfile=setup.cfg
additional_dependencies:
- certifi
- tornado>=6.1
- tornado==6.1
- APScheduler==3.6.3
- cachetools==4.2.2
- . # this basically does `pip install -e .`
Expand All @@ -39,7 +39,7 @@ repos:
files: ^telegram/.*\.py$
additional_dependencies:
- certifi
- tornado>=6.1
- tornado==6.1
- APScheduler==3.6.3
- cachetools==4.2.2
- . # this basically does `pip install -e .`
Expand All @@ -51,7 +51,7 @@ repos:
- --follow-imports=silent
additional_dependencies:
- certifi
- tornado>=6.1
- tornado==6.1
- APScheduler==3.6.3
- cachetools==4.2.2
- . # this basically does `pip install -e .`
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -59,6 +59,7 @@ The following wonderful people contributed directly or indirectly to this projec
- `ihoru <https://github.com/ihoru>`_
- `Jasmin Bom <https://github.com/jsmnbom>`_
- `JASON0916 <https://github.com/JASON0916>`_
- `Javad94 <https://github.com/javad94>`_
- `jeffffc <https://github.com/jeffffc>`_
- `Jelle Besseling <https://github.com/pingiun>`_
- `jh0ker <https://github.com/jh0ker>`_
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements-docs.txt
Expand Up @@ -4,3 +4,6 @@ sphinx-pypi-upload
# More instructions at source/_static/dark.css
# Ofc once https://github.com/readthedocs/sphinx_rtd_theme/issues/224 is closed, we should use that
sphinx_rtd_theme==0.5.2
# Restricted to fix ImportError for v3.1 and higher of Jinja2 alongside sphinx v3.5.4 as discussed in
# https://github.com/python-telegram-bot/python-telegram-bot/pull/3164#issuecomment-1193002217
Jinja2<3.1
harshil21 marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion docs/source/telegram.animation.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/animation.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/animation.py

telegram.Animation
==================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.audio.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/audio.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/audio.py

telegram.Audio
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.bot.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/bot.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/bot.py

telegram.Bot
============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommand.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommand.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommand.py

telegram.BotCommand
===================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscope.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScope
========================
Expand Down
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeAllChatAdministrators
=============================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscopeallgroupchats.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeAllGroupChats
=======================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscopeallprivatechats.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeAllPrivateChats
=======================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscopechat.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeChat
============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscopechatadministrators.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeChatAdministrators
==========================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscopechatmember.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeChatMember
==================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.botcommandscopedefault.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py

telegram.BotCommandScopeDefault
===============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.callbackgame.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/games/callbackgame.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/games/callbackgame.py

telegram.Callbackgame
=====================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.callbackquery.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackquery.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackquery.py

telegram.CallbackQuery
======================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chat.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chat.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chat.py

telegram.Chat
=============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chataction.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chataction.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chataction.py

telegram.ChatAction
===================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatadministratorrights.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatadministratorrights.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatadministratorrights.py

telegram.ChatAdministratorRights
================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatinvitelink.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatinvitelink.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatinvitelink.py

telegram.ChatInviteLink
=======================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatjoinrequest.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatjoinrequest.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatjoinrequest.py

telegram.ChatJoinRequest
========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatlocation.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatlocation.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatlocation.py

telegram.ChatLocation
=====================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmember.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMember
===================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmemberadministrator.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMemberAdministrator
================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmemberbanned.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMemberBanned
=========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmemberleft.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMemberLeft
=======================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmembermember.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMemberMember
=========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmemberowner.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMemberOwner
========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmemberrestricted.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py

telegram.ChatMemberRestricted
=============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatmemberupdated.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmemberupdated.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmemberupdated.py

telegram.ChatMemberUpdated
==========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatpermissions.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatpermissions.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatpermissions.py

telegram.ChatPermissions
========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.chatphoto.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/chatphoto.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/chatphoto.py

telegram.ChatPhoto
==================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.choseninlineresult.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/choseninlineresult.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/choseninlineresult.py

telegram.ChosenInlineResult
===========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.constants.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/constants.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/constants.py

telegram.constants Module
=========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.contact.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/contact.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/contact.py

telegram.Contact
================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.credentials.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py

telegram.Credentials
====================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.datacredentials.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py

telegram.DataCredentials
========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.dice.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/dice.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/dice.py

telegram.Dice
=============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.document.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/document.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/document.py

telegram.Document
=================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.encryptedcredentials.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py

telegram.EncryptedCredentials
=============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.encryptedpassportelement.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/encryptedpassportelement.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/encryptedpassportelement.py

telegram.EncryptedPassportElement
=================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.error.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/error.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/error.py

telegram.error module
=====================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.basepersistence.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/basepersistence.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/basepersistence.py

telegram.ext.BasePersistence
============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.callbackcontext.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackcontext.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackcontext.py

telegram.ext.CallbackContext
============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.callbackdatacache.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackdatacache.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackdatacache.py

telegram.ext.CallbackDataCache
==============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.callbackqueryhandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackqueryhandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackqueryhandler.py

telegram.ext.CallbackQueryHandler
=================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.chatjoinrequesthandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/chatjoinrequesthandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/chatjoinrequesthandler.py

telegram.ext.ChatJoinRequestHandler
===================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.chatmemberhandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/chatmemberhandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/chatmemberhandler.py

telegram.ext.ChatMemberHandler
==============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.choseninlineresulthandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/choseninlineresulthandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/choseninlineresulthandler.py

telegram.ext.ChosenInlineResultHandler
======================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.commandhandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/commandhandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/commandhandler.py

telegram.ext.CommandHandler
===========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.contexttypes.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/contexttypes.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/contexttypes.py

telegram.ext.ContextTypes
=========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.conversationhandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/conversationhandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/conversationhandler.py

telegram.ext.ConversationHandler
================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.defaults.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/defaults.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/defaults.py

telegram.ext.Defaults
=====================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.delayqueue.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/messagequeue.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/messagequeue.py

telegram.ext.DelayQueue
=======================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.dictpersistence.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/dictpersistence.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/dictpersistence.py

telegram.ext.DictPersistence
============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.dispatcher.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/dispatcher.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/dispatcher.py

telegram.ext.Dispatcher
=======================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.dispatcherhandlerstop.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/dispatcher.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/dispatcher.py

telegram.ext.DispatcherHandlerStop
==================================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.extbot.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/extbot.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/extbot.py

telegram.ext.ExtBot
===================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.filters.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/filters.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/filters.py

telegram.ext.filters Module
===========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.handler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/handler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/handler.py

telegram.ext.Handler
====================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/telegram.ext.inlinequeryhandler.rst
@@ -1,4 +1,4 @@
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/inlinequeryhandler.py
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/inlinequeryhandler.py

telegram.ext.InlineQueryHandler
===============================
Expand Down