.. _f-confpathtools: module ``helpgen.conf_path_tools`` ================================== Short summary +++++++++++++ module ``pyquickhelper.helpgen.conf_path_tools`` Looks for paths, Miktek, Graphviz... :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================+=====================================================================================================================+ | :func:`custom_ensuredir ` | Ensure that a path exists. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`find_dvipng_path ` | Determines :epkg:`dvipng` location. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`find_graphviz_dot ` | Determines the path to graphviz (on Windows), the function tests the existence of versions 34 to 45 assuming it ... | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`find_in_PATH ` | look into every path mentioned in ``%PATH%`` a specific file, it raises an exception if not Found | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`find_latex_path ` | Finds latex path. Returns an empty string on :epkg:`linux`. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`find_pandoc_path ` | Determines :epkg:`pandoc` location. Returns an empty string on :epkg:`linux`. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.helpgen.conf_path_tools :members: :special-members: __init__ :show-inheritance: