aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-28 01:45:00 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-28 01:45:00 +0200
commitbd3db974d771d753e7732fabe6a050b779c466e2 (patch)
treea930b779e62b731ec041cab02a484cbdf9ce3099 /docs/04_auth.rst
parent10d48d702d71add36d44e3db54bd7b38766bad15 (diff)
downloadmastodon.py-bd3db974d771d753e7732fabe6a050b779c466e2.tar.gz
add module / class stuff
Diffstat (limited to 'docs/04_auth.rst')
-rw-r--r--docs/04_auth.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/04_auth.rst b/docs/04_auth.rst
index 454d6a2..1a05603 100644
--- a/docs/04_auth.rst
+++ b/docs/04_auth.rst
@@ -1,5 +1,7 @@
1App registration and user authentication 1App registration and user authentication
2======================================== 2========================================
3.. py:module:: mastodon
4.. py:class: Mastodon
3 5
4Before you can use the Mastodon API, you have to register your 6Before you can use the Mastodon API, you have to register your
5application (which gets you a client key and client secret) 7application (which gets you a client key and client secret)
Powered by cgit v1.2.3 (git 2.41.0)