doc/book/en/annexes/index.rst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 13 Apr 2010 19:18:06 +0200
branchstable
changeset 5228 369b8aff535b
parent 3740 e9ce140c9065
child 5256 3f95d10fef94
permissions -rw-r--r--
[doc/book] add sections to the FAQ, try to reorder stuff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     1
.. -*- coding: utf-8 -*-
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     2
1223
3e3d84e8fb67 [doc] Adds id to be able to refer to each part.
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 1197
diff changeset
     3
.. _Part4:
127
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     4
1714
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
     5
--------------------
1197
c26663aa22bd use english titles in english doc
Emile Anclin <emile.anclin@logilab.fr>
parents: 358
diff changeset
     6
Part IV - Appendixes
1714
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
     7
--------------------
127
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     8
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     9
The following chapters are reference material.
2172
cf8f9180e63e delete-trailing-whitespace
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 1714
diff changeset
    10
127
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    11
.. toctree::
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    12
   :maxdepth: 1
3740
e9ce140c9065 [doc] remove toc.rst which is not used and conflicts with index.rst and fix table of contents numbering
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents: 2393
diff changeset
    13
   :numbered:
127
ae611743f5c6 [doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
    14
1714
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    15
   faq
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    16
   cookbook
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    17
   cubicweb-ctl
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    18
   rql/index
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    19
   mercurial
2393
6190852af97f [doc] add list of dependencies in appendix
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents: 2172
diff changeset
    20
   depends
1714
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    21
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    22
(X)HTML tricks to apply
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    23
-----------------------
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    24
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    25
Some web browser (Firefox for example) are not happy with empty `<div>`
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    26
(by empty we mean that there is no content in the tag, but there
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    27
could be attributes), so we should always use `<div></div>` even if
a721966779be new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents: 1444
diff changeset
    28
it is empty and not use `<div/>`.