From 7ce490fa7a47abad5fa2658042738fd45098af2d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Aug 2018 10:07:51 +0300 Subject: [PATCH] Add some type hint documentation. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 74ff706..af7db09 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,13 @@ Right now, the best way to start helping is: [the issues]: https://github.com/TypedDjango/django-stubs/issues [project management board]: https://github.com/orgs/TypedDjango/projects/1 +## Working With Type Hints + + * https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html + * https://docs.python.org/3/library/typing.html + * https://www.python.org/dev/peps/pep-0483/ + * https://www.python.org/dev/peps/pep-0484/ + ## Other Django Stub Efforts We'll hopefully merge these existing efforts here as we move along.