Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Jul 11, 2017
1 parent eed6ed4 commit 368ad1f
Show file tree
Hide file tree
Showing 51 changed files with 495 additions and 1,143 deletions.
137 changes: 0 additions & 137 deletions connector_magento/CHANGES.rst

This file was deleted.

4 changes: 4 additions & 0 deletions connector_magento/components/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@


class BaseMagentoConnectorComponent(AbstractComponent):
""" Base Magento Connector Component
All components of this connector should inherit from it.
"""

_name = 'base.magento.connector'
_inherit = 'base.connector'
Expand Down
7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_backend.rst

This file was deleted.

7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_backend_adapter.rst

This file was deleted.

7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_binder.rst

This file was deleted.

77 changes: 77 additions & 0 deletions connector_magento/doc/api/api_components.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
.. _api-component:

##########
Components
##########

Components are the blocks allowing to build a flexible and
well decoupled code. They are based on the ``component`` addon and the base
components of the Connector.

**************
Core Component
**************

.. automodule:: odoo.addons.connector_magento.components.core
:members:
:undoc-members:
:show-inheritance:
:private-members:

******************
Magento Components
******************

Backend Adapter
===============

.. automodule:: odoo.addons.connector_magento.components.backend_adapter
:members:
:undoc-members:
:show-inheritance:
:private-members:

Binder
======

.. automodule:: odoo.addons.connector_magento.components.binder
:members:
:undoc-members:
:show-inheritance:
:private-members:

Deleter
=======

.. automodule:: odoo.addons.connector_magento.components.deleter
:members:
:undoc-members:
:show-inheritance:
:private-members:

Exporter
========

.. automodule:: odoo.addons.connector_magento.components.exporter
:members:
:undoc-members:
:show-inheritance:
:private-members:

Importer
========

.. automodule:: odoo.addons.connector_magento.components.importer
:members:
:undoc-members:
:show-inheritance:
:private-members:

Mapper
======

.. automodule:: odoo.addons.connector_magento.components.mapper
:members:
:undoc-members:
:show-inheritance:
:private-members:
7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_connector.rst

This file was deleted.

7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_consumer.rst

This file was deleted.

7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_delivery.rst

This file was deleted.

9 changes: 5 additions & 4 deletions connector_magento/doc/api/api_exception.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.. _api-exception:

##########
Exceptions
==========
##########

.. automodule:: openerp.addons.connector_magento.exception
.. automodule:: odoo.addons.connector_magento.exception
:members:
:undoc-members:
:show-inheritance:


7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_invoice.rst

This file was deleted.

7 changes: 0 additions & 7 deletions connector_magento/doc/api/api_magento_model.rst

This file was deleted.

Loading

0 comments on commit 368ad1f

Please sign in to comment.