diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 15:39:46 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 15:39:46 +0200 |
commit | 962bf460563590a79b90c5f42727331f76b11c5f (patch) | |
tree | 13b16069b137a6d53d7172518a489a8d78b25b6e | |
parent | 5576c190ad98eca700ee797332410fc043f05931 (diff) | |
download | mastodon.py-962bf460563590a79b90c5f42727331f76b11c5f.tar.gz |
Document search_v2
-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 c82b691..d739461 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -704,6 +704,7 @@ Reading data: Searching | |||
704 | ----------------------- | 704 | ----------------------- |
705 | 705 | ||
706 | .. automethod:: Mastodon.search | 706 | .. automethod:: Mastodon.search |
707 | .. automethod:: Mastodon.search_v2 | ||
707 | 708 | ||
708 | Reading data: Mutes and blocks | 709 | Reading data: Mutes and blocks |
709 | ------------------------------ | 710 | ------------------------------ |