diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 15:34:59 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 15:34:59 +0200 |
commit | 9129a65b885053cb7571e00d5b003106e436ca0b (patch) | |
tree | 3180d03580494950808d951eba71880af6cf56bb /docs | |
parent | 50a60320ffa4febc88ff0271e103ab7c514f3dd7 (diff) | |
download | mastodon.py-9129a65b885053cb7571e00d5b003106e436ca0b.tar.gz |
Make blurhash a feature dependency
Diffstat (limited to 'docs')
-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 45d8202..898c09a 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1073,6 +1073,7 @@ These functions allow for convenient retrieval of paginated data. | |||
1073 | Blurhash decoding | 1073 | Blurhash decoding |
1074 | ----------------- | 1074 | ----------------- |
1075 | This function allows for easy basic decoding of blurhash strings to images. | 1075 | This function allows for easy basic decoding of blurhash strings to images. |
1076 | This requires Mastodon.pys optional "blurhash" feature dependencies. | ||
1076 | 1077 | ||
1077 | .. automethod:: Mastodon.decode_blurhash | 1078 | .. automethod:: Mastodon.decode_blurhash |
1078 | 1079 | ||