[doc] reorganize for chapter structure stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 27 Apr 2010 14:25:38 +0200
branchstable
changeset 5418 4f0047cfecb5
parent 5417 55ff79dad1a6
child 5419 0b7805928a27
[doc] reorganize for chapter structure
doc/book/en/devweb/form.rst
--- a/doc/book/en/devweb/form.rst	Tue Apr 27 14:19:20 2010 +0200
+++ b/doc/book/en/devweb/form.rst	Tue Apr 27 14:25:38 2010 +0200
@@ -21,15 +21,11 @@
 calendar).  You can of course also write your own widget.
 
 
-.. automodule:: cubicweb.web.formfields
-.. automodule:: cubicweb.web.formwidgets
-.. automodule:: cubicweb.web.views.forms
 .. automodule:: cubicweb.web.views.autoform
-.. automodule:: cubicweb.web.views.formrenderers
 
 
-Now what ? Example of bare fields form
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Example of bare fields form
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 We want to define a form doing something else than editing an entity. The idea is
 to propose a form to send an email to entities in a resultset which implements
@@ -209,5 +205,12 @@
 
     form_renderer_id = 'massmailing'
 
+API
+~~~
+
+.. automodule:: cubicweb.web.formfields
+.. automodule:: cubicweb.web.formwidgets
+.. automodule:: cubicweb.web.views.forms
+.. automodule:: cubicweb.web.views.formrenderers
 
 .. Example of entity fields form