aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-30 16:20:56 +0200
committerLorenz Diener <[email protected]>2018-07-30 16:20:56 +0200
commitcf2d0ebc8246cea8c5e1dbb48687b625affe53c8 (patch)
treea61d748e5d1460d9fac07a1e154c6cc79953780e /docs/index.rst
parent300c2882ae00c9cee857e8fa7cbdaaaa00073818 (diff)
downloadmastodon.py-cf2d0ebc8246cea8c5e1dbb48687b625affe53c8.tar.gz
Add follow suggestions
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)