Lines Matching refs:nodes
9 from docutils import nodes
61 table = nodes.table()
62 tgroup = nodes.tgroup()
64 thead = nodes.thead()
65 thead_row = nodes.row()
67 colspec = nodes.colspec()
70 entry = nodes.entry()
71 entry += nodes.Text(header_name)
77 tbody = nodes.tbody()
102 since_url = nodes.inline()
103 reference = nodes.reference(
109 since_url = nodes.Text("")
122 row_node = nodes.row()
125 entry = nodes.entry()
126 span = nodes.Text("".join(["\U000000A0"] * indent))
130 inline = nodes.inline()
131 reference = nodes.reference(text=title, refuri=str(url))
137 version_node = nodes.Text(version)
140 entry = nodes.entry()