Lines Matching refs:caption
564 *figure* directive, plus option ``caption``. If ``caption`` has a
565 value, a figure node with the *caption* is inserted. If not, a image node is
579 option_spec['caption'] = directives.unchanged
606 caption = self.options.get('caption')
607 if caption:
608 # parse caption's content
611 ViewList([caption], source=''), self.content_offset, parsed)
612 caption_node = nodes.caption(
630 the caption (label) of ``kernel-figure`` directive (it only knows about
651 if n.tagname == 'caption':