Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

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