.. _f-dochelper: module ``pycode.doc_helper`` ============================ Short summary +++++++++++++ module ``pyquickhelper.pycode.doc_helper`` Helpers to improve documentation. :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | function | truncated documentation | +===========================================================================================+==============================================================+ | :func:`find_link ` | Finds all links following RST format in a documentation. | +-------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`validate_urls ` | Checks that all urls are valid. | +-------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`validate_urls_in_folder ` | Looks for all files in a folder and return all invalid urls. | +-------------------------------------------------------------------------------------------+--------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.doc_helper :members: :special-members: __init__ :show-inheritance: