8000 Infra + many PEPs: Add Sphinx Lint and fix errors by hugovk · Pull Request #2816 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Infra + many PEPs: Add Sphinx Lint and fix errors #2816

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 13 commits into from
Oct 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
8000
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PEP 462: Add missing underscore after closing backtick in hyperlink
  • Loading branch information
hugovk committed Oct 5, 2022
commit f806ff56bc2007aa689fe073bb593ad18d319aa6
13 changes: 1 addition & 12 deletions pep-0462.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PEP: 462
Title: Core development workflow automation for CPython
Version: $Revision$
Last-Modified: $Date$
Author: Nick Coghlan <ncoghlan@gmail.com>
Status: Withdrawn
Type: Process
Expand Down Expand Up @@ -403,7 +401,7 @@ Mercurial vs Gerrit/git

Gerrit uses git as the actual storage mechanism for patches, and
automatically handles merging of approved patches. By contrast, Kallithea
use the RhodeCode created `vcs <https://pythonhosted.org/vcs/>` library as
use the RhodeCode created `vcs <https://pythonhosted.org/vcs/>`_ library as
an abstraction layer over specific DVCS implementations (with Mercurial and
git backends currently available).

Expand Down Expand Up @@ -696,12 +694,3 @@ Copyright
=========

This document has been placed in the public domain.

..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:
0