From 36beaed1d981e114235c7a5e71ab7520854ee1cb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:10:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/source/conf.py | 96 ++++++++++++++++++++++++++++++---------------- 1 file changed, 62 insertions(+), 34 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8794153d17ee2..f352c50aa1bbb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -14,9 +14,9 @@ import inspect import logging import os +import re import sys import warnings -import re import jinja2 from numpydoc.docscrape import NumpyDocString @@ -805,37 +805,65 @@ def setup(app): ####### found in CI run checks for broken-linkcheck.yml linkcheck_ignore = [ - '^http://$', - '^https://$', - re.escape('http://scatterci.github.io/pydata/pandas'), - re.escape('http://specs.frictionlessdata.io/json-table-schema/'), - re.escape('https://cloud.google.com/bigquery/docs/access-control#roles'), - re.escape('https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query'), - re.escape('https://crates.io/crates/calamine'), - re.escape('https://devguide.python.org/setup/#macos'), - re.escape('https://en.wikipedia.org/wiki/Imputation_(statistics'), - re.escape('https://github.com/noatamir/pandas-dev'), - re.escape('https://github.com/pandas-dev/pandas/blob/main/pandas/plotting/__init__.py#L1'), - re.escape('https://github.com/pandas-dev/pandas/blob/v0.20.2/pandas/core/generic.py#L568'), - re.escape('https://github.com/pandas-dev/pandas/blob/v0.20.2/pandas/core/frame.py#L1495'), - re.escape('https://github.com/pandas-dev/pandas/issues/174151'), - re.escape('https://gitpod.io/#https://github.com/USERNAME/pandas'), - re.escape('https://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/'), - re.escape('https://matplotlib.org/api/axes_api.html#matplotlib.axes.Axes.table'), - re.escape('https://nipunbatra.github.io/blog/visualisation/2013/05/01/aggregation-timeseries.html'), - re.escape('https://nbviewer.ipython.org/gist/metakermit/5720498'), - re.escape('https://numpy.org/doc/stable/user/basics.byteswapping.html'), - re.escape('https://pandas-gbq.readthedocs.io/en/latest/changelog.html#changelog-0-8-0'), - re.escape('https://pandas.pydata.org/pandas-docs/stable/io.html#io-chunking'), - re.escape('https://pandas.pydata.org/pandas-docs/stable/ecosystem.html'), - re.escape('https://sqlalchemy.readthedocs.io/en/latest/dialects/index.html'), - re.escape('https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245912.htm'), - re.escape('https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214639.htm'), - re.escape('https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002283942.htm'), - re.escape('https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm'), - re.escape('https://support.sas.com/documentation/cdl/en/imlug/66845/HTML/default/viewer.htm#imlug_langref_sect455.htm'), - re.escape('https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002284668.htm'), - re.escape('https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002978282.htm'), - re.escape('https://wesmckinney.com/blog/update-on-upcoming-pandas-v0-10-new-file-parser-other-performance-wins/'), - re.escape('pandas.zip') + "^http://$", + "^https://$", + re.escape("http://scatterci.github.io/pydata/pandas"), + re.escape("http://specs.frictionlessdata.io/json-table-schema/"), + re.escape("https://cloud.google.com/bigquery/docs/access-control#roles"), + re.escape( + "https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query" + ), + re.escape("https://crates.io/crates/calamine"), + re.escape("https://devguide.python.org/setup/#macos"), + re.escape("https://en.wikipedia.org/wiki/Imputation_(statistics"), + re.escape("https://github.com/noatamir/pandas-dev"), + re.escape( + "https://github.com/pandas-dev/pandas/blob/main/pandas/plotting/__init__.py#L1" + ), + re.escape( + "https://github.com/pandas-dev/pandas/blob/v0.20.2/pandas/core/generic.py#L568" + ), + re.escape( + "https://github.com/pandas-dev/pandas/blob/v0.20.2/pandas/core/frame.py#L1495" + ), + re.escape("https://github.com/pandas-dev/pandas/issues/174151"), + re.escape("https://gitpod.io/#https://github.com/USERNAME/pandas"), + re.escape("https://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/"), + re.escape("https://matplotlib.org/api/axes_api.html#matplotlib.axes.Axes.table"), + re.escape( + "https://nipunbatra.github.io/blog/visualisation/2013/05/01/aggregation-timeseries.html" + ), + re.escape("https://nbviewer.ipython.org/gist/metakermit/5720498"), + re.escape("https://numpy.org/doc/stable/user/basics.byteswapping.html"), + re.escape( + "https://pandas-gbq.readthedocs.io/en/latest/changelog.html#changelog-0-8-0" + ), + re.escape("https://pandas.pydata.org/pandas-docs/stable/io.html#io-chunking"), + re.escape("https://pandas.pydata.org/pandas-docs/stable/ecosystem.html"), + re.escape("https://sqlalchemy.readthedocs.io/en/latest/dialects/index.html"), + re.escape( + "https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245912.htm" + ), + re.escape( + "https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214639.htm" + ), + re.escape( + "https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002283942.htm" + ), + re.escape( + "https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm" + ), + re.escape( + "https://support.sas.com/documentation/cdl/en/imlug/66845/HTML/default/viewer.htm#imlug_langref_sect455.htm" + ), + re.escape( + "https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002284668.htm" + ), + re.escape( + "https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002978282.htm" + ), + re.escape( + "https://wesmckinney.com/blog/update-on-upcoming-pandas-v0-10-new-file-parser-other-performance-wins/" + ), + re.escape("pandas.zip"), ]