Developer Manual
================

Note: You find a developer manual for raptus.article at 
`raptus.article.core <http://pypi.python.org/pypi/raptus.article.core>`_.
Please have look there if you need more information.

Code overview
=============

Components
----------
plone.abovecontentbody
``````````````````````
- raptus.article.maps.left
- raptus.article.maps.right
- raptus.article.maps.full

Interfaces
----------

file: interfaces.py
```````````````````
- IMaps (Provider for maps contained in an article)
    - getMaps - method (Returns a list of maps (catalog brains))

- IMarkers (Provider for markers contained in a map)
    - getMarkers - method (Returns a list of markers (catalog brains))

- IMap (Marker interface for the map content type)

- IMarker (Marker interface for the marker content type)
