Changeset 3634
- Timestamp:
- 18/10/08 11:50:50 (3 months ago)
- Location:
- trunk
- Files:
-
- 8 added
- 1 removed
- 2 modified
-
base/doc/Makefile (added)
-
base/doc/conf.py (added)
-
base/doc/index.rst (added)
-
base/doc/mainloop.epydoc (deleted)
-
base/doc/notifier (added)
-
base/doc/notifier/async.rst (added)
-
base/doc/notifier/index.rst (added)
-
base/doc/notifier/mainloop.rst (added)
-
base/doc/rpc.rst (added)
-
base/setup.py (modified) (1 diff)
-
doc/index.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/setup.py
r3470 r3634 89 89 license = 'LGPL', 90 90 summary = 'Base module for all Kaa modules.', 91 epydoc = [ 'doc/mainloop.epydoc' ],92 91 rpminfo = { 93 92 'requires': 'glib2 >= 2.6.0, python-sqlite2 >= 2.3.0, libxml2-python >= 2.6.0', -
trunk/doc/index.rst
r3632 r3634 50 50 The following kaa modules provide an API documentation: 51 51 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 52 61 * `kaa.metadata <metadata/index.html>`_ 53 62
