Home
last modified time | relevance | path

Searched refs:doctree (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py522 def add_kernel_figure_to_std_domain(app, doctree): argument
537 for name, explicit in iteritems(doctree.nametypes):
540 labelid = doctree.nameids[name]
543 node = doctree.ids[labelid]
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py626 def add_kernel_figure_to_std_domain(app, doctree): argument
641 for name, explicit in doctree.nametypes.items():
644 labelid = doctree.nameids[name]
647 node = doctree.ids[labelid]
H A Dautomarkup.py279 def auto_markup(app, doctree, name): argument
303 for para in doctree.traverse(nodes.paragraph):