mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
Fix docs.
This commit is contained in:
parent
11ceaab10d
commit
ae48ed973a
9 changed files with 103 additions and 50 deletions
|
|
@ -84,14 +84,6 @@ Document
|
|||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Sticker
|
||||
-------
|
||||
:class:`aiogram.types.Sticker`
|
||||
|
||||
.. automodule:: aiogram.types.sticker
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Video
|
||||
-----
|
||||
:class:`aiogram.types.Video`
|
||||
|
|
@ -194,6 +186,14 @@ ForceReply
|
|||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
ChatPhoto
|
||||
---------
|
||||
:class:`aiogram.types.ChatPhoto`
|
||||
|
||||
.. automodule:: aiogram.types.chat_photo
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
ChatMember
|
||||
----------
|
||||
:class:`aiogram.types.ChatMember`
|
||||
|
|
@ -210,6 +210,30 @@ ResponseParameters
|
|||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Sticker
|
||||
-------
|
||||
:class:`aiogram.types.Sticker`
|
||||
|
||||
.. automodule:: aiogram.types.sticker
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
StickersSet
|
||||
-----------
|
||||
:class:`aiogram.types.StickersSet`
|
||||
|
||||
.. automodule:: aiogram.types.stickers_set
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
MaskPosition
|
||||
-----------
|
||||
:class:`aiogram.types.MaskPosition`
|
||||
|
||||
.. automodule:: aiogram.types.mask_position
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Inline mode objects
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -157,9 +157,9 @@ texinfo_documents = [
|
|||
|
||||
autoclass_content = "both"
|
||||
autodoc_member_order = "bysource"
|
||||
autodoc_default_flags = [
|
||||
"members",
|
||||
"no-undoc-members",
|
||||
"show-inheritance",
|
||||
"inherited-members",
|
||||
]
|
||||
# autodoc_default_flags = [
|
||||
# "members",
|
||||
# "no-undoc-members",
|
||||
# "show-inheritance",
|
||||
# "inherited-members",
|
||||
# ]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
Dispatcher
|
||||
==========
|
||||
|
||||
Doc's for this module will be available soon..
|
||||
|
||||
|
||||
Dispatcher class
|
||||
----------------
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
Features
|
||||
========
|
||||
|
||||
Dispatcher
|
||||
----------
|
||||
.. automodule:: aiogram.dispatcher
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Markdown
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue