I am writing the documentation for my app. Is there a set of docs for how to use the different toolbar tools that is focused on end users working with an interactive bokeh plot (versus a programmer trying to set up the tools) that I can can steal from when writing the docs for my app?
There is just what is at Plot tools — Bokeh 3.4.1 Documentation but tools also have a description property you can set if there is some specific information you want to convey to your users. This description will appear as a floating popup over the tool button in the toolbar.
That link is where the ? icon on the toolbar goes, but it’s clearly aimed at developers creating tools rather than users using an app, so it’s not what I’m looking for.
It looks like the closest thing is in the tutorial under “Creating a simple line chart” - could this (updated for all the plot tools since it doesn’t show the selection tools) be put on a docs link?
The first step would be to make a GitHub Issue to propose what to add and where. If you have the ability to work on a PR with some help or guidance, as well, that will probably speed up actually landing the changes.