aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-25 00:02:12 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-25 00:02:12 +0200
commitcbfb3977ebc54d195924aa2e3ab27865fa9138a1 (patch)
treec7d0ca46cf450bfb985b255a3d82b849c2417448
parent2825fa9963cd30815bdaa3307eb630695c68aae0 (diff)
downloadmastodon.py-cbfb3977ebc54d195924aa2e3ab27865fa9138a1.tar.gz
Add admin trend apis to docs
-rw-r--r--docs/index.rst4
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
1446Acknowledgements 1450Acknowledgements
1447---------------- 1451----------------
1448Mastodon.py contains work by a large number of contributors, many of which have 1452Mastodon.py contains work by a large number of contributors, many of which have
Powered by cgit v1.2.3 (git 2.41.0)