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.
Side note: Code snippets (lines starting with >>>
) in this document get
tested as part of our development workflow. The following
initialization snippet tells you which demo project is being used in
this document.
>>> 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
.