diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-25 00:02:12 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-25 00:02:12 +0200 |
commit | cbfb3977ebc54d195924aa2e3ab27865fa9138a1 (patch) | |
tree | c7d0ca46cf450bfb985b255a3d82b849c2417448 | |
parent | 2825fa9963cd30815bdaa3307eb630695c68aae0 (diff) | |
download | mastodon.py-cbfb3977ebc54d195924aa2e3ab27865fa9138a1.tar.gz |
Add admin trend apis to docs
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index f9a0334..a1d9695 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1443,6 +1443,10 @@ have admin: scopes attached with a lot of care, but be extra careful with those | |||
1443 | .. automethod:: Mastodon.admin_report_reopen | 1443 | .. automethod:: Mastodon.admin_report_reopen |
1444 | .. automethod:: Mastodon.admin_report_resolve | 1444 | .. automethod:: Mastodon.admin_report_resolve |
1445 | 1445 | ||
1446 | .. automethod:: Mastodon.admin_trending_tags | ||
1447 | .. automethod:: Mastodon.admin_trending_statuses | ||
1448 | .. automethod:: Mastodon.admin_trending_links | ||
1449 | |||
1446 | Acknowledgements | 1450 | Acknowledgements |
1447 | ---------------- | 1451 | ---------------- |
1448 | Mastodon.py contains work by a large number of contributors, many of which have | 1452 | Mastodon.py contains work by a large number of contributors, many of which have |