Skip to content
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

Kill revision history, which was not useful #6018

Merged
merged 1 commit into from
Dec 6, 2018
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
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