Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

"""This package contains example applications included with Lino. 

 

See also :doc:`/tutorials/hello/index` which explains how to try them 

out. 

 

Examples with their own documentation entry: 

 

- :mod:`lino.projects.belref` --- 

  See :ref:`belref` 

- :mod:`lino.projects.polly` 

  See :ref:`polly` 

 

Poorly documented examples at different development states: 

 

.. autosummary:: 

   :toctree: 

 

   lino.projects.events 

 

Examples covered by a tutorial: 

 

- :mod:`lino.projects.babel_tutorial` --- 

  See :ref:`mldbc_tutorial` 

 

Technical 

 

.. autosummary:: 

   :toctree: 

 

   lino.projects.std 

   lino.projects.docs 

   lino.projects.belref 

   lino.projects.estref 

 

 

"""