Skip to content

Commit b48fb63

Browse files
gitter bade: moved and updated alt text
1 parent 5cc3a41 commit b48fb63

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
:alt: License
1515
:target: https://github.com/maxfischer2781/asyncstdlib/blob/master/LICENSE
1616

17+
.. image:: https://badges.gitter.im/maxfischer2781/asyncstdlib.svg
18+
:target: https://gitter.im/maxfischer2781/asyncstdlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
19+
:alt: Development Chat
20+
1721
The ``asyncstdlib`` library re-implements functions and classes of the Python
1822
standard library to make them compatible with ``async`` callables, iterables
1923
and context managers.
2024
It is fully agnostic to ``async`` event loops and seamlessly works with
2125
``asyncio``, third-party libraries such as ``trio``, as well as
2226
any custom ``async`` event loop.
23-
24-
25-
.. image:: https://badges.gitter.im/maxfischer2781/asyncstdlib.svg
26-
:alt: Join the chat at https://gitter.im/maxfischer2781/asyncstdlib
27-
:target: https://gitter.im/maxfischer2781/asyncstdlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The missing ``async`` toolbox
1919
:alt: License
2020
:target: https://github.com/maxfischer2781/asyncstdlib/blob/master/LICENSE
2121

22+
.. image:: https://badges.gitter.im/maxfischer2781/asyncstdlib.svg
23+
:target: https://gitter.im/maxfischer2781/asyncstdlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
24+
:alt: Development Chat
25+
2226
.. py:module:: asyncstdlib
2327
:synopsis: The async standard library
2428

0 commit comments

Comments
 (0)