Rename master to main (#2178)

This commit is contained in:
Hugo van Kemenade 2021-12-03 16:59:24 +02:00 committed by GitHub
parent e5c7822dcd
commit e47f9242f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
on:
push:
branches: [master]
branches: [main]
jobs:
deploy-to-pages:

View File

@ -1,8 +1,8 @@
Python Enhancement Proposals
============================
.. image:: https://travis-ci.org/python/peps.svg?branch=master
:target: https://travis-ci.org/python/peps
.. image:: https://github.com/python/peps/actions/workflows/build.yml/badge.svg
:target: https://github.com/python/peps/actions
The PEPs in this repo are published automatically on the web at
https://www.python.org/dev/peps/. To learn more about the purpose of
@ -58,7 +58,7 @@ Generating HTML for python.org
python.org includes its own helper modules to render PEPs as HTML, with
suitable links back to the source pages in the version control repository.
These can be found at https://github.com/python/pythondotorg/tree/master/peps
These can be found at https://github.com/python/pythondotorg/tree/main/peps
When making changes to the PEP management process that may impact python.org's
rendering pipeline:
@ -76,7 +76,7 @@ Rendering PEPs with Sphinx
==========================
There is a Sphinx-rendered version of the PEPs at https://python.github.io/peps/
(updated on every push to ``master``)
(updated on every push to ``main``).
**Warning:** This version is not, and should not be taken to be, a canonical
source for PEPs whilst it remains in preview (`please report any rendering bugs

View File

@ -2,5 +2,5 @@
pep_stem = "pep-{:0>4}"
pep_url = f"{pep_stem}.html"
pep_vcs_url = "https://github.com/python/peps/blob/master/"
pep_commits_url = "https://github.com/python/peps/commits/master/"
pep_vcs_url = "https://github.com/python/peps/blob/main/"
pep_commits_url = "https://github.com/python/peps/commits/main/"

View File

@ -29,7 +29,7 @@
<h2>Contents</h2>
{{ toc }}
<br />
<strong><a href="https://github.com/python/peps/blob/master/{{sourcename}}">Page Source (GitHub)</a></strong>
<strong><a href="https://github.com/python/peps/blob/main/{{sourcename}}">Page Source (GitHub)</a></strong>
</nav>
</section>
<script src="{{ pathto('_static/doctools.js', resource=True) }}"></script>