diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-19 01:11:02 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-19 01:11:02 +0200 |
commit | f2282790cc7e980bba96cdadde2ab8b6af3e6095 (patch) | |
tree | 5677af23a8a04c7a5c36c4fb02fd1e23642601e8 /docs | |
parent | 6a630202db718c5ed2924ad3a3863d7eee391b88 (diff) | |
download | mastodon.py-f2282790cc7e980bba96cdadde2ab8b6af3e6095.tar.gz |
Add email resend api
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index f1dcacc..2318a98 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -905,7 +905,8 @@ is specified, Mastodon.py defaults to https. | |||
905 | .. _auth_request_url(): | 905 | .. _auth_request_url(): |
906 | .. automethod:: Mastodon.auth_request_url | 906 | .. automethod:: Mastodon.auth_request_url |
907 | .. automethod:: Mastodon.create_account | 907 | .. automethod:: Mastodon.create_account |
908 | 908 | .. automethod:: Mastodon.email_resend_confirmation | |
909 | |||
909 | Versioning | 910 | Versioning |
910 | ---------- | 911 | ---------- |
911 | 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 |
@@ -936,6 +937,7 @@ current instance. | |||
936 | .. automethod:: Mastodon.instance_peers | 937 | .. automethod:: Mastodon.instance_peers |
937 | .. automethod:: Mastodon.instance_health | 938 | .. automethod:: Mastodon.instance_health |
938 | .. automethod:: Mastodon.instance_nodeinfo | 939 | .. automethod:: Mastodon.instance_nodeinfo |
940 | .. automethod:: Mastodon.instance_rules | ||
939 | 941 | ||
940 | Reading data: Timelines | 942 | Reading data: Timelines |
941 | ----------------------- | 943 | ----------------------- |
@@ -1417,4 +1419,3 @@ about who helped with which particular feature or fix in the changelog. | |||
1417 | .. toctree:: | 1419 | .. toctree:: |
1418 | :maxdepth: -1 | 1420 | :maxdepth: -1 |
1419 | :collapse_navigation: False | 1421 | :collapse_navigation: False |
1420 | \ No newline at end of file | ||