From fff8797f69f62874cc60b541f8a461e94842117a Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 14 Dec 2017 13:42:13 +0100 Subject: [PATCH] Add Acknowledgements to readme / docs --- README.rst | 8 +++++++- docs/index.rst | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f678170..77cc7b7 100644 --- a/README.rst +++ b/README.rst @@ -50,9 +50,15 @@ You can install Mastodon.py via pypi: Full documentation and basic usage examples can be found at http://mastodonpy.readthedocs.io/en/latest/ . +Acknowledgements +---------------- +Mastodon.py contains work by a large amount of contributors, many of which have +put significant work into making it a better library. You can find some information +about who helped with which particular feature or fix in the changelog. + .. image:: https://travis-ci.org/halcy/Mastodon.py.svg?branch=master :target: https://travis-ci.org/halcy/Mastodon.py .. image:: https://codecov.io/gh/halcy/Mastodon.py/branch/master/graph/badge.svg - :target: https://codecov.io/gh/halcy/Mastodon.py + :target: https://codecov.io/gh/halcy/Mastodon.py diff --git a/docs/index.rst b/docs/index.rst index d0eb65d..0781c22 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -733,3 +733,9 @@ CallbackStreamListener .. _Mastodon: https://github.com/tootsuite/mastodon .. _Mastodon flagship instance: http://mastodon.social/ .. _Mastodon api docs: https://github.com/tootsuite/documentation/ + +Acknowledgements +---------------- +Mastodon.py contains work by a large amount of contributors, many of which have +put significant work into making it a better library. You can find some information +about who helped with which particular feature or fix in the changelog.