--- a/doc/book/en/development/devweb/rtags.rst Mon May 11 19:46:01 2009 +0200
+++ b/doc/book/en/development/devweb/rtags.rst Tue May 12 11:49:12 2009 +0200
@@ -1,24 +1,14 @@
-
-Relation tags
---------------
-XXX cubicweb.rtags
- ref to action box and auto edit form
+Configuring the generated interface
+-----------------------------------
-*rtags* allow to specify certain behaviors of relations relative to a given
-entity type (see later). They are defined for ::
-
- <relation type>, <context position ("subject" ou "object")>, <subject entity type or *>, <object entity type or *>
-
-and as values may be a `set` or single value, depending on what the relation tags is used for.
-
-It is possible to simplify this dictionary:
-
-* if we want a marker to apply independently from a subject or object entity type,
- we have to use the string `*` as entity type
+The "Relation tags" structure
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.. automodule:: `cubicweb.rtags`
+ :members:
-Please note that this dictionary is *treated at the time the class is created*.
-It is automatically merged with the parent class(es) (no need to copy the
-dictionary from the parent class to modify it). Also, modifying it after the
-class is created will not have any effect...
+The `uicfg` module (:mod:`cubicweb.web.uicfg`)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.. automodule:: `cubicweb.web.uicfg`
+ :members:
--- a/doc/book/en/development/webstdlib/editforms.py Mon May 11 19:46:01 2009 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-Standard forms (:mod:`cubicweb.web.views.editforms`)
------------------------------------------------------
-XXX feed me
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/development/webstdlib/editforms.rst Tue May 12 11:49:12 2009 +0200
@@ -0,0 +1,3 @@
+Standard forms (:mod:`cubicweb.web.views.editforms`)
+----------------------------------------------------
+XXX feed me