spaCy/website/docs/index.jade

26 lines
603 B
Plaintext
Raw Normal View History

2016-10-03 21:19:13 +03:00
//- ----------------------------------
//- 💫 DOCS
//- ----------------------------------
2016-03-31 17:24:48 +03: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 21:19:13 +03:00
+h(2, "api") API
2016-03-31 17:24:48 +03:00
2016-10-21 01:58:24 +03:00
include _api-language
2016-03-31 17:24:48 +03:00
include _api-doc
include _api-token
include _api-span
include _api-lexeme
include _api-vocab
include _api-stringstore
include _annotation-specs
include _tutorials