python-telegram-bot/telegram
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
..
ext Documentation fixes (#1348) 2019-02-18 20:04:52 +01:00
files pep8 fixes 2018-11-01 11:18:07 +02:00
games Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
inline Documentation fixes (#1348) 2019-02-18 20:04:52 +01:00
passport pep8 fixes 2018-11-01 11:18:07 +02:00
payment remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
utils Fix #1328: custom timeout argument does not work (#1330) 2019-01-30 19:38:15 +01:00
vendor fix accidental commit to submodule config 2018-11-01 11:25:52 +02:00
__init__.py fix last flake8 errors 2018-11-01 10:52:36 +01:00
__main__.py Documentation fixes (#1348) 2019-02-18 20:04:52 +01:00
base.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
bot.py Remove message decorator to fix default timeouts. (#1156) 2019-02-13 11:37:13 +01:00
callbackquery.py Remove message decorator to fix default timeouts. (#1156) 2019-02-13 11:37:13 +01:00
chat.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
chataction.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chatmember.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
choseninlineresult.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
constants.py Change MAX_CAPTION_LENGTH to 1024 (#1262) 2018-10-16 19:51:57 +02:00
error.py Add Conflict error (HTTP error code 409) (#1154) 2018-10-29 22:08:52 +01:00
forcereply.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
keyboardbutton.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
message.py Fix #1335: Message.MESSAGE_TYPES does not contain "left_chat_member" (#1336) 2019-02-08 11:02:54 +01:00
messageentity.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
parsemode.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardmarkup.py Reflow docstrings in replykeyboardmarkup to satisfy flake8 2019-01-30 19:50:33 +01:00
replykeyboardremove.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replymarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
update.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
user.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
userprofilephotos.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
version.py Bump to version 12.0.0b1 2019-02-13 13:41:04 +01:00
webhookinfo.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00