Merge pull request #1069 from nicoddemus/docs-contents-reorg
Reorganize "Contents" page
This commit is contained in:
commit
842aa5746f
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue