module sphinxext.sphinximages.sphinxcontrib_images_lightbox2.lightbox2_backend

Inheritance diagram of pyquickhelper.sphinxext.sphinximages.sphinxcontrib_images_lightbox2.lightbox2_backend

Short summary

module pyquickhelper.sphinxext.sphinximages.sphinxcontrib_images_lightbox2.lightbox2_backend

Defines the backend for directive image.

source on GitHub

Classes

class

truncated documentation

LightBox2

Backend for sphinx directive image.

Methods

method

truncated documentation

depart_image_node_html

translator method

visit_image_node_html

translator method

Documentation

Defines the backend for directive image.

source on GitHub

class pyquickhelper.sphinxext.sphinximages.sphinxcontrib_images_lightbox2.lightbox2_backend.LightBox2(app)[source]

Bases: Backend

Backend for sphinx directive image.

source on GitHub

depart_image_node_html(writer, node)[source]

translator method

visit_image_node_html(writer, node)[source]

translator method