diff options
author | Lorenz Diener <[email protected]> | 2019-04-28 01:02:08 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-28 01:02:08 +0200 |
commit | 0ffb869e6565c25bc1237379237e55ae24872b23 (patch) | |
tree | 7a9c48c7c47feb1c4a6947511c07e63143933fab /docs | |
parent | 429132e9566f33f7f076705b65636dc517060b59 (diff) | |
download | mastodon.py-0ffb869e6565c25bc1237379237e55ae24872b23.tar.gz |
Improve OAuth support and docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3cf236c..4efebc6 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -674,6 +674,7 @@ is specified, Mastodon.py defaults to https. | |||
674 | .. automethod:: Mastodon.__init__ | 674 | .. automethod:: Mastodon.__init__ |
675 | .. _log_in(): | 675 | .. _log_in(): |
676 | .. automethod:: Mastodon.log_in | 676 | .. automethod:: Mastodon.log_in |
677 | .. _auth_request_url(): | ||
677 | .. automethod:: Mastodon.auth_request_url | 678 | .. automethod:: Mastodon.auth_request_url |
678 | 679 | ||
679 | Versioning | 680 | Versioning |
@@ -712,6 +713,7 @@ and local timelines. | |||
712 | .. automethod:: Mastodon.timeline | 713 | .. automethod:: Mastodon.timeline |
713 | .. automethod:: Mastodon.timeline_home | 714 | .. automethod:: Mastodon.timeline_home |
714 | .. automethod:: Mastodon.timeline_local | 715 | .. automethod:: Mastodon.timeline_local |
716 | .. _timeline_public(): | ||
715 | .. automethod:: Mastodon.timeline_public | 717 | .. automethod:: Mastodon.timeline_public |
716 | .. _timeline_hashtag(): | 718 | .. _timeline_hashtag(): |
717 | .. automethod:: Mastodon.timeline_hashtag | 719 | .. automethod:: Mastodon.timeline_hashtag |