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.