Skip to content

Commit be1051b

Browse files
committed
Minor tweaks in the README.
1 parent 2b8df76 commit be1051b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:target: https://pypi.org/project/pytest-dependency/
1313
:alt: PyPI version
1414

15-
pytest-dependency - Manage dependencies of tests
15+
pytest-dependency Manage dependencies of tests
1616
================================================
1717

1818
This pytest plugin manages dependencies of tests. It allows to mark
@@ -23,9 +23,9 @@ skipped if any of the dependencies did fail or has been skipped.
2323
Download
2424
--------
2525

26-
The latest release version can be found at PyPI, see
26+
The latest release version can be found `at PyPI`__.
2727

28-
https://pypi.org/project/pytest-dependency/
28+
.. __: `PyPI site`_
2929

3030

3131
System requirements
@@ -70,20 +70,20 @@ the site-packages directory of your Python installation.
7070
Documentation
7171
-------------
7272

73-
The documentation can be found at
74-
75-
https://pytest-dependency.readthedocs.io/
73+
See the `online documentation`__.
7674

7775
The example test modules used in the documentation can be found in
7876
doc/examples in the source distribution.
7977

78+
.. __: `Read the Docs site`_
79+
8080

8181
Copyright and License
8282
---------------------
8383

84-
- Copyright 2013-2015
84+
- Copyright 20132015
8585
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
86-
- Copyright 2016-2020 Rolf Krahl
86+
- Copyright 20162020 Rolf Krahl
8787

8888
Licensed under the Apache License, Version 2.0 (the "License"); you
8989
may not use this file except in compliance with the License. You may
@@ -98,6 +98,8 @@ implied. See the License for the specific language governing
9898
permissions and limitations under the License.
9999

100100

101+
.. _PyPI site: https://pypi.org/project/pytest-dependency/
101102
.. _setuptools: http://pypi.python.org/pypi/setuptools/
102103
.. _pytest: http://pytest.org/
103104
.. _setuptools_scm: https://github.com/pypa/setuptools_scm/
105+
.. _Read the Docs site: https://pytest-dependency.readthedocs.io/

0 commit comments

Comments
 (0)