[DOC] separate files.

bzr revid: online@openerp.com-20120229141536-u3cip5vptyunpa8v
This commit is contained in:
Openerp Online 2012-02-29 15:15:36 +01:00
parent cc552fd36a
commit 3a639fb1c0
5 changed files with 21 additions and 27 deletions

10
doc/api/core.rst Normal file
View File

@ -0,0 +1,10 @@
.. _openerp library:
Server-side library
-------------------
.. automodule:: openerp
:members:
:undoc-members:

7
doc/api/models.rst Normal file
View File

@ -0,0 +1,7 @@
ORM and models
--------------
.. automodule:: openerp.osv.orm
:members:
:undoc-members:

View File

@ -1,22 +1,3 @@
.. _api:
OpenERP API Reference
=====================
.. image:: _static/openerp.png
:alt: OpenERP framework logo
:class: floatingflask
Welcome to OpenERP API reference.
.. _openerp library:
Server-side library
-------------------
.. automodule:: openerp
:members:
:undoc-members:
Start-up script
---------------
@ -37,9 +18,3 @@ into one of the WSGI entry points of the server.
.. versionadded:: 6.1
ORM and models
--------------
.. automodule:: openerp.osv.orm
:members:
:undoc-members:

View File

@ -38,7 +38,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'api'
master_doc = 'index'
# General information about the project.
project = u'OpenERP Technical Documentation'

View File

@ -8,5 +8,7 @@ functions, classes, and method.
.. toctree::
:maxdepth: 2
api
api/core
api/startup
api/models