Skip to content

Commit 4b7edef

Browse files
authored
Merge pull request #8431 from evildmp/evolutionary-documentation-restructure
Moved documentation topics to group them by theme.
2 parents 2a789b9 + a362200 commit 4b7edef

File tree

2 files changed

+36
-9
lines changed

2 files changed

+36
-9
lines changed

doc/en/_templates/globaltoc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
33
<ul>
44
<li><a href="{{ pathto('index') }}">Home</a></li>
55
<li><a href="{{ pathto('getting-started') }}">Get started</a></li>
6-
<li><a href="{{ pathto('contents') }}">Contents</a></li>
7-
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
86
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
97
<li><a href="{{ pathto('customize') }}">Customize</a></li>
8+
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
109
<li><a href="{{ pathto('plugin_list') }}">3rd party plugins</a></li>
10+
<li><a href="{{ pathto('contents') }}">Complete table of contents</a></li>
1111
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
1212
<li><a href="{{ pathto('contributing') }}">Contributing</a></li>
1313
<li><a href="{{ pathto('backwards-compatibility') }}">Backwards Compatibility</a></li>

doc/en/contents.rst

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,65 @@ Full pytest documentation
77

88
.. `Download latest version as EPUB <http://media.readthedocs.org/epub/pytest/latest/pytest.epub>`_
99
10+
11+
Start here
12+
-----------
13+
1014
.. toctree::
1115
:maxdepth: 2
1216

1317
getting-started
18+
19+
20+
How-to guides
21+
-------------
22+
23+
.. toctree::
24+
:maxdepth: 2
25+
1426
usage
1527
existingtestsuite
1628
assert
17-
fixture
1829
mark
1930
monkeypatch
2031
tmpdir
2132
capture
22-
warnings
23-
doctest
2433
skipping
2534
parametrize
35+
plugins
36+
nose
37+
bash-completion
38+
39+
40+
Reference guides
41+
-----------------
42+
43+
.. toctree::
44+
:maxdepth: 2
45+
46+
fixture
47+
warnings
48+
doctest
2649
cache
2750
unittest
28-
nose
2951
xunit_setup
30-
plugins
3152
plugin_list
3253
writing_plugins
3354
logging
55+
customize
3456
reference
3557

58+
59+
Further topics
60+
-----------------
61+
62+
.. toctree::
63+
:maxdepth: 2
64+
3665
goodpractices
3766
flaky
3867
pythonpath
39-
customize
4068
example/index
41-
bash-completion
4269

4370
backwards-compatibility
4471
deprecations

0 commit comments

Comments
 (0)