doc/book/en/annexes/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 29 Sep 2009 12:44:06 +0200
branchstable
changeset 3517 8832e231fad7
parent 2393 6190852af97f
child 3740 e9ce140c9065
permissions -rw-r--r--
__linkto may only appears in root form

.. -*- coding: utf-8 -*-

.. _Part4:

--------------------
Part IV - Appendixes
--------------------

The following chapters are reference material.

.. toctree::
   :maxdepth: 1

   faq
   cookbook
   cubicweb-ctl
   rql/index
   mercurial
   depends

(X)HTML tricks to apply
-----------------------

Some web browser (Firefox for example) are not happy with empty `<div>`
(by empty we mean that there is no content in the tag, but there
could be attributes), so we should always use `<div></div>` even if
it is empty and not use `<div/>`.