Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
CV functions in Lino Avanti¶
This document describes how standard CV functionality is being extended by Lino Avanti.
Note
Code snippets in this document (lines starting with >>>
) get tested
as part of our development workflow. The following
initialization snippet tells you which demo project is being used.
>>> 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
.