Changeset 3634

Show
Ignore:
Timestamp:
18/10/08 11:50:50 (3 months ago)
Author:
dmeyer
Message:

start sphinx-based doc for kaa.base

Location:
trunk
Files:
8 added
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/setup.py

    r3470 r3634  
    8989    license      = 'LGPL', 
    9090    summary      = 'Base module for all Kaa modules.', 
    91     epydoc       = [ 'doc/mainloop.epydoc' ], 
    9291    rpminfo      = { 
    9392        'requires':       'glib2 >= 2.6.0, python-sqlite2 >= 2.3.0, libxml2-python >= 2.6.0', 
  • trunk/doc/index.rst

    r3632 r3634  
    5050The following kaa modules provide an API documentation: 
    5151 
     52* `kaa.base <base/index.html>`_ 
     53 
     54  This module provides the base Kaa framework and is an implicit 
     55  dependency for all kaa modules. The kaa framework includes a 
     56  mainloop facility with an API for signals and callbacks, timers, 
     57  process and thread management, file descriptor monitoring (with 
     58  INotify support), inter-process communication, as well as a rich, 
     59  practically magical API for asynchronous programming 
     60 
    5261* `kaa.metadata <metadata/index.html>`_ 
    5362