Doc - Updated API Reference for AddedToken

This commit is contained in:
Anthony MOI
2020-10-06 18:03:46 -04:00
committed by Anthony MOI
parent 79f02bb7f0
commit ddabe130cd
6 changed files with 52 additions and 3 deletions

View File

@@ -1 +1,4 @@
Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The node API has not been documented yet.

View File

@@ -30,3 +30,11 @@ Tokenizer
.. autoclass:: tokenizers.Tokenizer
:members:
:undoc-members:
Added Tokens
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: tokenizers.AddedToken
:members:

View File

@@ -1,6 +1,3 @@
API Reference
====================================================================================================
.. only:: python
.. include:: python_reference.inc

View File

@@ -1 +1,4 @@
Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Rust API has not been documented yet.