Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit c731d95

Browse files
committed
add validating RST to make test target
1 parent fa83a93 commit c731d95

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ flake8: .install-test-deps
1212
touch .install
1313

1414
test: .install .install-test-deps flake8
15+
# test that we can make the HTML for pypi. 1(info) might be too strict
16+
rst2html.py --report=1 --exit-status=1 README.rst > /dev/null
1517
py.test -v tests/
1618

1719
cov cover coverage: .install .install-test-deps flake8

README.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
1-
DataRobot batch_scoring
1+
datarobot_batch_scoring
22
=======================
33

44
A script to score CSV files via DataRobot's prediction API.
55

66
.. image:: https://coveralls.io/repos/github/datarobot/batch-scoring/badge.svg?branch=master
7-
:target: https://coveralls.io/github/datarobot/batch-scoring?branch=master
7+
:target: https://coveralls.io/github/datarobot/batch-scoring?branch=master
88

99
.. image:: https://travis-ci.org/datarobot/batch-scoring.svg?branch=master
10-
:target: https://travis-ci.org/datarobot/batch-scoring#master
10+
:target: https://travis-ci.org/datarobot/batch-scoring#master
1111

1212
.. image:: https://caniusepython3.com/project/datarobot_batch_scoring.svg
1313

1414
.. image:: https://badge.fury.io/py/datarobot_batch_scoring.svg
15-
:target: https://badge.fury.io/py/datarobot_batch_scoring.svg
15+
:target: https://badge.fury.io/py/datarobot_batch_scoring.svg
1616

1717

1818
How to install
1919
--------------
2020

21-
Install or upgrade to last version:
22-
::
21+
Install or upgrade to last version: ::
2322

2423
$ pip install -U datarobot_batch_scoring
2524

26-
How to install particular version:
27-
::
25+
How to install particular version: ::
2826

2927
$ pip install datarobot_batch_scoring==x.y.z
3028

0 commit comments

Comments
 (0)