doc/book/en/annexes/index.rst
author sylvain.thenault@logilab.fr
Thu, 07 May 2009 16:33:22 +0200
branchtls-sprint
changeset 1714 a721966779be
parent 1444 doc/book/en/D000-annex.en.txt@ad182c8e14f7
child 2172 cf8f9180e63e
permissions -rw-r--r--
new book layout, do not compile yet

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

.. _Part4:

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

The following chapters are reference material.
 
.. toctree::
   :maxdepth: 1

   faq
   cookbook
   cubicweb-ctl
   rql/index
   mercurial

(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/>`.