Skip to content

Commit d5326ef

Browse files
gvanrossumJukkaL
authored andcommitted
Kill revision history, which was not useful (#6018)
(Use the git log if you want to know what changed.) Also fix a broken reference.
1 parent c30dea5 commit d5326ef

File tree

3 files changed

+1
-372
lines changed

3 files changed

+1
-372
lines changed

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Mypy is a static type checker for Python 3 and Python 2.7.
6262
python36
6363
additional_features
6464
faq
65-
revision_history
6665

6766
Indices and tables
6867
==================

docs/source/revision_history.rst

-370
This file was deleted.

docs/source/running_mypy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ type hints nor have to time to write your own, you can *silence* the errors:
209209
3. To silence *all* missing import errors for *all* libraries in your codebase,
210210
invoke mypy with the ``--ignore-missing-imports`` command line flag or set
211211
the ``ignore_missing_imports``
212-
:ref:`config file option <config-file-import-discovery-per-module` to True
212+
:ref:`config file option <config-file-import-discovery-per-module>` to True
213213
in the *global* section of your mypy config file::
214214

215215
[mypy]

0 commit comments

Comments
 (0)