From 1d0ef98873327236ce5098d725c017f7f1b0e895 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 29 Dec 2020 14:46:03 +0100 Subject: [PATCH] move example --- website/docs/api/cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/api/cli.md b/website/docs/api/cli.md index e8acc830d..f6fb4d538 100644 --- a/website/docs/api/cli.md +++ b/website/docs/api/cli.md @@ -783,16 +783,16 @@ in the section `[paths]`. -```cli -$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [overrides] -``` - > #### Example > > ```cli > $ python -m spacy train config.cfg --paths.train="./train" --paths.dev="./dev" --output output_dir > ``` +```cli +$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [overrides] +``` + | Name | Description | | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `config_path` | Path to [training config](/api/data-formats#config) file containing all settings and hyperparameters. If `-`, the data will be [read from stdin](/usage/training#config-stdin). ~~Union[Path, str] \(positional)~~ |