Skip to content

Commit f7efb9a

Browse files
authored
Merge pull request #8455 from evildmp/evolutionary-documentation-restructure
Explicitly listed the four documentation sections on index.rst
2 parents 6071b2c + 6ab461f commit f7efb9a

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

doc/en/builtin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pytest API and builtin fixtures
66
================================================
77

88

9-
Most of the information of this page has been moved over to :ref:`reference`.
9+
Most of the information of this page has been moved over to :ref:`api-reference`.
1010

1111
For information on plugin hooks and objects, see :ref:`plugins`.
1212

doc/en/explanation/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:orphan:
22

3+
.. _explanation:
4+
35
Explanation
46
================
57

doc/en/how-to/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:orphan:
22

3+
.. _how-to:
4+
35
How-to guides
46
================
57

doc/en/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ Features
8787
Documentation
8888
-------------
8989

90-
Please see :ref:`Contents <toc>` for full documentation, including installation, tutorials and PDF documents.
90+
* :ref:`Get started <get-started>` - install pytest and grasp its basics just twenty minutes
91+
* :ref:`How-to guides <how-to>` - step-by-step guides, covering a vast range of use-cases and needs
92+
* :ref:`Reference guides <reference>` - includes the complete pytest API reference, lists of plugins and more
93+
* :ref:`Explanation <explanation>` - background, discussion of key topics, answers to higher-level questions
9194

9295

9396
Bugs/Requests
@@ -128,7 +131,7 @@ Save time, reduce risk, and improve code health, while paying the maintainers of
128131
`Learn more. <https://tidelift.com/subscription/pkg/pypi-pytest?utm_source=pypi-pytest&utm_medium=referral&utm_campaign=enterprise&utm_term=repo>`_
129132

130133
Security
131-
^^^^^^^^
134+
~~~~~~~~
132135

133136
pytest has never been associated with a security vulnerability, but in any case, to report a
134137
security vulnerability please use the `Tidelift security contact <https://tidelift.com/security>`_.

doc/en/reference/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:orphan:
22

3+
.. _reference:
4+
35
Reference guides
46
================
57

doc/en/reference/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _`reference`:
1+
.. _`api-reference`:
22

33
API Reference
44
=============

0 commit comments

Comments
 (0)