From 5b3c1c6582389899108fac7b3e88e8584edc73bc Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 23 Jul 2019 12:08:21 +0200 Subject: Doc fixes, remove some broken code, note about blocks --- docs/conf.py | 2 +- docs/index.rst | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index d957bf3..2705ce6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ author = u'Lorenz Diener' # The short X.Y version. version = u'1.4' # The full version, including alpha/beta/rc tags. -release = u'1.4.5' +release = u'1.4.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 3ce98de..399927c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -208,6 +208,11 @@ to server misconfiguration. `MastodonVersionError` is raised when a version check for an API call fails. +A brief note on block lists +--------------------------- +The default distribution of Mastodon.py prevents you from logging in to instances on a very short list of domains. The purpose of this is to disassociate the developers of Mastodon.py from these instances and to disavow the ideology of violence that they represent. You could, of course, take that part out - Mastodon.py is free software, and you have the right to modify it to suit your needs. + +While you take the extra step of removing the code, please take a moment to consider why reasonable people whose work you build and depend on every day thought it was necessary to put it in to begin with. Return values ------------- @@ -232,7 +237,6 @@ you can also just write and everything will work as intended. The class used for this is exposed as `AttribAccessDict`. - User dicts ~~~~~~~~~~ .. _user dict: -- cgit v1.2.3