Coverage for lino/projects/docs/settings/__init__.py : 100%

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
# -*- coding: UTF-8 -*- # Copyright 2012-2015 Luc Saffre # License: BSD (see file COPYING for details)
Sphinx generates the Lino docs.
It contains (almost) all modlib modules, which makes no sense in practice and would maybe raise errors if you try to initialize a database or validate the models, but it is enough to have autodocs do its job. And that's all we want.
"""
demo demo2'.split()
# languages = 'en de fr'
# yield 'lino.modlib.gfks' # yield 'lino_xl.lib.properties' # yield 'lino_xl.lib.addresses' # yield 'lino_xl.lib.humanlinks' # requires Person to be Born
# yield 'lino_xl.lib.notes' # yield 'lino_xl.lib.outbox' # yield 'lino_xl.lib.cal' # yield 'lino_xl.lib.extensible' # yield 'lino_xl.lib.reception' # yield 'lino_xl.lib.excerpts' # yield 'lino_xl.lib.cv' # yield 'lino_xl.lib.boards' # yield 'lino_xl.lib.postings' # yield 'lino_xl.lib.households'
# yield 'lino_xl.lib.pages' # yield 'lino_xl.lib.beid'
# def do_site_startup(self): # # lino_xl.lib.reception requires some workflow to be imported # from lino_xl.lib.cal.workflows import feedback # super(Site, self).do_site_startup()
|