Commit 3c373614 authored by Prathyush's avatar Prathyush Committed by Taylor Robie
Browse files

Update link for official documentation on python style guide from google (#5268)

General guidelines for Google Python Style Guide links to a deprecated style guide from google
parent 031a5a4a
......@@ -54,7 +54,7 @@ our objectives of readable, usable, and maintainable code.
* Runnable from a blank environment with relative ease.
* Trainable on: single GPU/CPU (baseline), multiple GPUs, TPU
* Compatible with Python 2 and 3 (using [six](https://pythonhosted.org/six/) when necessary)
* Conform to [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
* Conform to [Google Python Style Guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md)
**Implementation guidelines**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment