From 9337866dae5915f7b1a385b9d903c1310c8884d9 Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 24 May 2017 22:46:18 +0200 Subject: [PATCH] Add aside to pipeline 101 table --- website/docs/usage/_spacy-101/_pipelines.jade | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/usage/_spacy-101/_pipelines.jade b/website/docs/usage/_spacy-101/_pipelines.jade index fe6c149f6..d984a4708 100644 --- a/website/docs/usage/_spacy-101/_pipelines.jade +++ b/website/docs/usage/_spacy-101/_pipelines.jade @@ -15,6 +15,12 @@ p .u-text-right +button("/assets/img/docs/pipeline.svg", false, "secondary").u-text-tag View large graphic ++aside + | #[strong Name:] ID of the pipeline component.#[br] + | #[strong Component:] spaCy's implementation of the component.#[br] + | #[strong Creates:] Objects, attributes and properties modified and set by + | the component. + +table(["Name", "Component", "Creates"]) +row +cell tokenizer