Home
last modified time | relevance | path

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

/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py154 new_section = nodes.section(ids=[node["id"]])
155 new_section += nodes.title(text=node["name"])
168 new_section += nodes.paragraph("", "", gh_link_button)
171 new_section.extend(siblings_to_move)
174 node.replace_self(new_section)
203 new_section += see_also_section
272 new_section = nodes.section(ids=[node["id"]])
273 new_section += nodes.title(text=node["full_name"])
277 new_section += sidebar
325 new_section.extend(siblings_to_move)
[all …]