Split up and streamline bokeh.plotting refdocs#11563
Conversation
|
Another change: I made it so that glyph method defaults that were showing up as beforeafterEdit: also note that this only affects glyph methods of |
|
Also note I've submitted a theme issue about the bad rendering of the parameters headings: pydata/pydata-sphinx-theme#464 |
ae3eae8 to
cbc86ad
Compare
tcmetzger
left a comment
There was a problem hiding this comment.
This looks great! I built the docs locally and took a look around. I agree that it would be nice to have short intros for the .rst files - especially for plotting.rst which currently renders as a mostly empty page. However, that should not stop us from merging that for 2.4, I think!
* split up and streamline bokeh.plotting refdocs * condense property default and type info * fix mis-render of Instance property links * fix broken Null property links * remove non-functional exclude-members * clean up field defaults * document and test transitive imports * add intros
|
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. |





This PR:
InstanceandNullpropertiesbokeh.plotting(e.g. show, output_file, etc) aree documentedI'm not sure how much more time I will have to devote to this. Some things that could use a little attention:
bokeh.plottingand also for all the subpages have no narrative text. A small paragraph would likely improveThis PR does not go as far as splitting up every glyph method. That would be a very large undertaking, really merit some kind of automation, and I am somewhat on the fence about it. I would like to try to find a way to condense enormous duplication in the glyphy method docs without sacrificing the "reference" quality of the reference guide. But there is still lots of room for improvement, even with the changes above the smaller pages are still quite large.