author | sylvain.thenault@logilab.fr |
Tue, 12 May 2009 20:52:36 +0200 | |
branch | tls-sprint |
changeset 1766 | 6c23a5e0c490 |
parent 1714 | a721966779be |
child 2172 | cf8f9180e63e |
permissions | -rw-r--r-- |
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. |
ae611743f5c6
[doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff
changeset
|
10 |
|
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 |
ae611743f5c6
[doc] divided book in parts
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff
changeset
|
13 |
|
1714
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
14 |
faq |
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
15 |
cookbook |
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
16 |
cubicweb-ctl |
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
17 |
rql/index |
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
18 |
mercurial |
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
19 |
|
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
20 |
(X)HTML tricks to apply |
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 |
|
a721966779be
new book layout, do not compile yet
sylvain.thenault@logilab.fr
parents:
1444
diff
changeset
|
23 |
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
|
24 |
(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
|
25 |
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
|
26 |
it is empty and not use `<div/>`. |