Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed 'Home' from website index and replace hide-cell with remove-cell #1477

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading