aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 15:34:59 +0200
committerLorenz Diener <[email protected]>2019-06-22 15:34:59 +0200
commit9129a65b885053cb7571e00d5b003106e436ca0b (patch)
tree3180d03580494950808d951eba71880af6cf56bb /docs
parent50a60320ffa4febc88ff0271e103ab7c514f3dd7 (diff)
downloadmastodon.py-9129a65b885053cb7571e00d5b003106e436ca0b.tar.gz
Make blurhash a feature dependency
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 45d8202..898c09a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1073,6 +1073,7 @@ These functions allow for convenient retrieval of paginated data.
1073Blurhash decoding 1073Blurhash decoding
1074----------------- 1074-----------------
1075This function allows for easy basic decoding of blurhash strings to images. 1075This function allows for easy basic decoding of blurhash strings to images.
1076This requires Mastodon.pys optional "blurhash" feature dependencies.
1076 1077
1077.. automethod:: Mastodon.decode_blurhash 1078.. automethod:: Mastodon.decode_blurhash
1078 1079
Powered by cgit v1.2.3 (git 2.41.0)