You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update the docstring of `DataArray.pint.quantify`
* same for `Dataset.pint.quantify`
* link to the proper section on pint's string formatting
* add markers to the link texts of the extlinks
* fix some links
* remove the explicit mention of ipython_genutils
* unpin sphinx
Copy file name to clipboardExpand all lines: docs/contributing.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,5 @@ In order to keep code consistent, we use
14
14
15
15
- `Black <https://black.readthedocs.io/en/stable/>`_ for standardized code formatting
16
16
- `blackdoc <https://blackdoc.readthedocs.io/en/stable/>`_ for standardized code formatting in documentation
17
-
- `Flake8 <http://flake8.pycqa.org/en/latest/>`_ for general code quality
18
-
- `isort <https://github.com/timothycrosley/isort>`_ for standardized order in imports. See also `flake8-isort <https://github.com/gforcada/flake8-isort>`_.
17
+
- `Flake8 <https://flake8.pycqa.org/en/latest/>`_ for general code quality
18
+
- `isort <https://github.com/PyCQA/isort>`_ for standardized order in imports. See also `flake8-isort <https://github.com/gforcada/flake8-isort>`_.
0 commit comments