Beispiel #1
0
def generate_api_docs():
    """Generate API documentation."""
    _LOGGER.info("Generating API documentation")
    api.generate()
Beispiel #2
0
def generate_api_docs():
    """Generate API documentation."""
    _LOGGER.info("Generating API documentation")
    api.generate()
    call("git add docs", show_output=False)