From fa6e3cefbb482e97d0c21c51d852bcda5f31b089 Mon Sep 17 00:00:00 2001 From: ines Date: Tue, 21 Mar 2017 11:35:29 +0100 Subject: [PATCH] Simplify package command docs --- website/docs/usage/cli.jade | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/docs/usage/cli.jade b/website/docs/usage/cli.jade index 4a9ba3dd1..66be83923 100644 --- a/website/docs/usage/cli.jade +++ b/website/docs/usage/cli.jade @@ -111,11 +111,9 @@ p | Generate a #[+a("/docs/usage/models#own-models") model Python package] | from an existing model data directory. All data files are copied over, | and the meta data can be entered directly from the command line. While - | this feature is still experimental, the templates for the - | #[+src(gh("spacy-dev-resources", "templates/model/setup.py")) setup.py] and - | #[+src(gh("spacy-dev-resources", "templates/model/en_morel_name/__init__.py")) __init__.py] - | are downloaded from GitHub. This means you need to be connected to the - | internet to use this command. + | this feature is still experimental, the required file templates are + | downloaded from #[+src(gh("spacy-dev-resources", "templates/model")) GitHub]. + | This means you need to be connected to the internet to use this command. +code(false, "bash"). python -m spacy package [input_dir] [output_dir] [--force]