python-telegram-bot/telegram/inline
Jasmin Bom 26ce9bb343
Documentation fixes (#1348)
* Clarify InlineKeyboardButton callback-data docstring

Fixes #1267

* Improve documentation slightly

- Prettier changelog
- Link to examples on frontpage
- Link to wiki on frontpage
- Put telegram.ext in own sidebar thingy

* Improve ext.Filters documentation

Superseeds #1089

- Remove `:obj:Filter` as it's pretty obvious that it's a filter since it's in this module. It also made the html output about 1/3 times longer to scroll through.
- Add an __all__ to reorder so Filter is at the top instead of BaseFilter
- Add a proper docstring for document that documents the attributes (this is the #1089 part)
- Also fix a couple of grammar errors.

* Fix indentation in telegram.rst

* Add `git describe --long --tags` to the `python -m telegram` output

* Use admonition for examples to make them *pop* better

* Remove automodule telegram

Sphinx was whining a lot and it doesn't actually seem to be needed in any way?

* Fix Filters.document docstring per CR

Co-Authored-By: jsmnbom <jsmnbom@gmail.com>

* Fix spelling error in docs index

Co-Authored-By: jsmnbom <jsmnbom@gmail.com>

* Setting needs_sphinx to 1.7.9

so we don't have more issues with incongruent versions

* Fixed last warnings

* Make pre-commit happy
2019-02-18 20:04:52 +01:00
..
__init__.py Move a lot of files 2017-06-18 12:35:00 +02:00
inlinekeyboardbutton.py Documentation fixes (#1348) 2019-02-18 20:04:52 +01:00
inlinekeyboardmarkup.py Add convenience classmethods for InlineKeyboardMarkup (fixes #1186) (#1260) 2019-01-04 21:04:45 +01:00
inlinequery.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
inlinequeryresult.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryresultarticle.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryresultaudio.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
inlinequeryresultcachedaudio.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcacheddocument.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcachedgif.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcachedmpeg4gif.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcachedphoto.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcachedsticker.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryresultcachedvideo.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcachedvoice.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultcontact.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
inlinequeryresultdocument.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultgame.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryresultgif.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultlocation.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryresultmpeg4gif.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultphoto.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultvenue.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
inlinequeryresultvideo.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inlinequeryresultvoice.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
inputcontactmessagecontent.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
inputlocationmessagecontent.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inputmessagecontent.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inputtextmessagecontent.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inputvenuemessagecontent.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00