Skip to content

Commit 0fc9eab

Browse files
Raisa DzhamtyrovaRaisa Dzhamtyrova
authored andcommitted
add links
1 parent e12da74 commit 0fc9eab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/source/development/code_style.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ pandas code style guide
99
.. contents:: Table of contents:
1010
:local:
1111

12+
*pandas* follows the `PEP8 <https://www.python.org/dev/peps/pep-0008/>`_
13+
standard and uses `Black <https://black.readthedocs.io/en/stable/>`_
14+
and `Flake8 <https://flake8.pycqa.org/en/latest/>`_ to ensure a
15+
consistent code format throughout the project. For details see the
16+
`contributing guide to pandas
17+
<https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#python-pep8-black>`_.
18+
1219
Patterns
1320
========
1421

@@ -128,12 +135,6 @@ For example:
128135
value = str
129136
f"Unknown received type, got: '{type(value).__name__}'"
130137
131-
PEP8 / black
132-
------------
133-
pandas follows the PEP8 standard and uses Black and Flake8 to ensure a
134-
consistent code format throughout the project. For details see the
135-
contributing guide https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#python-pep8-black.
136-
137138
Imports (aim for absolute)
138139
==========================
139140

0 commit comments

Comments
 (0)