Move CLI docs to API reference

This commit is contained in:
ines 2017-05-17 11:40:10 +02:00
parent 95307d1e3c
commit 02a4841e7b
3 changed files with 7 additions and 8 deletions

View File

@ -21,6 +21,7 @@
"GoldParse": "goldparse" "GoldParse": "goldparse"
}, },
"Other": { "Other": {
"Command line": "cli",
"displaCy": "displacy", "displaCy": "displacy",
"Utility Functions": "util", "Utility Functions": "util",
"Annotation Specs": "annotation", "Annotation Specs": "annotation",
@ -112,6 +113,11 @@
"tag": "class" "tag": "class"
}, },
"cli": {
"title": "Command Line Interface",
"next": "displacy"
},
"displacy": { "displacy": {
"title": "displaCy", "title": "displaCy",
"tag": "module" "tag": "module"

View File

@ -5,7 +5,6 @@
"Models": "models", "Models": "models",
"Lightning tour": "lightning-tour", "Lightning tour": "lightning-tour",
"Visualizers": "visualizers", "Visualizers": "visualizers",
"Command line": "cli",
"Troubleshooting": "troubleshooting" "Troubleshooting": "troubleshooting"
}, },
"Workflows": { "Workflows": {
@ -47,13 +46,7 @@
}, },
"visualizers": { "visualizers": {
"title": "Visualizers", "title": "Visualizers"
"next": "cli"
},
"cli": {
"title": "Command Line Interface",
"next": "troubleshooting"
}, },
"troubleshooting": { "troubleshooting": {