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
=============

Interfaces
----------

file: interfaces.py
```````````````````
- IReference (Provider for internal and external references on an article)
    - getReferenceURL - method (Returns the URL or path of the reference)
    - getReference - method (Returns the referenced object, if available)
    
Schema extender
---------------

file: extender.py
`````````````````
- ArticleExtender - for IArticle
