Skip to content

Commit 68e0b35

Browse files
authored
Doc: rename the Pandas section as Tabular (#1260)
1 parent 9065c0f commit 68e0b35

24 files changed

+47
-21
lines changed

doc/conf.py

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'nbsite.gallery',
5656
'nbsite.analytics',
5757
'sphinx_copybutton',
58+
'sphinxext.rediraffe',
5859
]
5960

6061
myst_enable_extensions = ["colon_fence"]
@@ -66,10 +67,9 @@
6667
'reference': {
6768
'title': 'Reference Gallery',
6869
'intro': (
69-
'Incomplete Reference Gallery containing some small '
70-
'examples of different plot types.'),
70+
'Find the list of supported libraries on the `Integrations <../user_guide/Integrations.html>`_ page.'),
7171
'sections': [
72-
'pandas',
72+
'tabular',
7373
'geopandas',
7474
'xarray',
7575
]
@@ -81,6 +81,31 @@
8181
'goatcounter_holoviz': True,
8282
}
8383

84+
rediraffe_redirects = {
85+
# When the pandas section was renamed tabular:
86+
'reference/pandas/andrewscurves': 'reference/tabular/andrewscurves',
87+
'reference/pandas/area': 'reference/tabular/area',
88+
'reference/pandas/bar': 'reference/tabular/bar',
89+
'reference/pandas/barh': 'reference/tabular/barh',
90+
'reference/pandas/bivariate': 'reference/tabular/bivariate',
91+
'reference/pandas/box': 'reference/tabular/box',
92+
'reference/pandas/errorbars': 'reference/tabular/errorbars',
93+
'reference/pandas/heatmap': 'reference/tabular/heatmap',
94+
'reference/pandas/hexbin': 'reference/tabular/hexbin',
95+
'reference/pandas/hist': 'reference/tabular/hist',
96+
'reference/pandas/kde': 'reference/tabular/kde',
97+
'reference/pandas/labels': 'reference/tabular/labels',
98+
'reference/pandas/lagplot': 'reference/tabular/lagplot',
99+
'reference/pandas/line': 'reference/tabular/line',
100+
'reference/pandas/ohlc': 'reference/tabular/ohlc',
101+
'reference/pandas/parallelcoordinates': 'reference/tabular/parallelcoordinates',
102+
'reference/pandas/scatter': 'reference/tabular/scatter',
103+
'reference/pandas/scattermatrix': 'reference/tabular/scattermatrix',
104+
'reference/pandas/step': 'reference/tabular/step',
105+
'reference/pandas/table': 'reference/tabular/table',
106+
'reference/pandas/violin': 'reference/tabular/violin',
107+
}
108+
84109
html_context.update({
85110
"last_release": f"v{release}",
86111
"github_user": "holoviz",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)