Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Dec 22, 2023
1 parent 853f424 commit c715ebc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/geovista/examples/spatial_index/uber_h3.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ def callback(actor: Actor, flag: bool) -> None:

# %%
# .. note::
# The checkboxes will **not** be rendered when viewing the documentation
# on ``ReadTheDocs``, as the appropriate VTK widget is not available
# in this headless environment.
# Unfortunately, the checkboxes will **not** be rendered when viewing the
# documentation on ``ReadtheDocs``, as the appropriate VTK widget is not
# supported in this headless environment.

# %%
# Finally, we create the :class:`~geovista.geoplotter.GeoPlotter` and add the
Expand Down
6 changes: 6 additions & 0 deletions src/geovista/examples/unstructured/dynamico.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ def main() -> None:

if __name__ == "__main__":
main()

# %%
# .. note::
# Unfortunately, the **graticule labels** will **not** be rendered when viewing
# the documentation on ``ReadtheDocs``, as labels are not yet supported in this
# headless environment.
6 changes: 6 additions & 0 deletions src/geovista/examples/unstructured/dynamico_poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ def main() -> None:

if __name__ == "__main__":
main()

# %%
# .. note::
# Unfortunately, the **graticule labels** will **not** be rendered when viewing
# the documentation on ``ReadtheDocs``, as labels are not yet supported in this
# headless environment.

0 comments on commit c715ebc

Please sign in to comment.