|
55 | 55 | 'nbsite.gallery', |
56 | 56 | 'nbsite.analytics', |
57 | 57 | 'sphinx_copybutton', |
| 58 | + 'sphinxext.rediraffe', |
58 | 59 | ] |
59 | 60 |
|
60 | 61 | myst_enable_extensions = ["colon_fence"] |
|
66 | 67 | 'reference': { |
67 | 68 | 'title': 'Reference Gallery', |
68 | 69 | '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.'), |
71 | 71 | 'sections': [ |
72 | | - 'pandas', |
| 72 | + 'tabular', |
73 | 73 | 'geopandas', |
74 | 74 | 'xarray', |
75 | 75 | ] |
|
81 | 81 | 'goatcounter_holoviz': True, |
82 | 82 | } |
83 | 83 |
|
| 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 | + |
84 | 109 | html_context.update({ |
85 | 110 | "last_release": f"v{release}", |
86 | 111 | "github_user": "holoviz", |
|
0 commit comments