docs: Split 'git-guide.md`.

This should make our Git documentation more readable and less
intimidating.
This commit is contained in:
Harshit Bansal
2017-11-23 19:21:57 +00:00
committed by Tim Abbott
parent 271c3c1101
commit fa3602b61f
25 changed files with 1611 additions and 1600 deletions

View File

@@ -198,5 +198,5 @@ We also strongly recommend reviewers to go through the following resources.
[commit-messages]: ../contributing/version-control.html#commit-messages
[test-writing]: ../testing/testing.html
[mypy]: ../contributing/mypy.html
[git tool]: ../contributing/git-guide.html#fetch-a-pull-request-and-rebase
[git tool]: ../git/zulip-tools.html#fetch-a-pull-request-and-rebase
[translation]: ../translating/translating.html

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,6 @@ Code Contribution Guide
.. toctree::
:maxdepth: 3
git-guide
version-control
code-style
mypy