We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245d2a1 commit a74f00cCopy full SHA for a74f00c
1 file changed
README.rst
@@ -1,12 +1,23 @@
1
+|Travis|_ |Coveralls|_ |PyPi|_
2
+
3
+.. |Travis| image:: https://api.travis-ci.org/kmaehashi/atwiki-python.svg?branch=master
4
+.. _Travis: https://travis-ci.org/kmaehashi/atwiki-python
5
6
+.. |Coveralls| image:: https://coveralls.io/repos/kmaehashi/atwiki-python/badge.svg?branch=master&service=github
7
+.. _Coveralls: https://coveralls.io/r/kmaehashi/atwiki-python
8
9
+.. |PyPi| image:: https://badge.fury.io/py/atwiki-python.svg
10
+.. _PyPi: https://badge.fury.io/py/atwiki-python
11
12
atwiki-python
13
=============
14
-``atwiki-python`` is a client library to access [@wiki](https://atwiki.jp) from Python.
15
+``atwiki-python`` is a client library to access `@wiki <https://atwiki.jp/>`_ from Python.
16
17
Install
18
-------
19
-..
20
+::
21
22
pip install .
23
0 commit comments