Skip to content

Change names of documentation files #6647

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

Merged
merged 4 commits into from
May 19, 2022
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
2 changes: 1 addition & 1 deletion doc/exts/pylint_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def _write_messages_list_page(
messages_dict: MessagesDict, old_messages_dict: OldMessagesDict
) -> None:
"""Create or overwrite the page with the list of all messages."""
messages_file = os.path.join(PYLINT_MESSAGES_PATH, "messages_overview.rst")
messages_file = os.path.join(PYLINT_MESSAGES_PATH, "messages_list.rst")
with open(messages_file, "w", encoding="utf-8") as stream:
# Write header of file
title = "Messages overview"
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ User Guide
installation
run
output
messages/index
messages/messages_introduction
options
ide_integration/ide-integration
pre-commit-integration
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Messages
:maxdepth: 1
:hidden:

messages_overview.rst
messages_list.rst
message_control.rst

Messages categories
Expand Down