Skip to content

Commit 3517ca8

Browse files
Fix api module docs.
1 parent 6cff743 commit 3517ca8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/modules/api.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
:mod:`formencode.htmlfill_schemabuilder` -- Read a Schema from an HTML Form
1+
:mod:`formencode.api` -- Core classes for validation
22
===========================================================================
33

4-
.. automodule:: formencode.htmlfill_schemabuilder
4+
.. automodule:: formencode.api
55

66
Module Contents
77
---------------
88

9-
.. autofunction:: parse_schema
9+
.. autofunction:: is_empty
10+
.. autofunction:: is_validator
11+
.. autoclass:: NoDefault
12+
.. autoclass:: Invalid
13+
.. autoclass:: Validator
14+
.. autoclass:: Identity
15+
.. autoclass:: FancyValidator

0 commit comments

Comments
 (0)