diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 2318a98..8b47fad 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -906,7 +906,7 @@ is specified, Mastodon.py defaults to https. | |||
906 | .. automethod:: Mastodon.auth_request_url | 906 | .. automethod:: Mastodon.auth_request_url |
907 | .. automethod:: Mastodon.create_account | 907 | .. automethod:: Mastodon.create_account |
908 | .. automethod:: Mastodon.email_resend_confirmation | 908 | .. automethod:: Mastodon.email_resend_confirmation |
909 | 909 | ||
910 | Versioning | 910 | Versioning |
911 | ---------- | 911 | ---------- |
912 | Mastodon.py will check if a certain endpoint is available before doing API | 912 | Mastodon.py will check if a certain endpoint is available before doing API |
@@ -999,6 +999,8 @@ their relationships. | |||
999 | .. automethod:: Mastodon.account_followers | 999 | .. automethod:: Mastodon.account_followers |
1000 | .. automethod:: Mastodon.account_relationships | 1000 | .. automethod:: Mastodon.account_relationships |
1001 | .. automethod:: Mastodon.account_search | 1001 | .. automethod:: Mastodon.account_search |
1002 | .. automethod:: Mastodon.account_lists | ||
1003 | .. automethod:: Mastodon.account_lookup | ||
1002 | 1004 | ||
1003 | Reading data: Featured tags | 1005 | Reading data: Featured tags |
1004 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1006 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |