diff --git a/doc/howtos/backend.rst b/doc/howtos/backend.rst
index 5e8135b9cd402b4d34d5245aef3667b8d9b60636..b72540cf2d386d978dc63115105b180bf730ea3e 100644
--- a/doc/howtos/backend.rst
+++ b/doc/howtos/backend.rst
@@ -1,8 +1,8 @@
 .. queue:: backend/series
 
-=======
-Backend
-=======
+=================
+Building a Module
+=================
 
 Start/Stop the Odoo server
 ==========================
diff --git a/doc/howtos/themes.rst b/doc/howtos/themes.rst
index 6de9a3d59cb39fc6163f72d35e3cdb89d0cadb6c..35cb43989aa6dfa743e42a457ed8afd84b61db41 100644
--- a/doc/howtos/themes.rst
+++ b/doc/howtos/themes.rst
@@ -1,7 +1,7 @@
 .. highlight:: xml
 
 ===============
-Creating themes
+Building Themes
 ===============
 
 Basic set up
diff --git a/doc/howtos/web.rst b/doc/howtos/web.rst
index 98cec4a5d3fa3ba62a933629f52cfceb79712ac5..384297dc6a962cf5d7acfd28d288ddeee4399f96 100644
--- a/doc/howtos/web.rst
+++ b/doc/howtos/web.rst
@@ -1,6 +1,6 @@
-==========
-Web Client
-==========
+=============================
+Building Interface Extensions
+=============================
 
 .. highlight:: javascript
 
diff --git a/doc/howtos/website.rst b/doc/howtos/website.rst
index 18cde60bfe496b2677195a95113c961a90070a8d..2187956abafeac919ac1b09e99e8f76f73b3a4e0 100644
--- a/doc/howtos/website.rst
+++ b/doc/howtos/website.rst
@@ -1,7 +1,7 @@
 .. queue:: website/series
 
 ==================
-Building a website
+Building a Website
 ==================
 
 .. warning::
diff --git a/doc/index.rst b/doc/index.rst
index 56f58b6aa0d428aecdbef384698889251920a2df..45394cdfd58a81c9a4192c2dc191a78d38c99944 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,9 +1,7 @@
 ============================
-odoo developer documentation
+Odoo Technical Documentation
 ============================
 
-Welcome to the Odoo developer documentation.
-
 .. todo:: what's the documentation's license?
 
 .. rst-class:: index-tree
diff --git a/doc/tutorials.rst b/doc/tutorials.rst
index a9df0517bc74697bc3b8927b43d2754eeccb3b9d..6ad06861ef14edcee189d988ffe6f7eabec2b4ad 100644
--- a/doc/tutorials.rst
+++ b/doc/tutorials.rst
@@ -7,5 +7,5 @@ Tutorials
 
     howtos/website
     howtos/backend
-    howtos/web
     howtos/themes
+    howtos/web