diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 10 |
1 files changed, 9 insertions, 1 deletions
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 | |||
254 | User / account dicts | 254 | User / account dicts |
255 | ~~~~~~~~~~~~~~~~~~~~ | 255 | ~~~~~~~~~~~~~~~~~~~~ |
256 | .. _user dict: | 256 | .. _user dict: |
257 | .. _user dicts: | ||
258 | .. _account dict: | ||
259 | .. _account dicts: | ||
257 | 260 | ||
258 | .. code-block:: python | 261 | .. code-block:: python |
259 | 262 | ||
@@ -299,9 +302,12 @@ User / account dicts | |||
299 | 'note': # Plain text version of the user's bio | 302 | 'note': # Plain text version of the user's bio |
300 | } | 303 | } |
301 | 304 | ||
302 | Toot dicts | 305 | Toot / Status dicts |
303 | ~~~~~~~~~~ | 306 | ~~~~~~~~~~ |
304 | .. _toot dict: | 307 | .. _toot dict: |
308 | .. _toot dicts: | ||
309 | .. _status dict: | ||
310 | .. _status dicts: | ||
305 | 311 | ||
306 | .. code-block:: python | 312 | .. code-block:: python |
307 | 313 | ||
@@ -1232,6 +1238,7 @@ interact with already posted statuses. | |||
1232 | .. automethod:: Mastodon.status_bookmark | 1238 | .. automethod:: Mastodon.status_bookmark |
1233 | .. automethod:: Mastodon.status_unbookmark | 1239 | .. automethod:: Mastodon.status_unbookmark |
1234 | .. automethod:: Mastodon.status_delete | 1240 | .. automethod:: Mastodon.status_delete |
1241 | .. _status_update(): | ||
1235 | .. automethod:: Mastodon.status_update | 1242 | .. automethod:: Mastodon.status_update |
1236 | 1243 | ||
1237 | 1244 | ||
@@ -1268,6 +1275,7 @@ Writing data: Accounts | |||
1268 | These functions allow you to interact with other accounts: To (un)follow and | 1275 | These functions allow you to interact with other accounts: To (un)follow and |
1269 | (un)block. | 1276 | (un)block. |
1270 | 1277 | ||
1278 | .. _account_follow(): | ||
1271 | .. automethod:: Mastodon.account_follow | 1279 | .. automethod:: Mastodon.account_follow |
1272 | .. automethod:: Mastodon.account_unfollow | 1280 | .. automethod:: Mastodon.account_unfollow |
1273 | .. automethod:: Mastodon.account_block | 1281 | .. automethod:: Mastodon.account_block |