diff --git a/docs/source/reference/index.rst b/docs/source/reference/index.rst index a198e82c8..0ee19986e 100644 --- a/docs/source/reference/index.rst +++ b/docs/source/reference/index.rst @@ -56,7 +56,9 @@ and a small usage snippet. loading.rst processing.rst - using/index.rst + using/document.rst + using/span.rst + using/token.rst .. _English: processing.html diff --git a/docs/source/reference/using/document.rst b/docs/source/reference/using/document.rst index 928fe2dac..bdb904301 100644 --- a/docs/source/reference/using/document.rst +++ b/docs/source/reference/using/document.rst @@ -1,6 +1,6 @@ -======== -Document -======== +=============== +Doc Annotations +=============== .. autoclass:: spacy.tokens.Tokens diff --git a/docs/source/reference/using/span.rst b/docs/source/reference/using/span.rst index a25b7c93d..99ba6adaf 100644 --- a/docs/source/reference/using/span.rst +++ b/docs/source/reference/using/span.rst @@ -1,6 +1,6 @@ -==== -Span -==== +================ +Span Annotations +================ .. autoclass:: spacy.spans.Span diff --git a/docs/source/reference/using/token.rst b/docs/source/reference/using/token.rst index 8807e7ed1..0a8f20871 100644 --- a/docs/source/reference/using/token.rst +++ b/docs/source/reference/using/token.rst @@ -1,6 +1,6 @@ -==================== -spacy.tokens.Tokens -==================== +================= +Token Annotations +================= A Token represents a single word, punctuation or significant whitespace symbol.