aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7561b6f..a7d2945 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -800,6 +800,12 @@ Reading data: Emoji
800 800
801.. automethod:: Mastodon.custom_emojis 801.. automethod:: Mastodon.custom_emojis
802 802
803Reading data: Endorsements
804--------------------------
805
806.. automethod:: Mastodon.endorsements
807
808
803Writing data: Statuses 809Writing data: Statuses
804---------------------- 810----------------------
805These functions allow you to post statuses to Mastodon and to 811These functions allow you to post statuses to Mastodon and to
@@ -838,6 +844,8 @@ These functions allow you to interact with other accounts: To (un)follow and
838.. automethod:: Mastodon.account_unblock 844.. automethod:: Mastodon.account_unblock
839.. automethod:: Mastodon.account_mute 845.. automethod:: Mastodon.account_mute
840.. automethod:: Mastodon.account_unmute 846.. automethod:: Mastodon.account_unmute
847.. automethod:: Mastodon.account_pin
848.. automethod:: Mastodon.account_unpin
841.. automethod:: Mastodon.account_update_credentials 849.. automethod:: Mastodon.account_update_credentials
842 850
843Writing data: Keyword filters 851Writing data: Keyword filters
Powered by cgit v1.2.3 (git 2.41.0)