diff --git a/doc/howtos/backend.rst b/doc/howtos/backend.rst index 5e8135b9cd4..b72540cf2d3 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 6de9a3d59cb..35cb43989aa 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 98cec4a5d3f..384297dc6a9 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 18cde60bfe4..2187956abaf 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 56f58b6aa0d..45394cdfd58 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 a9df0517bc7..6ad06861ef1 100644 --- a/doc/tutorials.rst +++ b/doc/tutorials.rst @@ -7,5 +7,5 @@ Tutorials howtos/website howtos/backend - howtos/web howtos/themes + howtos/web