Add stub for Example API docs [ci skip]

This commit is contained in:
Ines Montani 2020-07-03 15:46:10 +02:00
parent fa8e097c04
commit cdf9ee1716
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,10 @@
---
title: Example
teaser: A training example
tag: class
source: spacy/gold/example.pyx
---
<!-- TODO: -->
## Example.\_\_init\_\_ {#init tag="method"}

View File

@ -66,7 +66,8 @@
{ "text": "Doc", "url": "/api/doc" },
{ "text": "Token", "url": "/api/token" },
{ "text": "Span", "url": "/api/span" },
{ "text": "Lexeme", "url": "/api/lexeme" }
{ "text": "Lexeme", "url": "/api/lexeme" },
{ "text": "Example", "url": "/api/example" }
]
},
{