-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
⚙️ documentationaffected functionality: documentationaffected functionality: documentation
Milestone
Description
Currently in our documentation we group the links to both examples and other references together:
.. seealso::
:any:`Raw API Bot Example <examples.rawapibot>`
:attr:`telegram.ext.Updater.bot`,
`Your First Bot <https://github.com/...>`_
I propose to separate the two, i.e.:
Examples:
.. code-block:: python
app.add_handlers(...)
:any:`Raw API Bot Example <examples.rawapibot>`
.. seealso::
:attr:`telegram.ext.Updater.bot`,
`Your First Bot <https://github.com/...>`_
Original ref
Metadata
Metadata
Assignees
Labels
⚙️ documentationaffected functionality: documentationaffected functionality: documentation