Source code for pyquickhelper.helpgen.help_usage

"""
Help messages.


:githublink:`%|py|5`
"""


[docs]def get_help_usage(): """ Returns the usage ``python setup.py build_sphinx``. :githublink:`%|py|10` """ return """ This command will build the documentation form the source. It will not work from the installed package. This is a custom build, the regular options with build_sphinx will not work. The output will be copied in folder dist. Usage: python setup.py build_sphinx """.replace(" ", "")