mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
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.
16 lines
341 B
ReStructuredText
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/*
|