Skip to content

Commit

Permalink
Test readme using rstcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Oct 18, 2018
1 parent 9de3288 commit 55c3c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -26,7 +26,7 @@ pyodesys
:target: https://doi.org/10.21105/joss.00490
:alt: Journal of Open Source Software DOI

`pyodesys <https://github.com/bjodah/pyodesys>`_ provides a straightforward way
``pyodesys`` provides a straightforward way
of numerically integrating systems of ordinary differential equations (initial value problems).
It unifies the interface of several libraries for performing the numerical integration as well as
several libraries for symbolic representation. It also provides a convenience class for
Expand Down
1 change: 1 addition & 0 deletions scripts/run_tests.sh
Expand Up @@ -5,3 +5,4 @@
# $ ./scripts/run_tests.sh --cov pycvodes --cov-report html
${PYTHON:-python3} -m pytest -ra --slow --veryslow --doctest-modules --pep8 --flakes $@
${PYTHON:-python3} -m doctest README.rst
rstcheck README.rst
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -78,7 +78,7 @@ def _path_under_setup(*args):
'integrators': ['pyodeint>=0.10.1', 'pycvodes>=0.11.9', 'pygslodeiv2>=0.9.1'],
'native': ['pycompilation>=0.4.3', 'pycodeexport>=0.1.2', 'appdirs'],
'docs': ['Sphinx', 'sphinx_rtd_theme', 'numpydoc'],
'testing': ['pytest', 'pytest-cov', 'pytest-flakes', 'pytest-pep8']
'testing': ['pytest', 'pytest-cov', 'pytest-flakes', 'pytest-pep8', 'rstcheck']
}
extras_req['all'] = list(chain(extras_req.values()))

Expand Down

0 comments on commit 55c3c5e

Please sign in to comment.