diff --git a/bindings/pydeck/docs/conf.py b/bindings/pydeck/docs/conf.py index 1875df4ba0a..09cb3a9e5b3 100644 --- a/bindings/pydeck/docs/conf.py +++ b/bindings/pydeck/docs/conf.py @@ -21,7 +21,7 @@ exclude_patterns = ["_build"] pygments_style = None html_theme = "sphinx_rtd_theme" -html_static_path = ["_static", "css/custom.css", "gallery/html"] +html_static_path = ["css/custom.css", "gallery/html"] htmlhelp_basename = "pydeckdoc" man_pages = [(master_doc, "pydeck", "pydeck Documentation", [author], 1)] texinfo_documents = [ diff --git a/bindings/pydeck/docs/gallery/html/grid.html b/bindings/pydeck/docs/gallery/html/grid.html index 2a9087b8cfb..6c1c1d43ec6 100644 --- a/bindings/pydeck/docs/gallery/html/grid.html +++ b/bindings/pydeck/docs/gallery/html/grid.html @@ -31,155 +31,155 @@
- - + +
ArcLayer
- - + +
BitmapLayer
- - + +
ColumnLayer
- - + +
ContourLayer
- - + +
CustomLayer
- - + +
GeoJsonLayer
- - + +
GreatCircleLayer
- - + +
GridLayer
- - + +
H3ClusterLayer
- - + +
H3HexagonLayer
- - + +
HeatmapLayer
- - + +
HexagonLayer
- - + +
IconLayer
- - + +
LineLayer
- - + +
PathLayer
- - + +
PointCloudLayer
- - + +
PolygonLayer
- - + +
S2Layer
- - + +
ScatterplotLayer
- - + +
ScreengridLayer
- - + +
TextLayer
- - + +
TripsLayer
diff --git a/bindings/pydeck/docs/index.rst b/bindings/pydeck/docs/index.rst index 67ab4d65b94..abe36b831db 100644 --- a/bindings/pydeck/docs/index.rst +++ b/bindings/pydeck/docs/index.rst @@ -177,3 +177,4 @@ Configure the lighting within a visualization. tooltip custom_layers + diff --git a/bindings/pydeck/docs/scripts/embed_examples.py b/bindings/pydeck/docs/scripts/embed_examples.py index 797fbf855ec..901a2755043 100644 --- a/bindings/pydeck/docs/scripts/embed_examples.py +++ b/bindings/pydeck/docs/scripts/embed_examples.py @@ -39,7 +39,7 @@ EXAMPLE_GLOB = "../examples/*_layer.py" GALLERY_DIR = "./gallery/" HTML_DIR = "./gallery/html/" -STATIC_PATH = "/_static/" +STATIC_PATH = "../_static/" DECKGL_URL_BASE = "https://deck.gl/#/documentation/deckgl-api-reference/layers/" diff --git a/bindings/pydeck/docs/scripts/generate_grid_html.py b/bindings/pydeck/docs/scripts/generate_grid_html.py index 702251efb77..00b53f43b5c 100644 --- a/bindings/pydeck/docs/scripts/generate_grid_html.py +++ b/bindings/pydeck/docs/scripts/generate_grid_html.py @@ -45,8 +45,8 @@ {% for layer_name in layer_names %} {# Sphinx decides where these files get hosted but it's /_images #}
- - + +
{{ to_presentation_name(layer_name) }}
{% endfor %}