コード例 #1
0
ファイル: SpecHTMLreST.py プロジェクト: txolutions/pyspec
 def visit_subtitle(self,node):
     HTMLTranslator.visit_subtitle(self,node)
     self.docsubtitle = node.get('names')[0]