summaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 9344e44..bea7c69 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -37,6 +37,8 @@ Strings
.. autointerface:: zope.schema.interfaces.ITextLine
.. autointerface:: zope.schema.interfaces.IASCII
.. autointerface:: zope.schema.interfaces.IASCIILine
+.. autointerface:: zope.schema.interfaces.INativeString
+.. autointerface:: zope.schema.interfaces.INativeStringLine
.. autointerface:: zope.schema.interfaces.IPassword
.. autointerface:: zope.schema.interfaces.IURI
@@ -199,8 +201,6 @@ Field Implementations
.. autoclass:: zope.schema.MutableMapping
.. autoclass:: zope.schema.MutableSequence
.. autoclass:: zope.schema.MinMaxLen
-.. autoclass:: zope.schema.NativeString
-.. autoclass:: zope.schema.NativeStringLine
.. autoclass:: zope.schema.Object
:no-show-inheritance:
.. autoclass:: zope.schema.Orderable
@@ -232,6 +232,10 @@ Strings
:no-show-inheritance:
.. autoclass:: zope.schema.TextLine
:no-show-inheritance:
+.. autoclass:: zope.schema.NativeString
+ :no-show-inheritance:
+.. autoclass:: zope.schema.NativeStringLine
+ :no-show-inheritance:
Numbers
-------