File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 45
45
"sphinx_reredirects" ,
46
46
]
47
47
48
+
49
+ # Single file redirects are handled in this file and can be done by a pylint
50
+ # contributor. See:
48
51
# https://documatt.gitlab.io/sphinx-reredirects/usage.html
52
+ # Directory redirects are handled in ReadTheDoc admin interface and can only be done
53
+ # by pylint maintainers at the following URL:
54
+ # https://readthedocs.org/dashboard/pylint/redirects/
49
55
redirects : dict [str , str ] = {
50
56
# "<source>": "<target>"
51
57
"intro" : "index.html" ,
52
58
"support" : "contact.html" ,
53
59
"user_guide/ide-integration" : "installation.html" ,
54
- "messages/index" : "user_guide/messages/index.html" ,
55
60
"messages/messages_introduction" : "user_guide/messages/index.html" ,
56
61
"messages/messages_list" : "user_guide/messages/messages_overview.html" ,
57
- "user_guide/message-control" : "user_guide/messages/message-control .html" ,
62
+ "user_guide/message-control" : "user_guide/messages/message_control .html" ,
58
63
}
59
64
60
65
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ User Guide
3
3
==========
4
4
5
5
.. toctree ::
6
- :maxdepth: 3
6
+ :maxdepth: 2
7
7
:titlesonly:
8
8
9
9
installation
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Messages
5
5
########
6
6
7
7
.. toctree ::
8
- :maxdepth: 2
8
+ :maxdepth: 1
9
9
:hidden:
10
10
11
11
messages_overview.rst
12
- message-control .rst
12
+ message_control .rst
13
13
14
14
Messages categories
15
15
===================
File renamed without changes.
You can’t perform that action at this time.
0 commit comments