Skip to content

Commit

Permalink
Fix documentation warnings. Add more documents for the sphinx builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Feb 26, 2009
1 parent 051bcfc commit 36966dc
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/z3c/form/browser/README.txt
@@ -1,6 +1,6 @@
======
README
======
===============
Browser support
===============

The ``z3c.form`` library provides a form framework and widgets. This document
ensures that we implement a widget for each field defined in
Expand Down
34 changes: 34 additions & 0 deletions src/z3c/form/browser/index.txt
@@ -0,0 +1,34 @@
Browser support documentation
=============================

Contents:

.. toctree::
:maxdepth: 2

button
checkbox
file
file-testing
image
multi
object
objectmulti
orderedselect
password
radio
select
select-source
submit
text
textarea
textlines
README


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
5 changes: 2 additions & 3 deletions src/z3c/form/converter.txt
Expand Up @@ -726,8 +726,7 @@ The same is true when getting the field value:
<z3c.form.term.CollectionTermsVocabulary object ...>


Corner case:
Just in case the field has more ``_type``s:
Corner case: Just in case the field has a sequence as ``_type``:

>>> class myField(zope.schema.List):
... _type = (list, tuple)
Expand Down Expand Up @@ -935,7 +934,7 @@ Converting Missing value to Widget value returns '':
>>> tlc.toWidgetValue(tlc.field.missing_value)
u''

Just in case the field has more ``_type``s:
Just in case the field has sequence as its ``_type``:

>>> class myField(zope.schema.List):
... _type = (list, tuple)
Expand Down
5 changes: 4 additions & 1 deletion src/z3c/form/index.txt
Expand Up @@ -23,7 +23,10 @@ Contents:
adding
value
error
browser/README
hint
testing
object-caveat
browser/index

Indices and tables
==================
Expand Down

0 comments on commit 36966dc

Please sign in to comment.