Skip to content

Commit

Permalink
Kill revision history, which was not useful (#6018)
Browse files Browse the repository at this point in the history
(Use the git log if you want to know what changed.)

Also fix a broken reference.
  • Loading branch information
gvanrossum authored and JukkaL committed Dec 7, 2018
1 parent c30dea5 commit d5326ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 372 deletions.
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Mypy is a static type checker for Python 3 and Python 2.7.
python36
additional_features
faq
revision_history

Indices and tables
==================
Expand Down
370 changes: 0 additions & 370 deletions docs/source/revision_history.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/running_mypy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ type hints nor have to time to write your own, you can *silence* the errors:
3. To silence *all* missing import errors for *all* libraries in your codebase,
invoke mypy with the ``--ignore-missing-imports`` command line flag or set
the ``ignore_missing_imports``
:ref:`config file option <config-file-import-discovery-per-module` to True
:ref:`config file option <config-file-import-discovery-per-module>` to True
in the *global* section of your mypy config file::

[mypy]
Expand Down

0 comments on commit d5326ef

Please sign in to comment.