Coverage for lino/modlib/changes/__init__.py : 67%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Copyright 2012-2015 Luc Saffre # License: BSD (see file COPYING for details)
table. See :ref:`lino.tutorial.watch` for an introduction.
.. autosummary:: :toctree:
models
"""
"See :doc:`/dev/plugins`."
'lino.modlib.notifier', 'lino.modlib.users', 'lino.modlib.gfks']
menu_group = site.plugins.system m = m.add_menu(menu_group.app_label, menu_group.verbose_name) m.add_action('changes.Changes') |