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.
This page contains code snippets (lines starting with >>>
), which are
being tested during our development workflow. The following
snippet initializes the demo project used throughout this page.
>>> from lino_book.projects.avanti1.startup import *
Lino Avanti defines a plugin lino_avanti.lib.cv
which inherits from
lino_xl.lib.cv
.