spaCy/website/_includes/_page-docs.jade
2017-11-07 12:56:36 +01:00

40 lines
1.4 KiB
Plaintext

//- 💫 INCLUDES > DOCS PAGE TEMPLATE
- sidebar_content = (SUBSECTION != "index") ? public.docs[SUBSECTION]._data.sidebar : public.docs._data.sidebar || FOOTER
include _sidebar
main.o-main.o-main--sidebar.o-main--aside
article.o-content
+h(1)=title
if tag
+tag=tag
+infobox("⚠️ Important note")
| You are viewing the #[strong v1.x legacy documentation].
| #[+a("https://spacy.io", true) Go here] for the latest
| documentation of the new version. spaCy v2.0 comes with a lot
| of improvements around training, serialization and processing
| pipeline management, as well as new convolutional neural network
| models for several languages. See
| #[+a("https://spacy.io/usage/v2") this page] for more details and
| a migration guide.
!=yield
+grid.o-content.u-text
+grid-col("half")
if next && public.docs[SUBSECTION]._data[next]
- data = public.docs[SUBSECTION]._data[next]
.o-inline-list
span #[strong.u-text-label Read next:] #[+a(next).u-link=data.title]
+grid-col("half").u-text-right
//-.o-inline-list
+button(gh("spacy", "website/" + current.path.join('/') + ".jade"), false, "secondary").u-text-tag Suggest edits #[+icon("code", 14)]
+gitter("spaCy chat")
include _footer