diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-05 22:16:56 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-05 22:16:59 +0900 |
commit | 8260d6b4fcd44152740ebfa1c20cc44f1b5c383e (patch) | |
tree | 8e655b4c0ead75a1118c2e628697828c800c11f0 | |
parent | a8abb9995f71b9bc02b6f83592751c779ae0f75a (diff) | |
download | sphinx-git-8260d6b4fcd44152740ebfa1c20cc44f1b5c383e.tar.gz |
docs: Update coding style
Remove a reference to Pocoo Styleguide because it is removed now:
https://github.com/pallets/flask/pull/3554
-rw-r--r-- | doc/internals/contributing.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/internals/contributing.rst b/doc/internals/contributing.rst index 1f4a31013..f9976d287 100644 --- a/doc/internals/contributing.rst +++ b/doc/internals/contributing.rst @@ -138,10 +138,7 @@ Coding style Please follow these guidelines when writing code for Sphinx: -* Try to use the same code style as used in the rest of the project. See the - `Pocoo Styleguide`__ for more information. - - __ http://flask.pocoo.org/docs/styleguide/ +* Try to use the same code style as used in the rest of the project. * For non-trivial changes, please update the :file:`CHANGES` file. If your changes alter existing behavior, please document this. |