diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 00000000000..7d6dcc9f00e --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,17 @@ +:orphan: + +OpenERP Server Technical Documentation +====================================== + +.. image:: _static/openerp.png + :alt: OpenERP framework logo + :class: floatingflask + +Welcome to OpenERP Server technical documentation. Here you will find +documentation pertaining to the Server project. For all the OpenERP projects +(including this one), please refer to the global OpenERP Technical +Documentation. + +.. TODO link to the global doc + +.. include:: index.rst.inc diff --git a/doc/index.rst.inc b/doc/index.rst.inc new file mode 100644 index 00000000000..6903d9527b6 --- /dev/null +++ b/doc/index.rst.inc @@ -0,0 +1,12 @@ + +API Reference +------------- + +This part of the documentation gives information on all OpenERP core modules, +functions, classes, and method. + +.. toctree:: + :maxdepth: 2 + + api +