mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Merge pull request #372 from google/obsolete_html_pyguide
Link to the maintained pyguide.md, not old html.
This commit is contained in:
commit
c0c1483792
@ -38,7 +38,7 @@ The following Google style guides live outside of this project:
|
|||||||
[cpp]: https://google.github.io/styleguide/cppguide.html
|
[cpp]: https://google.github.io/styleguide/cppguide.html
|
||||||
[objc]: objcguide.md
|
[objc]: objcguide.md
|
||||||
[java]: https://google.github.io/styleguide/javaguide.html
|
[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
|
[r]: https://google.github.io/styleguide/Rguide.xml
|
||||||
[sh]: https://google.github.io/styleguide/shell.xml
|
[sh]: https://google.github.io/styleguide/shell.xml
|
||||||
[htmlcss]: https://google.github.io/styleguide/htmlcssguide.html
|
[htmlcss]: https://google.github.io/styleguide/htmlcssguide.html
|
||||||
|
15
pyguide.html
15
pyguide.html
@ -1,6 +1,6 @@
|
|||||||
<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">
|
<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">
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>Google Python Style Guide</TITLE>
|
<TITLE>[Deprecated] Google Python Style Guide</TITLE>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<LINK HREF="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
<LINK HREF="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
||||||
<LINK HREF="styleguide.css" type="text/css" rel="stylesheet">
|
<LINK HREF="styleguide.css" type="text/css" rel="stylesheet">
|
||||||
@ -133,20 +133,15 @@
|
|||||||
</SCRIPT>
|
</SCRIPT>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<H1>Google Python Style Guide</H1>
|
<H1>Deprecated Google Python Style Guide</H1>
|
||||||
<p align="right">
|
<p align="right">
|
||||||
|
|
||||||
Revision 2.59
|
Revision 2.59
|
||||||
|
<b>This is an obsolete unmaintained copy of the style guide.
|
||||||
|
<a href="https://github.com/google/styleguide/blob/gh-pages/pyguide.md">Please use pyguide.md instead</a>.
|
||||||
|
</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<address>
|
|
||||||
Amit Patel<br>
|
|
||||||
Antoine Picard<br>
|
|
||||||
Eugene Jhong<br>
|
|
||||||
Jeremy Hylton<br>
|
|
||||||
Matt Smart<br>
|
|
||||||
Mike Shields<br>
|
|
||||||
</address>
|
|
||||||
<DIV style="margin-left: 50%; font-size: 75%;">
|
<DIV style="margin-left: 50%; font-size: 75%;">
|
||||||
<P>
|
<P>
|
||||||
Each style point has a summary for which additional information is available
|
Each style point has a summary for which additional information is available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user