From 1707ccb7d18e4980870ce0ea6ab3d380f9a36a30 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith [Google]" Date: Tue, 12 Jun 2018 15:44:17 -0700 Subject: [PATCH] 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. --- README.md | 2 +- pyguide.html | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b8f87fc..704409f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The following Google style guides live outside of this project: [cpp]: https://google.github.io/styleguide/cppguide.html [objc]: objcguide.md [java]: https://google.github.io/styleguide/javaguide.html -[py]: https://google.github.io/styleguide/pyguide.html +[py]: https://github.com/google/styleguide/blob/gh-pages/pyguide.md [r]: https://google.github.io/styleguide/Rguide.xml [sh]: https://google.github.io/styleguide/shell.xml [htmlcss]: https://google.github.io/styleguide/htmlcssguide.html diff --git a/pyguide.html b/pyguide.html index 6987f2b..d519fe7 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1,6 +1,6 @@ -Google Python Style Guide +[Deprecated] Google Python Style Guide @@ -133,20 +133,15 @@ -

Google Python Style Guide

+

Deprecated Google Python Style Guide

Revision 2.59 + This is an obsolete unmaintained copy of the style guide. + Please use pyguide.md instead. +

-
- Amit Patel
- Antoine Picard
- Eugene Jhong
- Jeremy Hylton
- Matt Smart
- Mike Shields
-

Each style point has a summary for which additional information is available