Skip to content

Commit

Permalink
Removed 'Home' from website index and replace hide-cell with remove-c…
Browse files Browse the repository at this point in the history
…ell (#1477)
  • Loading branch information
Azaya89 authored Jan 24, 2025
1 parent 9482989 commit d2bce93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ align: center
:hidden:
:maxdepth: 2
Home <self>
Getting Started <getting_started/index>
User Guide <user_guide/index>
Reference Gallery <reference/index>
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Large_Timeseries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Plotting_with_Matplotlib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Plotting_with_Plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2bce93

Please sign in to comment.