File tree Expand file tree Collapse file tree 2 files changed +36
-9
lines changed Expand file tree Collapse file tree 2 files changed +36
-9
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
3
3
< ul >
4
4
< li > < a href ="{{ pathto('index') }} "> Home</ a > </ li >
5
5
< 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 >
8
6
< li > < a href ="{{ pathto('example/index') }} "> Examples</ a > </ li >
9
7
< li > < a href ="{{ pathto('customize') }} "> Customize</ a > </ li >
8
+ < li > < a href ="{{ pathto('reference') }} "> API Reference</ a > </ li >
10
9
< li > < a href ="{{ pathto('plugin_list') }} "> 3rd party plugins</ a > </ li >
10
+ < li > < a href ="{{ pathto('contents') }} "> Complete table of contents</ a > </ li >
11
11
< li > < a href ="{{ pathto('changelog') }} "> Changelog</ a > </ li >
12
12
< li > < a href ="{{ pathto('contributing') }} "> Contributing</ a > </ li >
13
13
< li > < a href ="{{ pathto('backwards-compatibility') }} "> Backwards Compatibility</ a > </ li >
Original file line number Diff line number Diff line change @@ -7,38 +7,65 @@ Full pytest documentation
7
7
8
8
.. `Download latest version as EPUB <http://media.readthedocs.org/epub/pytest/latest/pytest.epub>`_
9
9
10
+
11
+ Start here
12
+ -----------
13
+
10
14
.. toctree ::
11
15
:maxdepth: 2
12
16
13
17
getting-started
18
+
19
+
20
+ How-to guides
21
+ -------------
22
+
23
+ .. toctree ::
24
+ :maxdepth: 2
25
+
14
26
usage
15
27
existingtestsuite
16
28
assert
17
- fixture
18
29
mark
19
30
monkeypatch
20
31
tmpdir
21
32
capture
22
- warnings
23
- doctest
24
33
skipping
25
34
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
26
49
cache
27
50
unittest
28
- nose
29
51
xunit_setup
30
- plugins
31
52
plugin_list
32
53
writing_plugins
33
54
logging
55
+ customize
34
56
reference
35
57
58
+
59
+ Further topics
60
+ -----------------
61
+
62
+ .. toctree ::
63
+ :maxdepth: 2
64
+
36
65
goodpractices
37
66
flaky
38
67
pythonpath
39
- customize
40
68
example/index
41
- bash-completion
42
69
43
70
backwards-compatibility
44
71
deprecations
You can’t perform that action at this time.
0 commit comments