diff --git a/doc/en/cache.rst b/doc/en/cache.rst index 9aabd7f963c..30ffbb91563 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 7666b5e592c..1278c8a9c77 100644 --- a/doc/en/contents.rst +++ b/doc/en/contents.rst @@ -12,12 +12,12 @@ Full pytest documentation overview apiref - cache + example/index plugins + cache + contributing plugins_index/index - example/index talks - contributing funcarg_compare announce/index diff --git a/doc/en/plugins.rst b/doc/en/plugins.rst index 48160dafaa3..8e6534128f6 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