Timo Cornelius Metzger
Timo Cornelius Metzger
As discussed with @mattpap in https://github.com/bokeh/bokeh/pull/12242, there are a few tooltip-related API refinements to finish before the next release. One example that has come up is the Tooltip's `position` property...
Following https://github.com/bokeh/bokeh/pull/12154, we need to update the docs. I started this WIP PR to track the necessary docs updates. fixes #12168.
### Software versions Python version : 3.10.5 | packaged by conda-forge | (main, Jun 14 2022, 07:06:46) [GCC 10.3.0] IPython version : 8.4.0 Tornado version : 6.1 Bokeh version :...
Based on the discussion in https://github.com/bokeh/bokeh/pull/12068, I noticed we don't have a user guide section explaining the functionality used in that example. We should add information about `subplot()` to the...
While working on the example notebooks, I got the impression that there is no consistent scheme for naming the .ipynb files. Since the notebooks we are currently working on seem...
This PR updates all tutorial notebooks that are currently in the `tutorials` folder of the `main` branch. Two notebooks (census and proximity) have not been merged yet and therefore are...
The current regex for detecting missing Oxford Commas seems to only detect sentences where the last item in the list before the "and"/"or" consists of one single word. For example:...
As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right...
If I create a docstring on a Python function with a multiline `def` statement, the generated doc string ends up in the middle of the function definition (instead of after...
Building the docs on Windows doesn't seem to work. I have cloned a fresh copy of the repo on Win10 (about 14 days ago) and set everything up as described...