Skip to content

Commit

Permalink
doc: remove topics page replaced by a link to examples.holoviz.org (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 12, 2024
1 parent 7a99f49 commit 61f965b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 101 deletions.
6 changes: 5 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
'github_repo': 'datashader',
})


extensions += [
'sphinx.ext.autosummary',
'numpydoc',
'nbsite.analytics',
'sphinxcontrib.mermaid',
'sphinx_reredirects',
]

myst_fence_as_directive = ["mermaid"]
Expand All @@ -69,6 +69,10 @@

nbbuild_cell_timeout = 2000

redirects = {
'topics/index': 'https://examples.holoviz.org',
}

# Datashader uses sphinx.ext.autodoc (e.g. automodule) for its API reference
# and automatically include a module that contains Image. Image inherits
# from xr.DataArray. Datashader uses numpydoc to parse the docstrings.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hardware, while exploiting distributed and GPU systems when available.
Introduction <self>
Getting Started <getting_started/index>
User Guide <user_guide/index>
Topics <topics/index>
Examples <https://examples.holoviz.org>
Releases <releases>
API <api>
FAQ <FAQ>
Expand Down
99 changes: 0 additions & 99 deletions doc/topics/index.rst

This file was deleted.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ test-benchmark = 'pytest datashader/tests --benchmark --gpu'
nbsite = ">=0.8.4,<0.9.0"
numpydoc = "*"
sphinxcontrib-mermaid = "*"
sphinx-reredirects = "*"

[feature.doc.activation.env]
DASK_DATAFRAME__QUERY_PLANNING = "False"
Expand Down

0 comments on commit 61f965b

Please sign in to comment.