Skip to content

Commit

Permalink
docs fixes (#6548)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen authored Mar 24, 2024
1 parent 0e36490 commit 1ebe168
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 deletions doc/gallery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,27 +251,26 @@ The gluoNNet aviation tracking application visualizes airplane positioning (ADS-

::::


```{toctree}
:titlesonly:
:hidden:
:maxdepth: 1
portfolio_optimizer
streaming_videostream
windturbines
portfolio_analyzer
glaciers
vtk_slicer
nyc_deckgl
gapminders
vtk_interactive
penguin_crossfilter
altair_brushing
deckgl_game_of_life
gapminders
glaciers
hvplot_explorer
xgboost_classifier
altair_brushing
vtk_warp
iris_kmeans
nyc_deckgl
penguin_crossfilter
penguin_kmeans
portfolio_analyzer
portfolio_optimizer
streaming_videostream
vtk_interactive
vtk_slicer
vtk_warp
windturbines
xgboost_classifier
```
2 changes: 1 addition & 1 deletion examples/reference/widgets/Terminal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"For details on other options for customizing the component see the [layout](../../how_to/layout/index.md) and [styling](../../how_to/styling/index.md) how-to guides.\n",
"\n",
"- **``clear``** (action): Clears the Terminal.\n",
"- **``options``** (dict) Initial Options for the Terminal Constructor. cf. https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/\n",
"- **``options``** (dict) Initial Options for the Terminal Constructor. cf. [iterminaloptions](https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/)\n",
"- **``output``** (str): System *output* written to the Terminal.\n",
"- **``value``** (str): User *input* received from the Terminal.\n",
"- **``write_to_console``** (boolean): If True output is additionally written to the server console. Default value is False.\n",
Expand Down

0 comments on commit 1ebe168

Please sign in to comment.