Skip to content

Rework the development documentation #5526

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

Merged
merged 20 commits into from
Jul 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
30dcc7d
Start breaking development documentation
pradyunsg Jun 23, 2018
bf0d736
Move release-process docs to separate page
pradyunsg Jun 23, 2018
8891656
Move and expand contribution related notes
pradyunsg Jun 23, 2018
c1780e0
Add a new section documenting development processes
pradyunsg Jun 23, 2018
b6cdf5d
Document how to submit pull requests
pradyunsg Jun 23, 2018
8344642
Document how to rebase a branch
pradyunsg Jun 23, 2018
ff1cdc7
Add shorthand for pypi projects
pradyunsg Jun 23, 2018
2e9e42b
Use newer development docs
pradyunsg Jun 23, 2018
868dd68
Polish the Release Process documentation
pradyunsg Jun 23, 2018
0db7d17
Don't mention various ways to contribute
pradyunsg Jul 2, 2018
2b57b8d
Mention that pip is volunteer maintained
pradyunsg Jul 2, 2018
60ef05b
Provide examples of running specific tests using tox
pradyunsg Jul 2, 2018
98ddd2d
Improve "Submitting Pull Requests" section
pradyunsg Jul 2, 2018
1933dac
Merge branch 'master' into docs/improve-dev-docs
pradyunsg Jul 17, 2018
3c073f9
Add the deprecation policy changes from fde9eb66f072adad73491b00beafddd6
pradyunsg Jul 17, 2018
5fceb47
Merge branch 'master' into docs/improve-dev-docs
pradyunsg Jul 22, 2018
47e8703
Add the deprecation helper information from b6dae7a5949ec67c16678f0a3…
pradyunsg Jul 22, 2018
971456b
Merge branch 'master' into docs/improve-dev-docs
pradyunsg Jul 23, 2018
468e38f
Add a note saying older references might be broken
pradyunsg Jul 23, 2018
0d74b20
Update the link in the pull request template
pradyunsg Jul 23, 2018
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
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require either a news file fragment or a marker to indicate they don't require
one.

To read more about adding a news file fragment for your PR, please check out
our documentation at: https://pip.pypa.io/en/latest/development/#adding-a-news-entry
our documentation at: https://pip.pypa.io/en/latest/development/contributing/#adding-a-news-entry
-->
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
extlinks = {
'issue': ('https://github.com/pypa/pip/issues/%s', '#'),
'pull': ('https://github.com/pypa/pip/pull/%s', 'PR #'),
'pypi': ('https://pypi.org/project/%s', ''),
}

# -- Options for HTML output --------------------------------------------------
Expand Down
271 changes: 0 additions & 271 deletions docs/development.rst

This file was deleted.

Loading