CV functions in Lino Avanti¶
This document describes how standard CV functionality is being extended by Lino Avanti.
This is a tested document. The following instructions are used for initialization:
>>> import lino
>>> lino.startup('lino_book.projects.avanti1.settings')
>>> from lino.api.doctest import *
Lino Avanti defines a plugin lino_avanti.lib.cv
which inherits from
lino_xl.lib.cv
.