Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
Shared Sphinx resources¶
The shared Sphinx resources is a folder with files we use when building our document trees. The folder is shared over several repositories.
- /shared¶
The /shared folder of a doctree.
- tested.rst¶
The tested.rst file is used by adding the following line before the
startup block:
.. include:: /../docs/shared/include/tested.rst
- defs.rst¶
Defines a selection of icons for inline use.
To use these definitions, add the following line to the top of your document:
.. include:: /../docs/shared/include/defs.rst
A doctree that uses Shared Sphinx resources should add the following to its
conf.py file:
exclude_patterns = ['.build/*', 'shared/include/*']
Here is a list of PrimeIcon icons that are available in Lino documentation trees:
bars
bell
copy
eject
envelope
external-link
filter
home
pencil
plus-circle
plus-circle
refresh
save
sliders-h
times
times-circle
trash
user