diff options
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 |