diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 10 |
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 | ||
680 | Reading data: Follow suggestions | ||
681 | -------------------------------- | ||
682 | |||
683 | .. automethod:: Mastodon.suggestions | ||
684 | |||
680 | Reading data: Lists | 685 | Reading data: Lists |
681 | ------------------- | 686 | ------------------- |
682 | These functions allow you to view information about lists. | 687 | These 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 | ||
782 | Writing data: Follow suggestions | ||
783 | -------------------------------- | ||
784 | |||
785 | .. automethod:: Mastodon.suggestion_delete | ||
786 | |||
777 | Writing data: Lists | 787 | Writing data: Lists |
778 | ------------------- | 788 | ------------------- |
779 | These functions allow you to create, maintain and delete lists. | 789 | These functions allow you to create, maintain and delete lists. |