diff options
author | Lorenz Diener <[email protected]> | 2017-12-14 13:42:13 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-12-14 13:42:13 +0100 |
commit | fff8797f69f62874cc60b541f8a461e94842117a (patch) | |
tree | 26b9340ef231c1f8f06ebb42ff63ac094de10569 | |
parent | 95ee173d21764e9b082a46ec33b18ba0c9321dab (diff) | |
download | mastodon.py-fff8797f69f62874cc60b541f8a461e94842117a.tar.gz |
Add Acknowledgements to readme / docs
-rw-r--r-- | README.rst | 8 | ||||
-rw-r--r-- | docs/index.rst | 6 |
2 files changed, 13 insertions, 1 deletions
@@ -50,9 +50,15 @@ You can install Mastodon.py via pypi: | |||
50 | Full documentation and basic usage examples can be found | 50 | Full documentation and basic usage examples can be found |
51 | at http://mastodonpy.readthedocs.io/en/latest/ . | 51 | at http://mastodonpy.readthedocs.io/en/latest/ . |
52 | 52 | ||
53 | Acknowledgements | ||
54 | ---------------- | ||
55 | Mastodon.py contains work by a large amount of contributors, many of which have | ||
56 | put significant work into making it a better library. You can find some information | ||
57 | about who helped with which particular feature or fix in the changelog. | ||
58 | |||
53 | .. image:: https://travis-ci.org/halcy/Mastodon.py.svg?branch=master | 59 | .. image:: https://travis-ci.org/halcy/Mastodon.py.svg?branch=master |
54 | :target: https://travis-ci.org/halcy/Mastodon.py | 60 | :target: https://travis-ci.org/halcy/Mastodon.py |
55 | .. image:: https://codecov.io/gh/halcy/Mastodon.py/branch/master/graph/badge.svg | 61 | .. image:: https://codecov.io/gh/halcy/Mastodon.py/branch/master/graph/badge.svg |
56 | :target: https://codecov.io/gh/halcy/Mastodon.py | 62 | :target: https://codecov.io/gh/halcy/Mastodon.py |
57 | 63 | ||
58 | 64 | ||
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 | |||
733 | .. _Mastodon: https://github.com/tootsuite/mastodon | 733 | .. _Mastodon: https://github.com/tootsuite/mastodon |
734 | .. _Mastodon flagship instance: http://mastodon.social/ | 734 | .. _Mastodon flagship instance: http://mastodon.social/ |
735 | .. _Mastodon api docs: https://github.com/tootsuite/documentation/ | 735 | .. _Mastodon api docs: https://github.com/tootsuite/documentation/ |
736 | |||
737 | Acknowledgements | ||
738 | ---------------- | ||
739 | Mastodon.py contains work by a large amount of contributors, many of which have | ||
740 | put significant work into making it a better library. You can find some information | ||
741 | about who helped with which particular feature or fix in the changelog. | ||