
Internal API Documentation
==========================

Adhocracy does not have a public programming API. There is a plan to develop a 
common *Kernel* interface for *Liquid Democracy* projects. Once such an API 
becomes available, Adhocracy will be modified to implement that API.

Core polling logic
------------------

.. automodule:: adhocracy.lib.democracy.decision
    :members: 
    :undoc-members:

.. automodule:: adhocracy.model.poll
		:members: 
		:undoc-members:

.. automodule:: adhocracy.model.tally
		:members:
		:undoc-members:
		
.. automodule:: adhocracy.model.vote
		:members:
		:undoc-members:
    
Delegation management and traversal
-----------------------------------

.. automodule:: adhocracy.lib.democracy.delegation_node
    :members: 
