Lines Matching full:section
69 self._top_node = nodes.section()
94 """Return a section node with optional title"""
95 section = nodes.section(ids=[self._sphinx_directive.new_serialno()])
97 section += nodes.title(title, title)
98 return section
154 for section in doc.args.values():
155 term = self._nodes_for_one_member(section.member)
157 if section.text:
158 defn = dedent(section.text)
182 section = self._make_section(what)
183 section += dlnode
184 return [section]
190 for section in doc.args.values():
191 termtext = [nodes.literal('', section.member.name)]
192 if section.member.ifcond.is_present():
193 termtext.extend(self._nodes_for_ifcond(section.member.ifcond))
195 if section.text:
196 defn = dedent(section.text)
206 section = self._make_section('Values')
207 section += dlnode
208 return [section]
211 """Return list of doctree nodes for the arguments section"""
214 section = self._make_section('Arguments')
220 section += dlnode
221 return [section]
229 for section in doc.features.values():
231 [nodes.literal('', section.member.name)], dedent(section.text))
237 section = self._make_section('Features')
238 section += dlnode
239 return [section]
244 for section in doc.sections:
245 if section.kind == QAPIDoc.Kind.TODO:
249 if section.kind == QAPIDoc.Kind.PLAIN:
251 # Instead, just append the results to the prior section.
253 self._parse_text_into_node(section.text, container)
257 snode = self._make_section(section.kind.name.title())
258 self._parse_text_into_node(dedent(section.text), snode)
263 """Return list of doctree nodes for the "If" section"""
283 snode = nodes.section(ids=[self._sphinx_directive.new_serialno()])
354 Create a new section whose title is 'heading' and which is placed
357 etc) will be placed as children of this new heading section.
381 '= Heading text', this is a section or subsection heading, with
386 # must have only a body section, nothing else.
394 # Section/subsection heading (if present, will always be