Example #1
0
 def visit_table(self, node):
     # type: (nodes.Node) -> None
     self._table_row_index = 0
     return BaseTranslator.visit_table(self, node)
Example #2
0
File: html.py Project: evhub/sphinx
 def visit_table(self, node):
     self._table_row_index = 0
     return BaseTranslator.visit_table(self, node)
Example #3
0
File: html.py Project: LFYG/sphinx
 def visit_table(self, node):
     # type: (nodes.Node) -> None
     self._table_row_index = 0
     return BaseTranslator.visit_table(self, node)