Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move c-extensions to user guides where it belong #6659

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"messages/messages_introduction": "../user_guide/messages/index.html",
"messages/messages_list": "../user_guide/messages/messages_overview.html",
"user_guide/message-control": "messages/message_control.html",
"technical_reference/c_extensions": "../user_guide/c_extensions.html",
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
4 changes: 1 addition & 3 deletions doc/technical_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Technical Reference
===================

.. TODO Configuration

.. TODO Messages

.. TODO Reports
.. extensions.rst and features.rst are generated.

.. toctree::
:maxdepth: 2
Expand All @@ -17,4 +16,3 @@ Technical Reference
checkers
extensions
features
c_extensions
1 change: 1 addition & 0 deletions doc/technical_reference/startup.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Startup and the Linter Class
----------------------------

The two main classes in :mod:`pylint.lint` are
:class:`.pylint.lint.Run` and :class:`.pylint.lint.PyLinter`.

Expand Down
3 changes: 2 additions & 1 deletion doc/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ User Guide

installation
run
output
output
c_extensions
messages/index
options
ide_integration/ide-integration
Expand Down