Files
modules/doc/source/cookbook.rst
Xavier Delaruelle 8c9df050f9 doc: introduce cookbook
Add a cookbook section in the documentation and port there the 3
pre-existing recipes: inhibit-report-info, top-priority-values and
unload-firstly-loaded.

Move the examples files of these recipes from contrib/cookbook to
doc/example directory.
2018-11-19 04:02:06 +01:00

16 lines
341 B
ReStructuredText

.. _cookbook:
Cookbook
========
Modules can be used in many ways. The following collection of recipes provides
various installation examples that shed lights on how to take advantage of
existing Modules features and how to extend the ``module`` command to achieve
specific needs.
.. toctree::
:maxdepth: 1
:glob:
cookbook/*