From d2bce93e1b870cf228799d56f991c4b48ea5050a Mon Sep 17 00:00:00 2001 From: Azaya <99359668+Azaya89@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:28:19 +0100 Subject: [PATCH] Removed 'Home' from website index and replace hide-cell with remove-cell (#1477) --- doc/index.md | 1 - doc/user_guide/Large_Timeseries.ipynb | 4 ++-- doc/user_guide/Plotting.ipynb | 4 ++-- doc/user_guide/Plotting_with_Matplotlib.ipynb | 4 ++-- doc/user_guide/Plotting_with_Plotly.ipynb | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/index.md b/doc/index.md index 2b5bb7206..3c5e21a06 100644 --- a/doc/index.md +++ b/doc/index.md @@ -420,7 +420,6 @@ align: center :hidden: :maxdepth: 2 -Home Getting Started User Guide Reference Gallery diff --git a/doc/user_guide/Large_Timeseries.ipynb b/doc/user_guide/Large_Timeseries.ipynb index e2fe2798d..8f5248157 100644 --- a/doc/user_guide/Large_Timeseries.ipynb +++ b/doc/user_guide/Large_Timeseries.ipynb @@ -205,12 +205,12 @@ "id": "39ff4ae1", "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "from holoviews.operation.resample import ResampleOperation2D\n", "ResampleOperation2D.width=1200\n", "ResampleOperation2D.height=500" diff --git a/doc/user_guide/Plotting.ipynb b/doc/user_guide/Plotting.ipynb index ada64364e..4fb093fe5 100644 --- a/doc/user_guide/Plotting.ipynb +++ b/doc/user_guide/Plotting.ipynb @@ -14,12 +14,12 @@ "execution_count": null, "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "# https://github.com/holoviz/holoviews/pull/6391\n", "import warnings\n", "\n", diff --git a/doc/user_guide/Plotting_with_Matplotlib.ipynb b/doc/user_guide/Plotting_with_Matplotlib.ipynb index f0db59a16..fa31c826e 100644 --- a/doc/user_guide/Plotting_with_Matplotlib.ipynb +++ b/doc/user_guide/Plotting_with_Matplotlib.ipynb @@ -14,12 +14,12 @@ "execution_count": null, "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "# https://github.com/holoviz/holoviews/pull/6391\n", "import warnings\n", "\n", diff --git a/doc/user_guide/Plotting_with_Plotly.ipynb b/doc/user_guide/Plotting_with_Plotly.ipynb index 32733c813..819204349 100644 --- a/doc/user_guide/Plotting_with_Plotly.ipynb +++ b/doc/user_guide/Plotting_with_Plotly.ipynb @@ -14,12 +14,12 @@ "execution_count": null, "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "# https://github.com/holoviz/holoviews/pull/6391\n", "import warnings\n", "\n",