Matt Piekenbrock
Matt Piekenbrock
Along a similar vein, and sort of foreshadowed in #12707, if the aim is to improve the docs one real issue to address to cut down the massive amount of...
> But there is alot of factoring in order to optimize ... we'd probably have to do customization to our sphinx extensions to make this happen This sounds like maybe...
> Yes! You want to be able to just put the references in as you're writing and add the actual reference targets at the end. An `--ignore-refs` flag or something...
This seems resolved by using [package_data](https://setuptools.pypa.io/en/latest/userguide/datafiles.html#package-data): > The package_data argument is a dictionary that maps from package names to lists of glob patterns. Note that the data files specified using...
I see. Then please ignore my comment.
Though this feature seems basic, it seems unsupported on OS X. ```python --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Input In [75], in () 1 import open3d.visualization.rendering as rendering ---->...
> Ni! So, another possibility would be to allow setting the stroke's lineWidth through a "text_outline_width" argument. Then having a default value that works well with default font size. I...
> There is already a community addons for that https://github.com/slidevjs/slidev/pull/2179, have you tried it? If it works well I don't think we need to have it builtin Well, to be...
Does this cover plotly / bokeh plots?
> For bokeh, I do not believe we have that working correctly right now (the plot opens in an external browser). Ahh, I was talking about bokeh; sorry, I assumed...