* Relabel docs sections

This commit is contained in:
Matthew Honnibal 2015-07-08 18:20:00 +02:00
parent 38f6e92ffb
commit ec398ef1d0
4 changed files with 12 additions and 10 deletions

View File

@ -56,7 +56,9 @@ and a small usage snippet.
loading.rst loading.rst
processing.rst processing.rst
using/index.rst using/document.rst
using/span.rst
using/token.rst
.. _English: processing.html .. _English: processing.html

View File

@ -1,6 +1,6 @@
======== ===============
Document Doc Annotations
======== ===============
.. autoclass:: spacy.tokens.Tokens .. autoclass:: spacy.tokens.Tokens

View File

@ -1,6 +1,6 @@
==== ================
Span Span Annotations
==== ================
.. autoclass:: spacy.spans.Span .. autoclass:: spacy.spans.Span

View File

@ -1,6 +1,6 @@
==================== =================
spacy.tokens.Tokens Token Annotations
==================== =================
A Token represents a single word, punctuation or significant whitespace symbol. A Token represents a single word, punctuation or significant whitespace symbol.