Add What's new and spaCy 101 stubs

This commit is contained in:
ines 2017-05-17 12:00:11 +02:00
parent f4ae1e8750
commit 6364a9be9d
3 changed files with 32 additions and 2 deletions

View File

@ -5,9 +5,11 @@
"Models": "models",
"Lightning tour": "lightning-tour",
"Visualizers": "visualizers",
"Troubleshooting": "troubleshooting"
"Troubleshooting": "troubleshooting",
"What's new in v2.0": "v2"
},
"Workflows": {
"spaCy 101": "spacy-101",
"Loading the pipeline": "language-processing-pipeline",
"Processing text": "processing-text",
"spaCy's data model": "data-model",
@ -35,6 +37,10 @@
"next": "models"
},
"v2": {
"title": "What's new in v2.0"
},
"models": {
"title": "Models",
"next": "lightning-tour"
@ -42,7 +48,7 @@
"lightning-tour": {
"title": "Lightning tour",
"next": "visualizers"
"next": "spacy-101"
},
"visualizers": {
@ -58,6 +64,10 @@
"title": "Resources"
},
"spacy-101": {
"title": "spaCy 101"
},
"language-processing-pipeline": {
"title": "Loading a language processing pipeline",
"next": "processing-text"

View File

@ -0,0 +1,10 @@
//- 💫 DOCS > USAGE > SPACY 101
include ../../_includes/_mixins
+h(2, "architecture") Architecture
+image
include ../../assets/img/docs/architecture.svg
.u-text-right
+button("/assets/img/docs/architecture.svg", false, "secondary").u-text-tag View large graphic

View File

@ -0,0 +1,10 @@
//- 💫 DOCS > USAGE > WHAT'S NEW IN V2.0
include ../../_includes/_mixins
+h(2, "features") New features
+h(2, "incompat") Backwards incompatibilities
+h(2, "migrating") Migrating from spaCy 1.x