Lines Matching refs:caption
466 *figure* directive, plus option ``caption``. If ``caption`` has a
467 value, a figure node with the *caption* is inserted. If not, a image node is
481 option_spec['caption'] = directives.unchanged
508 caption = self.options.get('caption')
509 if caption:
510 # parse caption's content
513 ViewList([caption], source=''), self.content_offset, parsed)
514 caption_node = nodes.caption(
532 the caption (label) of ``kernel-figure`` directive (it only knows about
553 if n.tagname == 'caption':