src/eric7/DocumentationTools/ModuleDocumentor.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
9 The different parts of the module document are assembled from the parsed 9 The different parts of the module document are assembled from the parsed
10 Python file. The appearance is determined by several templates defined within 10 Python file. The appearance is determined by several templates defined within
11 this module. 11 this module.
12 """ 12 """
13 13
14 import contextlib
15 import re
14 import sys 16 import sys
15 import re
16 import contextlib
17 17
18 from eric7.Utilities import html_uencode 18 from eric7.Utilities import html_uencode
19 from eric7.Utilities.ModuleParser import RB_SOURCE, Function 19 from eric7.Utilities.ModuleParser import RB_SOURCE, Function
20 20
21 from . import TemplatesListsStyleCSS 21 from . import TemplatesListsStyleCSS

eric ide

mercurial