Skip to content

Commit dfcbf3f

Browse files
author
Tyler Goodlet
committed
Fix up README
1 parent 04d7b29 commit dfcbf3f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ Plugin registration and hook calling for Python
1111
.. image:: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
1212
:target: https://ci.appveyor.com/project/pytestbot/pluggy
1313

14-
This is the plugin manager as used by [pytest](http://pytest.org), [tox](https://tox.readthedocs.org), [devpi](http://doc.devpi.net) and probably other projects.
14+
This is the core plugin system used by the `pytest`_, `tox`_, and `devpi`_ projects.
15+
Please `read the docs`_ to learn more!
1516

16-
During the 0.x series this plugin does not have much documentation
17-
except extensive docstrings in the pluggy.py module.
17+
.. links
18+
.. _pytest:
19+
http://pytest.org
20+
.. _tox:
21+
https://tox.readthedocs.org
22+
.. _devpi:
23+
http://doc.devpi.net
24+
.. _read the docs:
25+
https://pluggy.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)