Notes on hacking on Elisa
=========================

You will find in the docs directory the coding guidelines in
the following files (please note those files currently need
updating):

- Coding rules: docs/coding_rules.txt
- Coding style: docs/coding_style.txt
- How to use the logging framework: docs/logging.txt

All the information about the new architecture of Elisa 0.3
can be found at this page :

https://core.fluendo.com/elisa/trac/wiki/Rewrite-1/DevelopersDocumentation

To generate the API documentation, you will need EpyDoc installed.
Once then, type the following command while in the Elisa base 
directory:

$ python builddoc.py

You will then be able to navigate through the documentation by pointing your
browser to docs/api/index.html

