aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 01:11:02 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 01:11:02 +0200
commitf2282790cc7e980bba96cdadde2ab8b6af3e6095 (patch)
tree5677af23a8a04c7a5c36c4fb02fd1e23642601e8 /docs
parent6a630202db718c5ed2924ad3a3863d7eee391b88 (diff)
downloadmastodon.py-f2282790cc7e980bba96cdadde2ab8b6af3e6095.tar.gz
Add email resend api
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst5
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
909Versioning 910Versioning
910---------- 911----------
911Mastodon.py will check if a certain endpoint is available before doing API 912Mastodon.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
940Reading data: Timelines 942Reading 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
Powered by cgit v1.2.3 (git 2.41.0)