Skip to content

Commit eac2413

Browse files
authored
Final cleanup of warnings (TOC and Intro)
1 parent cd71df2 commit eac2413

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
"build",
8484
"Thumbs.db",
8585
".DS_Store",
86-
"error_code_list.rst",
87-
"error_code_list2.rst",
8886
]
8987

9088
# The reST default role (used for this markup: `text`) to use for all

docs/source/error_codes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ after each error message. Error codes serve two purposes:
1111
potentially more serious errors.
1212

1313
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.
14+
The sections below document the various error codes mypy can report.
1715

1816
Most error codes are shared between multiple related error messages.
1917
Error codes may change in future mypy releases.

0 commit comments

Comments
 (0)