From 5878ff6bcdd21847a4f9e0b97464d6dcfdd421c0 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 26 Oct 2020 11:13:02 +0100 Subject: [PATCH] cleanup --- website/docs/usage/layers-architectures.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/docs/usage/layers-architectures.md b/website/docs/usage/layers-architectures.md index db0b81112..a1b58f41e 100644 --- a/website/docs/usage/layers-architectures.md +++ b/website/docs/usage/layers-architectures.md @@ -906,12 +906,6 @@ You can extend the decorator to include information such as the type of annotations that are required for this component to run, the type of annotations it produces, and the scores that can be calculated: -> #### config.cfg (excerpt) -> -> ```ini - -> ``` - ```python ### Factory annotations {highlight="5-11"} from spacy.language import Language