-
Notifications
You must be signed in to change notification settings - Fork 6k
Add images and videos to docs #3535
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
Conversation
f4b1a99 to
5abd254
Compare
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice idea with the automated color scheme preference 👍
lemontree210
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs are getting prettier still :)
- Why is this PR against
master? (Just checking) - A clickable image opening in a new tab (leading either to the larger image or even the section of Telegram docs) would be a nice-to-have, but that would mean using that raw html thing you did with the video
Co-authored-by: Dmitry Kolomatskiy <58207913+lemontree210@users.noreply.github.com>
|
Can the DS issue be resolved or is that complaint unreasonable? |
|
I ignored the Deepsource error within deepsource itself, so hopefully it won't trigger again |
Adds some images and a video to the docs. This was taken from https://core.telegram.org/bots/features.
For the dark mode version of the images, I simply used a
invert()on them. If we decide to add more pictures or videos to other places in the docs, we could think about a pure dark and light mode version of eachBuild should be up at: https:https://docs.python-telegram-bot.org/en/doc-pictures/
Checklist for PRs
Added.. versionadded:: version,.. versionchanged:: versionor.. deprecated:: versionto the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)Created new or adapted existing unit testsAdded myself alphabetically toAUTHORS.rst(optional)Added new classes & modules to the docs and all suitable__all__s