Bryan Van de Ven
Bryan Van de Ven
@mattpap Is this where you want to hash out `x_source` / `x_target`? I do think reusing "source" in this different context is unadvised.
> They actually seem to work. According to spec, ctx.font accepts a CSS font specification, so everything that CSS supports, should be supported in canvas as well. Thank goodness for...
Just noting that a user on SO claimed no success with `"rem"` but that `"vh"` units did work https://stackoverflow.com/questions/61954539/bokeh-label-font-size-responsive-to-figure-size
At this point all I can really think of is to allow the units to also be specified in "data units", which is then converted by one of the range...
It's also not entirely clear to me that this approach would actually work even for one plot, at least without some changes. Looking just now the current output of `canvas2svg`...
@ianthomas23 can you elaborate? The structure on Bokeh sides should still be identical AFAIK. The only difference is that on the Python side model definitions are small so a module...
Just noting that I can get a basic configuration with `autoapi` building (with some new warnings) but for the results are still mixes, e.g. the help strings for properties are...
> meant splitting up the Python directory/class structure to be more fine-grained, but you have said this isn't so. My mistake. @ianthomas23 no mistake I just hadn't imagined that was...
I don't think `autoapi` is going to be an option, AFAICT it is just completely independent of `autodoc` directives meaning all our custom extensions for models, properties, enums, etc. will...
@ianthomas23 I am actually starting to come to the conclusion that "one page per model" may in fact not be possible unless we adopt the fine-grained split you suggested... (or...