mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update docs.
This commit is contained in:
parent
19fc1b8d80
commit
9a30285d3b
13 changed files with 114 additions and 101 deletions
|
|
@ -1,4 +1,6 @@
|
|||
===========
|
||||
Auth Widget
|
||||
===========
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.auth_widget
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
=======
|
||||
Context
|
||||
=======
|
||||
Coming soon...
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
==========
|
||||
Deprecated
|
||||
==========
|
||||
|
||||
.. automodule:: aiogram.utils.deprecated
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
=====
|
||||
Emoji
|
||||
=====
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.emoji
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
==========
|
||||
Exceptions
|
||||
==========
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.exceptions
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
========
|
||||
Executor
|
||||
========
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.executor
|
||||
:members:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
======
|
||||
Helper
|
||||
======
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.helper
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -3,14 +3,13 @@ Utils
|
|||
|
||||
.. toctree::
|
||||
|
||||
auth_widget
|
||||
executor
|
||||
exceptions
|
||||
context
|
||||
markdown
|
||||
helper
|
||||
auth_widget
|
||||
deprecated
|
||||
payload
|
||||
parts
|
||||
json
|
||||
emoji
|
||||
deprecated
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
====
|
||||
JSON
|
||||
====
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.json
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
========
|
||||
Markdown
|
||||
========
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.markdown
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
=====
|
||||
Parts
|
||||
=====
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.parts
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
=======
|
||||
Payload
|
||||
=======
|
||||
Coming soon...
|
||||
|
||||
.. automodule:: aiogram.utils.payload
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue