From 50580a0c4941aec056df5e8523ae09bae912b7ce Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 27 Nov 2022 22:14:48 +0200 Subject: clean terminology up a bit --- docs/index.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 4db2d7e..cb4610e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -254,6 +254,9 @@ and everything will work as intended. The class used for this is exposed as User / account dicts ~~~~~~~~~~~~~~~~~~~~ .. _user dict: +.. _user dicts: +.. _account dict: +.. _account dicts: .. code-block:: python @@ -299,9 +302,12 @@ User / account dicts 'note': # Plain text version of the user's bio } -Toot dicts +Toot / Status dicts ~~~~~~~~~~ .. _toot dict: +.. _toot dicts: +.. _status dict: +.. _status dicts: .. code-block:: python @@ -1232,6 +1238,7 @@ interact with already posted statuses. .. automethod:: Mastodon.status_bookmark .. automethod:: Mastodon.status_unbookmark .. automethod:: Mastodon.status_delete +.. _status_update(): .. automethod:: Mastodon.status_update @@ -1268,6 +1275,7 @@ Writing data: Accounts These functions allow you to interact with other accounts: To (un)follow and (un)block. +.. _account_follow(): .. automethod:: Mastodon.account_follow .. automethod:: Mastodon.account_unfollow .. automethod:: Mastodon.account_block -- cgit v1.2.3