diff options
author | Christopher Su <[email protected]> | 2017-04-15 00:53:58 -0700 |
---|---|---|
committer | Christopher Su <[email protected]> | 2017-04-15 00:53:58 -0700 |
commit | 8f0d872119cfe25664fbad868808715012c464b5 (patch) | |
tree | 1415c4f03b93f7a385aa20e5be0e7cb44cca1bbf /docs | |
parent | cd2165131a3dcc1d044dbaefde1cfcd1c5b78dcf (diff) | |
download | mastodon.py-8f0d872119cfe25664fbad868808715012c464b5.tar.gz |
Remove the mentions timeline because it doesn't exist
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 6279d48..df85c17 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -208,7 +208,6 @@ user could see, as well as hashtag timelines and the public timeline. | |||
208 | 208 | ||
209 | .. automethod:: Mastodon.timeline | 209 | .. automethod:: Mastodon.timeline |
210 | .. automethod:: Mastodon.timeline_home | 210 | .. automethod:: Mastodon.timeline_home |
211 | .. automethod:: Mastodon.timeline_mentions | ||
212 | .. automethod:: Mastodon.timeline_local | 211 | .. automethod:: Mastodon.timeline_local |
213 | .. automethod:: Mastodon.timeline_public | 212 | .. automethod:: Mastodon.timeline_public |
214 | .. automethod:: Mastodon.timeline_hashtag | 213 | .. automethod:: Mastodon.timeline_hashtag |