mirror of https://github.com/explosion/spaCy.git
Link project.yml
This commit is contained in:
parent
6c2a5ff53b
commit
31567d1e42
|
@ -7,7 +7,7 @@ from .._util import project_cli, Arg, Opt, PROJECT_FILE, load_project_config
|
|||
|
||||
|
||||
DOCS_URL = "https://nightly.spacy.io"
|
||||
INTRO_PROJECT = f"""The `{PROJECT_FILE}` defines the data assets required by the
|
||||
INTRO_PROJECT = f"""The [`{PROJECT_FILE}`]({PROJECT_FILE}) defines the data assets required by the
|
||||
project, as well as the available commands and workflows. For details, see the
|
||||
[spaCy projects documentation]({DOCS_URL}/usage/projects)."""
|
||||
INTRO_COMMANDS = f"""The following commands are defined by the project. They
|
||||
|
|
Loading…
Reference in New Issue