mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-30 09:53:04 +03:00
YAML multiline tip for project.yml files (#10187)
* MultiHashEmbed vector docs correction * add in multi-line tip * convert to sidebar tip
This commit is contained in:
parent
e4625d2fc3
commit
836f689cc7
|
@ -213,6 +213,12 @@ format, train a pipeline, evaluate it and export metrics, package it and spin up
|
||||||
a quick web demo. It looks pretty similar to a config file used to define CI
|
a quick web demo. It looks pretty similar to a config file used to define CI
|
||||||
pipelines.
|
pipelines.
|
||||||
|
|
||||||
|
> #### Tip: Multi-line YAML syntax for long values
|
||||||
|
>
|
||||||
|
> YAML has [multi-line syntax](https://yaml-multiline.info/) that can be
|
||||||
|
> helpful for readability with longer values such as project descriptions or
|
||||||
|
> commands that take several arguments.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
%%GITHUB_PROJECTS/pipelines/tagger_parser_ud/project.yml
|
%%GITHUB_PROJECTS/pipelines/tagger_parser_ud/project.yml
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user