[doc] Adjust TOC for this particular chapter to get the content and not list of links.
--- a/doc/book/en/03-02-create-instance.en.txt Wed Nov 19 17:35:20 2008 -0800
+++ b/doc/book/en/03-02-create-instance.en.txt Wed Nov 19 17:47:27 2008 -0800
@@ -1,11 +1,10 @@
.. -*- coding: utf-8 -*-
-===============================
Creation of your first instance
===============================
What is an instance?
-====================
+--------------------
A `CubicWeb` instance is a directory in ``~/etc/cubicweb.d``
which enables us to run a web application. An instance is based on
@@ -21,7 +20,7 @@
What is a cube?
-===============
+---------------
A cube defines entities, their views, their schems and workflows
in an independant directory located in ``/path/to/forest/cubicweb/cubes/``.
@@ -36,7 +35,7 @@
Create a cube
-=============
+-------------
Let's start by creating the cube environment in which we will develop ::
@@ -62,7 +61,7 @@
not properly work otherwise).
Instance creation
-=================
+-----------------
Now that we created our cube, we can create an instance to view our
application in a web browser. To do so we will use a `all-in-on`
@@ -110,7 +109,7 @@
Usage of `cubicweb-liveserver`
-------------------------------
+``````````````````````````````
To quickly test a new cube, you can also use the script `cubicweb-liveserver`
which allows to create an application in memory (use of SQLite database by
--- a/doc/book/en/03-setup.en.txt Wed Nov 19 17:35:20 2008 -0800
+++ b/doc/book/en/03-setup.en.txt Wed Nov 19 17:47:27 2008 -0800
@@ -2,13 +2,12 @@
.. _MiseEnPlaceEnv:
+===================================================
Installation and set-up of a `CubicWeb` environment
===================================================
-
-.. toctree::
- :maxdepth: 1
+.. contents::
- 03-01-installation.en.txt
- 03-02-create-instance.en.txt
- 03-03-cubicweb-ctl.en.txt
+.. include:: 03-01-installation.en.txt
+.. include:: 03-02-create-instance.en.txt
+.. include:: 03-03-cubicweb-ctl.en.txt