diff --git a/doc/en/index.txt b/doc/en/index.txt index 7ad763f8c..8d1eef4c0 100644 --- a/doc/en/index.txt +++ b/doc/en/index.txt @@ -1,7 +1,8 @@ .. _features: +.. note:: - Are you an experienced pytest user, or an open source project that needs some help getting started with pytest? April 2015 is `adopt pytest month`_! + Are you an experienced pytest user, or an open source project that needs some help getting started with pytest? **April 2015** is `adopt pytest month`_! .. _`adopt pytest month`: adopt.html diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index 756465965..a25cc848d 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -135,7 +135,7 @@ you can copy from: All of these plugins implement the documented `well specified hooks`_ to extend and add functionality. -You can also :doc:`contribute your plugin to pytest-dev` +You can also :ref:`contribute your plugin to pytest-dev` once it has some happy users other than yourself.