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

Add links to "Working with Files and Media" wiki page from docstrings #3423

Merged
merged 10 commits into from Dec 16, 2022
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
@@ -1,6 +1,6 @@
sphinx==5.3.0
sphinx-pypi-upload
furo==2022.9.29
furo==2022.12.7
git+https://github.com/harshil21/furo-sphinx-search@be5cfa221a01f6e259bb2bb1f76d6ede7ffc1f11#egg=furo-sphinx-search
sphinx-paramlinks==0.5.4
sphinxcontrib-mermaid==0.7.1
1 change: 1 addition & 0 deletions docs/source/telegram.at-tree.rst
Expand Up @@ -2,6 +2,7 @@ Available Types
---------------

.. toctree::
:titlesonly:

telegram.animation
telegram.audio
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram.ext.acd-tree.rst
Expand Up @@ -2,6 +2,7 @@ Arbitrary Callback Data
-----------------------

.. toctree::
:titlesonly:

telegram.ext.callbackdatacache
telegram.ext.invalidcallbackdata
1 change: 1 addition & 0 deletions docs/source/telegram.ext.handlers-tree.rst
Expand Up @@ -2,6 +2,7 @@ Handlers
--------

.. toctree::
:titlesonly:

telegram.ext.basehandler
telegram.ext.callbackqueryhandler
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram.ext.persistence-tree.rst
Expand Up @@ -2,6 +2,7 @@ Persistence
-----------

.. toctree::
:titlesonly:

telegram.ext.basepersistence
telegram.ext.dictpersistence
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram.ext.rate-limiting-tree.rst
Expand Up @@ -2,6 +2,7 @@ Rate Limiting
-------------

.. toctree::
:titlesonly:

telegram.ext.baseratelimiter
telegram.ext.aioratelimiter
1 change: 1 addition & 0 deletions docs/source/telegram.games-tree.rst
Expand Up @@ -2,6 +2,7 @@ Games
-----

.. toctree::
:titlesonly:

telegram.callbackgame
telegram.game
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram.inline-tree.rst
Expand Up @@ -2,6 +2,7 @@ Inline Mode
-----------

.. toctree::
:titlesonly:

telegram.choseninlineresult
telegram.inlinequery
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram.passport-tree.rst
Expand Up @@ -2,6 +2,7 @@ Passport
--------

.. toctree::
:titlesonly:

telegram.credentials
telegram.datacredentials
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram.payments-tree.rst
Expand Up @@ -2,6 +2,7 @@ Payments
--------

.. toctree::
:titlesonly:

telegram.invoice
telegram.labeledprice
Expand Down
2 changes: 2 additions & 0 deletions docs/source/telegram.request.rst
Expand Up @@ -4,6 +4,8 @@ telegram.request Module
.. versionadded:: 20.0

.. toctree::
:titlesonly:

telegram.request.baserequest
telegram.request.requestdata
telegram.request.httpxrequest
1 change: 1 addition & 0 deletions docs/source/telegram.stickers-tree.rst
Expand Up @@ -2,6 +2,7 @@ Stickers
--------

.. toctree::
:titlesonly:

telegram.maskposition
telegram.sticker
Expand Down
1 change: 1 addition & 0 deletions docs/source/telegram_auxil.rst
Expand Up @@ -2,6 +2,7 @@ Auxiliary modules
=================

.. toctree::
:titlesonly:

telegram.constants
telegram.error
Expand Down