diff --git a/website/_includes/_page-docs.jade b/website/_includes/_page-docs.jade index 26b82381f..d11e22502 100644 --- a/website/_includes/_page-docs.jade +++ b/website/_includes/_page-docs.jade @@ -19,9 +19,12 @@ main.o-main.o-main--sidebar.o-main--aside if ALPHA - +infobox("⚠️ You are viewing the spaCy v2.0 alpha docs") - | This page is part of the alpha documentation for spaCy v2.0 - | and does not reflect the state of the latest stable release. + +infobox("⚠️ You are viewing the spaCy v2.0.0 alpha docs") + strong This page is part of the alpha documentation for spaCy v2.0. + | It does not reflect the state of the latest stable release. + | Because v2.0 is still under development, the actual + | implementation may differ from the intended state described + | here. | #[+a("#") See here] for more information on how to install | and test the new version. To read the official docs for | v1.x, #[+a("https://spacy.io/docs") go here]. diff --git a/website/docs/usage/_spacy-101/_tokenization.jade b/website/docs/usage/_spacy-101/_tokenization.jade index 95a9cc520..c48a43e72 100644 --- a/website/docs/usage/_spacy-101/_tokenization.jade +++ b/website/docs/usage/_spacy-101/_tokenization.jade @@ -29,7 +29,7 @@ p | into two tokens, "do" and "n't", while "U.K." should always | remain one token. +item - | #[strong Can a prefix, suffix or infixes be split off?]. For example + | #[strong Can a prefix, suffix or infixes be split off?] For example | punctuation like commas, periods, hyphens or quotes. p