Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino_xl.lib.excerpts.doctools

Render a list of all excerpt types with pointers to demo documents.

Usage in a lino2rst directive as follows:

from lino_xl.lib.excerpts.doctools import show_excerpts
print(show_excerpts())

This was used in welfare/dedocs/excerpts.rst to generate the list of demo excerpts. We discontinued this feature because it was of little use and caused challenges when building the docs in a CI environment.

Functions

show_excerpts([severe])