We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd71df2 commit eac2413Copy full SHA for eac2413
2 files changed
docs/source/conf.py
@@ -83,8 +83,6 @@
83
"build",
84
"Thumbs.db",
85
".DS_Store",
86
- "error_code_list.rst",
87
- "error_code_list2.rst",
88
]
89
90
# The reST default role (used for this markup: `text`) to use for all
docs/source/error_codes.rst
@@ -11,9 +11,7 @@ after each error message. Error codes serve two purposes:
11
potentially more serious errors.
12
13
2. The error code can be used to find documentation about the error.
14
- The next two topics (:ref:`error-code-list` and
15
- :ref:`error-codes-optional`) document the various error codes
16
- mypy can report.
+ The sections below document the various error codes mypy can report.
17
18
Most error codes are shared between multiple related error messages.
19
Error codes may change in future mypy releases.
0 commit comments