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

[Documentation] Link to examples within a Example: block #3320

Closed
harshil21 opened this issue Oct 30, 2022 · 1 comment
Closed

[Documentation] Link to examples within a Example: block #3320

harshil21 opened this issue Oct 30, 2022 · 1 comment
Milestone

Comments

@harshil21
Copy link
Member

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

#3306 (comment)

@harshil21 harshil21 added this to the v20.0b1 milestone Oct 30, 2022
@harshil21
Copy link
Member Author

harshil21 commented Oct 30, 2022

@lemontree210 assigning you. (github doesn't let me assign you so commenting)

@Poolitzer Poolitzer linked a pull request Oct 31, 2022 that will close this issue
@Poolitzer Poolitzer removed a link to a pull request Oct 31, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant