mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Small docs layout fixup
This commit is contained in:
parent
af08606087
commit
6ddb28c3e4
3 changed files with 7 additions and 1 deletions
|
|
@ -13,4 +13,7 @@ This is the Client class. It exposes high-level methods for an easy access to th
|
||||||
with app:
|
with app:
|
||||||
app.send_message("me", "Hi!")
|
app.send_message("me", "Hi!")
|
||||||
|
|
||||||
|
Details
|
||||||
|
-------
|
||||||
|
|
||||||
.. autoclass:: pyrogram.Client()
|
.. autoclass:: pyrogram.Client()
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
Update Filters
|
Update Filters
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Details
|
||||||
|
-------
|
||||||
|
|
||||||
.. autoclass:: pyrogram.Filters
|
.. autoclass:: pyrogram.Filters
|
||||||
:members:
|
:members:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ About the License
|
||||||
=================
|
=================
|
||||||
|
|
||||||
.. image:: https://www.gnu.org/graphics/lgplv3-with-text-154x68.png
|
.. image:: https://www.gnu.org/graphics/lgplv3-with-text-154x68.png
|
||||||
:align: left
|
:align: right
|
||||||
|
|
||||||
Pyrogram is free software and is currently licensed under the terms of the
|
Pyrogram is free software and is currently licensed under the terms of the
|
||||||
`GNU Lesser General Public License v3 or later (LGPLv3+)`_. In short: you may use, redistribute and/or modify it
|
`GNU Lesser General Public License v3 or later (LGPLv3+)`_. In short: you may use, redistribute and/or modify it
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue