diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 15:54:17 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 15:54:17 +0200 |
commit | 300c2882ae00c9cee857e8fa7cbdaaaa00073818 (patch) | |
tree | bc3131bba1863283e48418e2a35e1e2b81c3050a | |
parent | b5f722cd3d33ecde307ae09b8450cfbbe622cfe4 (diff) | |
download | mastodon.py-300c2882ae00c9cee857e8fa7cbdaaaa00073818.tar.gz |
Add trends to docs
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index d739461..e90c342 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -706,6 +706,11 @@ Reading data: Searching | |||
706 | .. automethod:: Mastodon.search | 706 | .. automethod:: Mastodon.search |
707 | .. automethod:: Mastodon.search_v2 | 707 | .. automethod:: Mastodon.search_v2 |
708 | 708 | ||
709 | Reading data: Trends | ||
710 | -------------------- | ||
711 | |||
712 | .. automethod:: Mastodon.trends | ||
713 | |||
709 | Reading data: Mutes and blocks | 714 | Reading data: Mutes and blocks |
710 | ------------------------------ | 715 | ------------------------------ |
711 | These functions allow you to get information about accounts that are | 716 | These functions allow you to get information about accounts that are |