[FIX] res.users: context_get cache was not cleared properly, due to braindead impleme...
[odoo/odoo.git] / doc / index.rst
index 9975663..4dd2edd 100644 (file)
@@ -1,38 +1,41 @@
-.. OpenERP Web documentation master file, created by
-   sphinx-quickstart on Fri Mar 18 16:31:55 2011.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
+:orphan:
 
-Welcome to OpenERP Web's documentation!
-=======================================
+========================================
+OpenERP Server Developers Documentation
+========================================
 
-Contents:
+OpenERP Server
+''''''''''''''
 
 .. toctree::
-    :maxdepth: 1
-
-    changelog-6.2
+   :maxdepth: 2
 
-    async
-    rpc
+   01_getting_started
+   02_architecture
+   03_module_dev
+   04_security
+   05_test_framework
+   06_misc
+   09_deployment
 
-Older stuff
------------
+OpenERP Server API
+''''''''''''''''''
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
+
+   api_core.rst
+   api_models.rst
+
+Concepts
+''''''''
+
+.. glossary::
 
-   getting-started
-   production
-   widgets
-   addons
-   development
-   project
-   old-version
+    Database ID
 
-Indices and tables
-==================
+        The primary key of a record in a PostgreSQL table (or a
+        virtual version thereof), usually varies from one database to
+        the next.
 
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
+    External ID