Use correct code block language

This commit is contained in:
ines 2017-03-18 18:19:50 +01:00
parent 1a53fcc685
commit fa1f2040a5

View File

@ -26,7 +26,7 @@ p
| Direct downloads don't perform any compatibility checks and require the | 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]). | 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] python -m spacy download [model] [--direct]
+table(["Argument", "Type", "Description"]) +table(["Argument", "Type", "Description"])
@ -53,7 +53,7 @@ p
| either a Python package or a local directory. This will let you load | either a Python package or a local directory. This will let you load
| models from any location via #[code spacy.load()]. | models from any location via #[code spacy.load()].
+code. +code(false, "bash").
python -m spacy link [origin] [link_name] [--force] python -m spacy link [origin] [link_name] [--force]
+table(["Argument", "Type", "Description"]) +table(["Argument", "Type", "Description"])
@ -84,7 +84,7 @@ p
| and generate #[+a("https://en.wikipedia.org/wiki/Markdown") Markdown]-formatted | and generate #[+a("https://en.wikipedia.org/wiki/Markdown") Markdown]-formatted
| markup to copy-paste into #[+a(gh("spacy") + "/issues") GitHub issues]. | markup to copy-paste into #[+a(gh("spacy") + "/issues") GitHub issues].
+code. +code(false, "bash").
python -m spacy info [--markdown] python -m spacy info [--markdown]
python -m spacy info [model] [--markdown] python -m spacy info [model] [--markdown]