mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2026-06-19 07:35:19 +00:00
Documentation Improvements (#5119)
Co-authored-by: Poolitzer <github@poolitzer.eu> Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ python:
|
|||||||
path: .
|
path: .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
tools:
|
tools:
|
||||||
python: "3" # latest stable cpython version
|
python: "3" # latest stable cpython version
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
+3
-4
@@ -5,13 +5,12 @@ Credits
|
|||||||
`Leandro Toledo <https://github.com/leandrotoledo>`_.
|
`Leandro Toledo <https://github.com/leandrotoledo>`_.
|
||||||
The current development team includes
|
The current development team includes
|
||||||
|
|
||||||
- `Hinrich Mahler <https://github.com/Bibo-Joshi>`_ (maintainer)
|
- `Poolitzer <https://github.com/Poolitzer>`_ (maintainer)
|
||||||
- `Poolitzer <https://github.com/Poolitzer>`_ (community liaison)
|
- `Harshil <https://github.com/harshil21>`_ (maintainer)
|
||||||
- `Harshil <https://github.com/harshil21>`_
|
|
||||||
- `Abdelrahman <https://github.com/aelkheir>`_
|
- `Abdelrahman <https://github.com/aelkheir>`_
|
||||||
|
|
||||||
Emeritus maintainers include
|
Emeritus maintainers include
|
||||||
`Jannes Höke <https://github.com/jh0ker>`_ (`@jh0ker <https://t.me/jh0ker>`_ on Telegram),
|
`Hinrich Mahler <https://github.com/Bibo-Joshi>`_, `Jannes Höke <https://github.com/jh0ker>`_ (`@jh0ker <https://t.me/jh0ker>`_ on Telegram),
|
||||||
`Noam Meltzer <https://github.com/tsnoam>`_, `Pieter Schutz <https://github.com/eldinnie>`_ and `Jasmin Bom <https://github.com/jsmnbom>`_.
|
`Noam Meltzer <https://github.com/tsnoam>`_, `Pieter Schutz <https://github.com/eldinnie>`_ and `Jasmin Bom <https://github.com/jsmnbom>`_.
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
highlights = "Hand over Maintainer Role from `Bibo-Joshi <https://github.com/Bibo-Joshi>`_ to `Poolitzer <https://github.com/Poolitzer>`_ and `Harshil <https://github.com/harshil21>`_"
|
||||||
|
|
||||||
|
[[pull_requests]]
|
||||||
|
uid = "5119"
|
||||||
|
author_uids = ["Bibo-Joshi"]
|
||||||
@@ -126,6 +126,10 @@ linkcheck_ignore = [
|
|||||||
re.escape("https://docs.python-telegram-bot.org/en/doc-fixes"),
|
re.escape("https://docs.python-telegram-bot.org/en/doc-fixes"),
|
||||||
# Apparently has some human-verification check and gives 403 in the sphinx build
|
# Apparently has some human-verification check and gives 403 in the sphinx build
|
||||||
re.escape("https://stackoverflow.com/questions/tagged/python-telegram-bot"),
|
re.escape("https://stackoverflow.com/questions/tagged/python-telegram-bot"),
|
||||||
|
# Dead Github accounts:
|
||||||
|
re.escape("https://github.com/SmartDever02"),
|
||||||
|
re.escape("https://github.com/renovate[bot]"),
|
||||||
|
re.escape("https://github.com/roast-lord"),
|
||||||
]
|
]
|
||||||
linkcheck_allowed_redirects = {
|
linkcheck_allowed_redirects = {
|
||||||
# Redirects to the default version are okay
|
# Redirects to the default version are okay
|
||||||
|
|||||||
@@ -5964,7 +5964,6 @@ class Bot(TelegramObject, contextlib.AbstractAsyncContextManager["Bot"]):
|
|||||||
administrator privilege.
|
administrator privilege.
|
||||||
|
|
||||||
.. versionadded:: 13.4
|
.. versionadded:: 13.4
|
||||||
|
|
||||||
can_manage_video_chats (:obj:`bool`, optional): Pass :obj:`True`, if the administrator
|
can_manage_video_chats (:obj:`bool`, optional): Pass :obj:`True`, if the administrator
|
||||||
can manage video chats.
|
can manage video chats.
|
||||||
|
|
||||||
@@ -6000,7 +5999,7 @@ class Bot(TelegramObject, contextlib.AbstractAsyncContextManager["Bot"]):
|
|||||||
.. versionadded:: 20.6
|
.. versionadded:: 20.6
|
||||||
can_edit_stories (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can
|
can_edit_stories (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can
|
||||||
edit stories posted by other users, post stories to the chat page, pin chat
|
edit stories posted by other users, post stories to the chat page, pin chat
|
||||||
stories, and access the chat's story archive
|
stories, and access the chat's story archive.
|
||||||
|
|
||||||
.. versionadded:: 20.6
|
.. versionadded:: 20.6
|
||||||
can_delete_stories (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can
|
can_delete_stories (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can
|
||||||
@@ -6009,7 +6008,7 @@ class Bot(TelegramObject, contextlib.AbstractAsyncContextManager["Bot"]):
|
|||||||
.. versionadded:: 20.6
|
.. versionadded:: 20.6
|
||||||
can_manage_direct_messages (:obj:`bool`, optional): Pass :obj:`True`, if the
|
can_manage_direct_messages (:obj:`bool`, optional): Pass :obj:`True`, if the
|
||||||
administrator can manage direct messages within the channel and decline suggested
|
administrator can manage direct messages within the channel and decline suggested
|
||||||
posts; for channels only
|
posts; for channels only.
|
||||||
|
|
||||||
.. versionadded:: 22.4
|
.. versionadded:: 22.4
|
||||||
can_manage_tags (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can
|
can_manage_tags (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ class ChatMemberAdministrator(ChatMember):
|
|||||||
|
|
||||||
.. versionadded:: 20.0
|
.. versionadded:: 20.0
|
||||||
custom_title (:obj:`str`): Optional. Custom title for this user.
|
custom_title (:obj:`str`): Optional. Custom title for this user.
|
||||||
can_manage_direct_messages (:obj:`bool`, optional): :obj:`True`, if the administrator can
|
can_manage_direct_messages (:obj:`bool`): Optional. :obj:`True`, if the administrator can
|
||||||
manage direct messages of the channel and decline suggested posts; for channels only.
|
manage direct messages of the channel and decline suggested posts; for channels only.
|
||||||
|
|
||||||
.. versionadded:: 22.4
|
.. versionadded:: 22.4
|
||||||
|
|||||||
Reference in New Issue
Block a user