8000 Migrate user guide to how-to guides by philippjfr · Pull Request #4251 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and philippjfr committed Jan 5, 2023
commit eb385a95098e3791b32233d74507270288709bb5
2 changes: 1 addition & 1 deletion doc/how_to/apis/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ y.param.watch(update, 'value')
color.param.watch(update, 'value')

layout
```
```
2 changes: 1 addition & 1 deletion doc/how_to/apis/interact.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ color = pn.widgets.ColorPicker(name='Color', value='#4f4fdf')
layout = pn.interact(autompg_plot, x=columns, y=columns, color=color)

pn.Row(pn.Column('## MPG Explorer', layout[0]), layout[1])
```
```
2 changes: 1 addition & 1 deletion doc/how_to/apis/parameterized.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class MPGExplorer(param.Parameterized):
explorer = MPGExplorer()

pn.Row(explorer.param, explorer.plot)
```
```
2 changes: 1 addition & 1 deletion doc/how_to/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ How to run Panel applications entirely in the browser using WebAssembly, Pyodide
::::


## Server configuration and deployment
## Server configuration and deployment

::::{grid} 1 2 2 3
:gutter: 1 1 1 2
Expand Down
6 changes: 3 additions & 3 deletions doc/how_to/links/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ In the [Param how-to guide](../param/index), we have seen how Parameterized clas

Here we will show how to link parameters of Panel objects, typically from widgets to other objects. To do this, we will introduce three API calls:

* ``obj.link``:
* ``obj.param.watch``:
* ``obj.link``:
* ``obj.param.watch``:
* ``obj.jslink``: high-level API to link objects via JS code
* ``obj.jscallback``: a lower-level API to define arbitrary Javascript callbacks

Expand Down Expand Up @@ -60,4 +60,4 @@ links
jslinks
link_plots
jscallback
```
```
2 changes: 1 addition & 1 deletion doc/how_to/param/i 7949 ndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ uis
custom
dependencies
subobjects
```
```
0