diff --git a/README.rst b/README.rst index 68fc92211..bd4be0d3d 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: http://pytest.org/latest/_static/pytest1.png - :target: http://pytest.org +.. image:: http://docs.pytest.org/en/latest/_static/pytest1.png + :target: http://docs.pytest.org :align: center :alt: pytest @@ -51,33 +51,33 @@ To execute it:: test_sample.py:5: AssertionError ======= 1 failed in 0.12 seconds ======== -Due to ``py.test``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started `_ for more examples. +Due to ``py.test``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started `_ for more examples. Features -------- -- Detailed info on failing `assert statements `_ (no need to remember ``self.assert*`` names); +- Detailed info on failing `assert statements `_ (no need to remember ``self.assert*`` names); - `Auto-discovery - `_ + `_ of test modules and functions; -- `Modular fixtures `_ for +- `Modular fixtures `_ for managing small or parametrized long-lived test resources; -- Can run `unittest `_ (or trial), - `nose `_ test suites out of the box; +- Can run `unittest `_ (or trial), + `nose `_ test suites out of the box; - Python2.6+, Python3.2+, PyPy-2.3, Jython-2.5 (untested); -- Rich plugin architecture, with over 150+ `external plugins `_ and thriving community; +- Rich plugin architecture, with over 150+ `external plugins `_ and thriving community; Documentation ------------- -For full documentation, including installation, tutorials and PDF documents, please see http://pytest.org. +For full documentation, including installation, tutorials and PDF documents, please see http://docs.pytest.org. Bugs/Requests @@ -89,7 +89,7 @@ Please use the `GitHub issue tracker `_ page for fixes and enhancements of each version. +Consult the `Changelog `_ page for fixes and enhancements of each version. License diff --git a/doc/en/contents.rst b/doc/en/contents.rst index 4e94f4ade..23721d445 100644 --- a/doc/en/contents.rst +++ b/doc/en/contents.rst @@ -3,7 +3,7 @@ Full pytest documentation =========================== -`Download latest version as PDF `_ +`Download latest version as PDF `_ .. `Download latest version as EPUB `_ diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 0372f7f3b..d4e217f88 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -11,7 +11,7 @@ Installation and Getting Started `colorama (Windows) `_, `argparse (py26) `_. -**documentation as PDF**: `download latest `_ +**documentation as PDF**: `download latest `_ .. _`getstarted`: .. _installation: diff --git a/doc/en/index.rst b/doc/en/index.rst index 04b4512da..94fe90749 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -10,7 +10,7 @@ pytest: helps you write better programs - free and open source software, distributed under the terms of the :ref:`MIT license ` - **well tested** with more than a thousand tests against itself - **strict backward compatibility policy** for safe pytest upgrades - - :ref:`comprehensive online ` and `PDF documentation `_ + - :ref:`comprehensive online ` and `PDF documentation `_ - many :ref:`third party plugins ` and :ref:`builtin helpers `, - used in :ref:`many small and large projects and organisations ` - comes with many :ref:`tested examples `