spaCy/website/docs/index.jade

27 lines
624 B
Plaintext
Raw Normal View History

2016-10-03 18:19:13 +00:00
//- ----------------------------------
//- 💫 DOCS
//- ----------------------------------
2016-03-31 14:24:48 +00:00
include ../_includes/_mixins
- var link_bool = 'http://docs.python.org/library/functions.html#bool'
- var link_int = 'http://docs.python.org/library/functions.html#int'
- var link_unicode = 'http://docs.python.org/library/functions.html#unicode'
include _quickstart-install
include _quickstart-examples
2016-10-03 18:19:13 +00:00
+h(2, "api") API
2016-03-31 14:24:48 +00:00
2016-10-20 22:58:24 +00:00
include _api-language
2016-03-31 14:24:48 +00:00
include _api-doc
include _api-token
include _api-span
include _api-lexeme
include _api-vocab
include _api-stringstore
2016-10-23 22:52:14 +00:00
include _api-matcher
2016-03-31 14:24:48 +00:00
include _annotation-specs
include _tutorials