Skip to content

Commit f522f6f

Browse files
Move c-extensions to user guides where it belong (#6659)
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1 parent d24d5d9 commit f522f6f

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"messages/messages_introduction": "../user_guide/messages/index.html",
6262
"messages/messages_list": "../user_guide/messages/messages_overview.html",
6363
"user_guide/message-control": "messages/message_control.html",
64+
"technical_reference/c_extensions": "../user_guide/c_extensions.html",
6465
}
6566

6667
# Add any paths that contain templates here, relative to this directory.

doc/technical_reference/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Technical Reference
44
===================
55

66
.. TODO Configuration
7-
87
.. TODO Messages
9-
108
.. TODO Reports
9+
.. extensions.rst and features.rst are generated.
1110
1211
.. toctree::
1312
:maxdepth: 2
@@ -17,4 +16,3 @@ Technical Reference
1716
checkers
1817
extensions
1918
features
20-
c_extensions

doc/technical_reference/startup.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Startup and the Linter Class
22
----------------------------
3+
34
The two main classes in :mod:`pylint.lint` are
45
:class:`.pylint.lint.Run` and :class:`.pylint.lint.PyLinter`.
56

File renamed without changes.

doc/user_guide/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ User Guide
88

99
installation
1010
run
11-
output
11+
output
12+
c_extensions
1213
messages/index
1314
options
1415
ide_integration/ide-integration

0 commit comments

Comments
 (0)