Reorganise API docs navigation

This commit is contained in:
ines 2017-05-20 12:59:57 +02:00
parent b2678372c7
commit fea4925f41

View File

@ -2,8 +2,13 @@
"sidebar": { "sidebar": {
"Introduction": { "Introduction": {
"Facts & Figures": "./", "Facts & Figures": "./",
"Languages": "language-models", "Languages": "language-models"
"Philosophy": "philosophy" },
"Top-level": {
"spacy": "spacy",
"displacy": "displacy",
"Utility Functions": "util",
"Command line": "cli"
}, },
"Classes": { "Classes": {
"Doc": "doc", "Doc": "doc",
@ -21,9 +26,6 @@
"GoldParse": "goldparse" "GoldParse": "goldparse"
}, },
"Other": { "Other": {
"Command line": "cli",
"displaCy": "displacy",
"Utility Functions": "util",
"Annotation Specs": "annotation", "Annotation Specs": "annotation",
"Feature Scheme": "features" "Feature Scheme": "features"
} }
@ -43,6 +45,26 @@
"title": "Philosophy" "title": "Philosophy"
}, },
"spacy": {
"title": "spaCy top-level functions",
"next": "displacy"
},
"displacy": {
"title": "displaCy",
"tag": "module",
"next": "util"
},
"util": {
"title": "Utility Functions",
"next": "cli"
},
"cli": {
"title": "Command Line Interface"
},
"language": { "language": {
"title": "Language", "title": "Language",
"tag": "class" "tag": "class"
@ -113,20 +135,6 @@
"tag": "class" "tag": "class"
}, },
"cli": {
"title": "Command Line Interface",
"next": "displacy"
},
"displacy": {
"title": "displaCy",
"tag": "module"
},
"util": {
"title": "Utility Functions"
},
"annotation": { "annotation": {
"title": "Annotation Specifications" "title": "Annotation Specifications"
}, },