Lines Matching full:entry
101 entry = nodes.entry()
102 entry += nodes.paragraph(text="Project")
103 row += entry
104 entry = nodes.entry()
105 entry += nodes.paragraph(text="Revision")
106 row += entry
113 entry = nodes.entry()
114 entry += nodes.paragraph(text=project.name)
115 row += entry
116 entry = nodes.entry()
124 entry += par
125 row += entry