docs: Move mypy documentation from contributing to testing.

The testing section is more appropriate, since it's fundamentally part
of our CI system.

While we're at it, fix the fact that we were linking to GitHub, not
ReadTheDocs, in the run-mypy output.
This commit is contained in:
Tim Abbott
2018-12-16 21:13:21 -08:00
parent a3c4ea51f0
commit 3003517430
10 changed files with 9 additions and 9 deletions

View File

@@ -448,7 +448,7 @@ Expert: Tommy Ip, Tim Abbott.
single area).
A possible specific larger project in this space is working on
adding [mypy](../contributing/mypy.html) stubs
adding [mypy](../testing/mypy.html) stubs
for Django in mypy to make our type checking more powerful. Read
[our mypy blog post](https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/)
for details on how mypy works and is integrated into zulip. This