From 3e058dee62a09dd61f788739a7f5f6218a095d61 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 24 Jun 2021 12:36:04 +1000 Subject: [PATCH] Update features [ci skip] --- website/docs/usage/v3-1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/usage/v3-1.md b/website/docs/usage/v3-1.md index 9ebb8b094..37cec8803 100644 --- a/website/docs/usage/v3-1.md +++ b/website/docs/usage/v3-1.md @@ -144,6 +144,14 @@ vectors. $ python -m spacy assemble config.cfg ./output ``` +### Pretty pipeline package READMEs {#package-readme} + +The [`spacy package`](/api/cli#package) command now auto-generates a pretty +`README.md` based on the pipeline information defined in the `meta.json`. This +includes a table with a general overview, as well as the label scheme and +accuracy figures, if available. For an example, see the +[model releases](https://github.com/explosion/spacy-models/releases). + ### Support for streaming large or infinite corpora {#streaming-corpora} > #### config.cfg (excerpt)