More docs

This commit is contained in:
Alex Root Junior 2021-02-07 18:43:43 +02:00
parent 4008a3114d
commit 322a98bc1b
12 changed files with 77 additions and 28 deletions

View file

@ -19,6 +19,7 @@ html_theme_options = {}
html_css_files = [
"stylesheets/extra.css",
]
highlight_language = 'python3'
extensions = [
"sphinx.ext.todo",
@ -33,6 +34,9 @@ extensions = [
rst_prolog = f"""
.. |api_version| replace:: {aiogram.__api_version__}
.. role:: pycode(code)
:language: python3
"""
language = None

View file

@ -52,21 +52,3 @@ All updates can be propagated to the dispatcher by :obj:`Dispatcher.feed_update(
...
result = await dp.feed_update(bot=bot, update=incoming_update)
Polling
=======
.. warning::
not yet docummented
...
Webhook
=======
.. warning::
not yet docummented
...

View file

@ -20,3 +20,6 @@ Dispatcher is subclass of router and should be always is root router.
observer
router
dispatcher
class_based_handlers/index
filters/index
filters/magic_filters