Skip to content

Commit

Permalink
Emphasize PEP8 (non-TF spacing) compliance in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mels630 committed Jun 20, 2019
1 parent cfc347b commit ec33a0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions STYLE_GUIDE.md
Expand Up @@ -43,3 +43,6 @@ foo._protected_member
#### TensorFlow Conventions

Follow the guidance in the [TensorFlow Style Guide - Conventions](https://www.tensorflow.org/community/contribute/code_style#tensorflow_conventions_and_special_uses).

Please note that Addons follows these conventions but _not_ the entirety of the [TensorFlow Style Guide](https://www.tensorflow.org/community/contribute/code_style).
In particular, as stated above, Python code should conform to [PEP8](https://www.python.org/dev/peps/pep-0008/) _without_ the Tensorflow spacing exception.

0 comments on commit ec33a0b

Please sign in to comment.