.. _f-bokehplot: module ``sphinxext.bokeh.bokeh_plot`` ===================================== .. inheritance-diagram:: pyquickhelper.sphinxext.bokeh.bokeh_plot Short summary +++++++++++++ module ``pyquickhelper.sphinxext.bokeh.bokeh_plot`` Modified version of `bokeh_plot.py `_, `LICENSE `_. Include :epkg:`bokeh` plots in Sphinx HTML documentation. For other output types, the placeholder text ``[graph]`` will be generated. The ``bokeh-plot`` directive can be used by either supplying, **a path to a source file** as the argument to the directive:: .. bokeh-plot:: path/to/plot.py Classes +++++++ +-------------------------------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +===========================================================================================+=========================+ | :class:`BokehPlotDirective ` | | +-------------------------------------------------------------------------------------------+-------------------------+ Functions +++++++++ +------------------------------------------------------------------------------------+-------------------------------------------+ | function | truncated documentation | +====================================================================================+===========================================+ | :func:`_process_script ` | | +------------------------------------------------------------------------------------+-------------------------------------------+ | :func:`build_finished ` | | +------------------------------------------------------------------------------------+-------------------------------------------+ | :func:`builder_inited ` | | +------------------------------------------------------------------------------------+-------------------------------------------+ | :func:`setup ` | Required Sphinx extension setup function. | +------------------------------------------------------------------------------------+-------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +===============================================================================+=========================+ | :meth:`run ` | | +-------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.sphinxext.bokeh.bokeh_plot :members: :special-members: __init__ :show-inheritance: