Skip to content

Commit 1707ccb

Browse files
committed
Link to the maintained pyguide.md, not old html.
pyguide.html is unmaintained and has been for ~5 years. pyguide.md is reasonably up to date and we have the ability to keep it up to date from our internal guide. Link to that instead. I'd like to delete the old pyguide.html but a lot of things still point directly at it so they at least have somewhere to land for the time being.
1 parent f9347e1 commit 1707ccb

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following Google style guides live outside of this project:
3838
[cpp]: https://google.github.io/styleguide/cppguide.html
3939
[objc]: objcguide.md
4040
[java]: https://google.github.io/styleguide/javaguide.html
41-
[py]: https://google.github.io/styleguide/pyguide.html
41+
[py]: https://github.com/google/styleguide/blob/gh-pages/pyguide.md
4242
[r]: https://google.github.io/styleguide/Rguide.xml
4343
[sh]: https://google.github.io/styleguide/shell.xml
4444
[htmlcss]: https://google.github.io/styleguide/htmlcssguide.html

pyguide.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<HTML xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fn="http://www.w3.org/2005/xpath-functions">
22
<HEAD>
3-
<TITLE>Google Python Style Guide</TITLE>
3+
<TITLE>[Deprecated] Google Python Style Guide</TITLE>
44
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<LINK HREF="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon">
66
<LINK HREF="styleguide.css" type="text/css" rel="stylesheet">
@@ -133,20 +133,15 @@
133133
</SCRIPT>
134134
</HEAD>
135135
<BODY>
136-
<H1>Google Python Style Guide</H1>
136+
<H1>Deprecated Google Python Style Guide</H1>
137137
<p align="right">
138138

139139
Revision 2.59
140+
<b>This is an obsolete unmaintained copy of the style guide.
141+
<a href="https://github.com/google/styleguide/blob/gh-pages/pyguide.md">Please use pyguide.md instead</a>.
142+
</b>
140143
</p>
141144

142-
<address>
143-
Amit Patel<br>
144-
Antoine Picard<br>
145-
Eugene Jhong<br>
146-
Jeremy Hylton<br>
147-
Matt Smart<br>
148-
Mike Shields<br>
149-
</address>
150145
<DIV style="margin-left: 50%; font-size: 75%;">
151146
<P>
152147
Each style point has a summary for which additional information is available

0 commit comments

Comments
 (0)