diff options
author | Erin Congden <[email protected]> | 2017-04-02 10:35:42 -0700 |
---|---|---|
committer | Erin Congden <[email protected]> | 2017-04-02 21:25:11 -0700 |
commit | 9eaf955bfc8bda2a2e114721347f9b2ccf06b055 (patch) | |
tree | b18cb111df9c4c6bf0cacc9f0077d2c7a1e8e05a /docs | |
parent | f734a45fb667baf40d2cae3696934f91f1d5d8d0 (diff) | |
download | mastodon.py-9eaf955bfc8bda2a2e114721347f9b2ccf06b055.tar.gz |
Added local timeline support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
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 | ||