aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e90c342..6cb782e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -677,6 +677,11 @@ their relationships.
677.. automethod:: Mastodon.account_relationships 677.. automethod:: Mastodon.account_relationships
678.. automethod:: Mastodon.account_search 678.. automethod:: Mastodon.account_search
679 679
680Reading data: Follow suggestions
681--------------------------------
682
683.. automethod:: Mastodon.suggestions
684
680Reading data: Lists 685Reading data: Lists
681------------------- 686-------------------
682These functions allow you to view information about lists. 687These functions allow you to view information about lists.
@@ -774,6 +779,11 @@ These functions allow you to interact with other accounts: To (un)follow and
774.. automethod:: Mastodon.account_unmute 779.. automethod:: Mastodon.account_unmute
775.. automethod:: Mastodon.account_update_credentials 780.. automethod:: Mastodon.account_update_credentials
776 781
782Writing data: Follow suggestions
783--------------------------------
784
785.. automethod:: Mastodon.suggestion_delete
786
777Writing data: Lists 787Writing data: Lists
778------------------- 788-------------------
779These functions allow you to create, maintain and delete lists. 789These functions allow you to create, maintain and delete lists.
Powered by cgit v1.2.3 (git 2.41.0)