Docs review
Complements #7126 by fixing what I can fix.
Todo:
- [ ] https://github.com/holoviz/panel/issues/7087
- [x] Remove
_extension_namefrom ESM examples - [ ] Document you can create layouts with
AnyWidgetComponentviaget_child.
Maybe
- [ ] Add a
MarioButtontutorial based onAnyWidgetComponentorReactComponent. - [ ] Make
ReactComponentorAnyWidgetComponentcallback examples https://holoviz-dev.github.io/panel/how_to/custom_components/esm/callbacks.html - [ ] Add
AnyWidgetexample to https://holoviz-dev.github.io/panel/how_to/custom_components/esm/dataframe.html - [ ] Add
JSComponentandAnyWidgetversions of- [ ] https://holoviz-dev.github.io/panel/how_to/custom_components/examples/esm_canvas.html
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.24%. Comparing base (
c709832) to head (0ab21ae). Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #7127 +/- ##
=======================================
Coverage 82.23% 82.24%
=======================================
Files 335 335
Lines 49960 49960
=======================================
+ Hits 41083 41088 +5
+ Misses 8877 8872 -5
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I intended to fix broken links https://github.com/holoviz/panel/issues/7087 in this PR. But its grown. So I believe its better to get it reviewed now when its still manageble. Then I hope to fix broken links in another PR.
Merging as is for now.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.