From b403395cdb82a89c2a0bdce6eadcdcf7c70e4921 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 26 Sep 2015 01:09:50 -0300 Subject: [PATCH] Reorganize "Contents" page Change the organization in a more logical way to a newcomer --- doc/en/cache.rst | 4 ++-- doc/en/contents.rst | 8 ++++---- doc/en/plugins.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/en/cache.rst b/doc/en/cache.rst index 9aabd7f96..30ffbb915 100644 --- a/doc/en/cache.rst +++ b/doc/en/cache.rst @@ -1,4 +1,4 @@ -cache: working with cross-testrun state +Cache: working with cross-testrun state ======================================= .. versionadded:: 2.8 @@ -253,7 +253,7 @@ than speed. .. _`cache-api`: config.cache API -======================================== +------------------ The `config.cache`` object allows other plugins, including ``conftest.py`` files, diff --git a/doc/en/contents.rst b/doc/en/contents.rst index 7666b5e59..1278c8a9c 100644 --- a/doc/en/contents.rst +++ b/doc/en/contents.rst @@ -12,12 +12,12 @@ Full pytest documentation overview apiref - cache - plugins - plugins_index/index example/index - talks + plugins + cache contributing + plugins_index/index + talks funcarg_compare announce/index diff --git a/doc/en/plugins.rst b/doc/en/plugins.rst index 48160dafa..8e6534128 100644 --- a/doc/en/plugins.rst +++ b/doc/en/plugins.rst @@ -113,8 +113,8 @@ how to obtain the name of a plugin. .. _`builtin plugins`: -pytest default plugin reference -=============================== +Pytest default plugin reference +------------------------------- You can find the source code for the following plugins