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