From fa1f2040a5b6557dfedc1b0a551bd5583f612b2f Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 18 Mar 2017 18:19:50 +0100 Subject: [PATCH] Use correct code block language --- website/docs/usage/cli.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/cli.jade b/website/docs/usage/cli.jade index a24f026ad..990117542 100644 --- a/website/docs/usage/cli.jade +++ b/website/docs/usage/cli.jade @@ -26,7 +26,7 @@ p | Direct downloads don't perform any compatibility checks and require the | model name to be specified with its version (e.g., #[code en_core_web_sm-1.2.0]). -+code. ++code(false, "bash"). python -m spacy download [model] [--direct] +table(["Argument", "Type", "Description"]) @@ -53,7 +53,7 @@ p | either a Python package or a local directory. This will let you load | models from any location via #[code spacy.load()]. -+code. ++code(false, "bash"). python -m spacy link [origin] [link_name] [--force] +table(["Argument", "Type", "Description"]) @@ -84,7 +84,7 @@ p | and generate #[+a("https://en.wikipedia.org/wiki/Markdown") Markdown]-formatted | markup to copy-paste into #[+a(gh("spacy") + "/issues") GitHub issues]. -+code. ++code(false, "bash"). python -m spacy info [--markdown] python -m spacy info [model] [--markdown]