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