Lines Matching full:nodes
8 from docutils import nodes
58 since_url = nodes.inline()
59 reference = nodes.reference(
65 since_url = nodes.Text("")
72 row_node = nodes.row()
75 entry = nodes.entry()
76 span = nodes.Text("".join(["\U000000A0"] * indent))
80 inline = nodes.inline()
81 reference = nodes.reference(text=title, refuri=str(url))
87 version_node = nodes.Text(version)
90 entry = nodes.entry()
113 table = nodes.table()
114 tgroup = nodes.tgroup()
116 thead = nodes.thead()
117 thead_row = nodes.row()
119 colspec = nodes.colspec()
122 entry = nodes.entry()
123 entry += nodes.Text(header_name)
129 tbody = nodes.tbody()