Merge pull request #8455 from evildmp/evolutionary-documentation-restructure

Explicitly listed the four documentation sections on index.rst
This commit is contained in:
Ran Benita 2021-03-18 09:52:31 +02:00 committed by GitHub
commit f7efb9a01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Pytest API and builtin fixtures
================================================ ================================================
Most of the information of this page has been moved over to :ref:`reference`. Most of the information of this page has been moved over to :ref:`api-reference`.
For information on plugin hooks and objects, see :ref:`plugins`. For information on plugin hooks and objects, see :ref:`plugins`.

View File

@ -1,5 +1,7 @@
:orphan: :orphan:
.. _explanation:
Explanation Explanation
================ ================

View File

@ -1,5 +1,7 @@
:orphan: :orphan:
.. _how-to:
How-to guides How-to guides
================ ================

View File

@ -87,7 +87,10 @@ Features
Documentation Documentation
------------- -------------
Please see :ref:`Contents <toc>` for full documentation, including installation, tutorials and PDF documents. * :ref:`Get started <get-started>` - install pytest and grasp its basics just twenty minutes
* :ref:`How-to guides <how-to>` - step-by-step guides, covering a vast range of use-cases and needs
* :ref:`Reference guides <reference>` - includes the complete pytest API reference, lists of plugins and more
* :ref:`Explanation <explanation>` - background, discussion of key topics, answers to higher-level questions
Bugs/Requests Bugs/Requests
@ -128,7 +131,7 @@ Save time, reduce risk, and improve code health, while paying the maintainers of
`Learn more. <https://tidelift.com/subscription/pkg/pypi-pytest?utm_source=pypi-pytest&utm_medium=referral&utm_campaign=enterprise&utm_term=repo>`_ `Learn more. <https://tidelift.com/subscription/pkg/pypi-pytest?utm_source=pypi-pytest&utm_medium=referral&utm_campaign=enterprise&utm_term=repo>`_
Security Security
^^^^^^^^ ~~~~~~~~
pytest has never been associated with a security vulnerability, but in any case, to report a pytest has never been associated with a security vulnerability, but in any case, to report a
security vulnerability please use the `Tidelift security contact <https://tidelift.com/security>`_. security vulnerability please use the `Tidelift security contact <https://tidelift.com/security>`_.

View File

@ -1,5 +1,7 @@
:orphan: :orphan:
.. _reference:
Reference guides Reference guides
================ ================

View File

@ -1,4 +1,4 @@
.. _`reference`: .. _`api-reference`:
API Reference API Reference
============= =============