Coverage for pyquickhelper/helpgen/__init__.py: 100%

10 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-03 02:21 +0200

1""" 

2@file 

3@brief Subpart related to the documentation generation. 

4""" 

5from .conf_path_tools import find_graphviz_dot 

6from .default_conf import set_sphinx_variables, custom_setup 

7from .helpgen_exceptions import HelpGenException, ImportErrorHelpGen, HelpGenConvertError 

8from .help_usage import get_help_usage 

9from .pandoc_helper import latex2rst 

10from .process_notebook_api import nb2slides, nb2html, nb2rst 

11from .rst_converters import rst2html, docstring2html, rst2rst_folder 

12from .sphinx_helper import sphinx_add_scripts 

13# Disable to speed up import time. 

14# from .sphinx_main import generate_help_sphinx, process_notebooks 

15from .utils_sphinx_config import NbImage 

16from .utils_pywin32 import import_pywin32