diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2016-07-01 09:08:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 09:08:35 +0100 |
commit | 5a6ef20ef625f1ac2cfb4011ce75ca9453b6a70e (patch) | |
tree | 53303c4d571e8b714eb02e39212f518361ee84e0 | |
parent | Merge pull request #903 from matrix-org/erikj/deactivate_user (diff) | |
download | synapse-5a6ef20ef625f1ac2cfb4011ce75ca9453b6a70e.tar.xz |
code_style.rst: add link to google style
-rw-r--r-- | docs/code_style.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/code_style.rst b/docs/code_style.rst index dc40a7ab7b..8cde76149a 100644 --- a/docs/code_style.rst +++ b/docs/code_style.rst @@ -43,7 +43,8 @@ Basically, PEP8 together, or want to deliberately extend or preserve vertical/horizontal space) -Comments should follow the google code style. This is so that we can generate -documentation with sphinx (http://sphinxcontrib-napoleon.readthedocs.org/en/latest/) +Comments should follow the `google code style <http://google.github.io/styleguide/pyguide.html>`_. +This is so that we can generate documentation with +`sphinx <http://sphinxcontrib-napoleon.readthedocs.org/en/latest/>`_. Code should pass pep8 --max-line-length=100 without any warnings. |