Unverified Commit a7808ff8 authored by Mishig's avatar Mishig Committed by GitHub
Browse files

Fix launcher.md (#1075)

Adding a new line to escape between heading and codeblock. However, it
is a hotfix and I will work on a permanent solution on
https://github.com/huggingface/doc-builder
parent 7a6fad6a
# Text-generation-launcher arguments # Text-generation-launcher arguments
``` ```
Text Generation Launcher Text Generation Launcher
......
...@@ -11,7 +11,7 @@ def main(): ...@@ -11,7 +11,7 @@ def main():
output = subprocess.check_output(["text-generation-launcher", "--help"]).decode( output = subprocess.check_output(["text-generation-launcher", "--help"]).decode(
"utf-8" "utf-8"
) )
final_doc = f"# Text-generation-launcher arguments\n```\n{output}\n```" final_doc = f"# Text-generation-launcher arguments\n\n```\n{output}\n```"
filename = "docs/source/basic_tutorials/launcher.md" filename = "docs/source/basic_tutorials/launcher.md"
if args.check: if args.check:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment