Skip to content

Commit 811a121

Browse files
committed
Merge pull request influxdata#62 from areski/pr-readme-better-sphinx
Readme improvements
2 parents 315e6c0 + eb67e6f commit 811a121

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
influxdb-python
1+
InfluxDB-Python
22
===============
33

4+
InfluxDB-Python is a client for interacting with InfluxDB_.
5+
46
.. image:: https://travis-ci.org/influxdb/influxdb-python.svg?branch=master
57
:target: https://travis-ci.org/influxdb/influxdb-python
68

@@ -21,11 +23,6 @@ influxdb-python
2123
:alt: License
2224

2325

24-
About
25-
=====
26-
27-
InfluxDB-Python is a client for interacting with InfluxDB_.
28-
2926
InfluxDB is an open-source distributed time series database, find more about InfluxDB_ at http://influxdb.com/
3027

3128

@@ -108,14 +105,10 @@ Make sure you have tox by running the following::
108105

109106
$ pip install tox
110107

111-
To test influxdb-python with multiple version of Python, you can use tox::
108+
To test influxdb-python with multiple version of Python, you can use Tox_::
112109

113110
$ tox
114111

115-
If you don't have all Python version listed in tox.ini, then::
116-
117-
$ tox -e py27
118-
119112

120113
Support
121114
=======
@@ -132,3 +125,4 @@ The source code is currently available on Github: https://github.com/influxdb/in
132125

133126
.. _InfluxDB: http://influxdb.com/
134127
.. _Sphinx: http://sphinx.pocoo.org/
128+
.. _Tox: https://tox.readthedocs.org

0 commit comments

Comments
 (0)