We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d178301 commit de33f6fCopy full SHA for de33f6f
README.rst
@@ -4,11 +4,13 @@ python-atomicwrites
4
5
.. image:: https://travis-ci.org/untitaker/python-atomicwrites.svg?branch=master
6
:target: https://travis-ci.org/untitaker/python-atomicwrites
7
-
8
.. image:: https://ci.appveyor.com/api/projects/status/vadc4le3c27to59x/branch/master?svg=true
9
:target: https://ci.appveyor.com/project/untitaker/python-atomicwrites/branch/master
+.. image:: https://readthedocs.org/projects/python-atomicwrites/badge/?version=latest
10
+ :target: https://python-atomicwrites.readthedocs.io/en/latest/?badge=latest
11
+ :alt: Documentation Status
12
-Atomic file writes.
13
+**Atomic file writes.**
14
15
.. code-block:: python
16
0 commit comments