aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErin Congden <[email protected]>2017-04-02 10:35:42 -0700
committerErin Congden <[email protected]>2017-04-02 21:25:11 -0700
commit9eaf955bfc8bda2a2e114721347f9b2ccf06b055 (patch)
treeb18cb111df9c4c6bf0cacc9f0077d2c7a1e8e05a /docs/index.rst
parentf734a45fb667baf40d2cae3696934f91f1d5d8d0 (diff)
downloadmastodon.py-9eaf955bfc8bda2a2e114721347f9b2ccf06b055.tar.gz
Added local timeline support
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 39af190..90e8478 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -206,6 +206,7 @@ user could see, as well as hashtag timelines and the public timeline.
206.. automethod:: Mastodon.timeline 206.. automethod:: Mastodon.timeline
207.. automethod:: Mastodon.timeline_home 207.. automethod:: Mastodon.timeline_home
208.. automethod:: Mastodon.timeline_mentions 208.. automethod:: Mastodon.timeline_mentions
209.. automethod:: Mastodon.timeline_local
209.. automethod:: Mastodon.timeline_public 210.. automethod:: Mastodon.timeline_public
210.. automethod:: Mastodon.timeline_hashtag 211.. automethod:: Mastodon.timeline_hashtag
211 212
Powered by cgit v1.2.3 (git 2.41.0)