docutils
nodes.Class | obj_reference |
A reference to a documentable object. |
Class | wbr |
Word break opportunity. |
Function | set_node_attributes |
Set the attributes of a Node and return the modified node. This is required to manually construct a docutils document that is consistent. |
Function | _set_nodes_parent |
Set the nodes.Node.parent attribute of the nodes to the defined parent. |
Parameters | |
node:nodes.Node | A node to edit. |
document:Optional[ | The nodes.Node.document attribute. |
lineno:Optional[ | The nodes.Node.line attribute. |
children:Optional[ | The nodes.Element.children attribute. Special care is taken to appropriately set the nodes.Node.parent attribute on the child nodes. |
Returns | |
nodes.Node | Undocumented |