-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-103099: Link mypy docs from typing.rst #103100
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
Changes from 2 commits
e3a08e7
f009a26
6b5ac06
77ffdef
6ca2d94
11da570
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,19 @@ provides backports of these new features to older versions of Python. | |
For a summary of deprecated features and a deprecation timeline, please see | ||
`Deprecation Timeline of Major Features`_. | ||
|
||
.. seealso:: | ||
|
||
The documentation at https://mypy.readthedocs.io/ provides accessible | ||
descriptions of various type system features. Particularly refer to the "Type | ||
System Reference" section of the docs -- since the Python typing system is | ||
standardised via PEPs, this information should apply to most Python type | ||
checkers. | ||
|
||
.. seealso:: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: I'd prefer it if we had one There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I removed the other seealso https://deploy-preview-103100--python-cpython-preview.netlify.app/library/typing.html |
||
|
||
The documentation at https://typing.readthedocs.io/ serves as useful reference | ||
for type system features, useful typing related tools and typing best practices. | ||
|
||
|
||
.. _relevant-peps: | ||
|
||
Relevant PEPs | ||
|
Uh oh!
There was an error while loading. Please reload this page.