ODR<||>

Webel Mathematica libraries: A "triplet" ODR Map Association (created using function odrMap from the Doc` package) for any number of given Webel convention option help holder '$opt$' vars.

Has keys mapping to each of: a List of Wolfram Language Options Rules (key '$k$wl$opts'); a List of '$doc$' ::usage Snippet Strings (key '$k$docs'); and (key 'k$opts') an Association of Webel 'rule$opt$' help Rules.

Offers a degree of Don't Repeat Yourself (DRY) reuse of help and options information in lower-level packages (without relying on MTools).

Please note that the ODR Map (Options, Docs, Rules) Association is for lower level packages that only import Doc` (and especially HelpF`). Higher level packages that import the HelpF` or HelpO` packages should instead use an AOR Map (Arguments, Options, Rules) Association that integrates fully with the usageF, addFunction, and addMethod functions.

For full help integration using MTools visit MArg, MOpt, MFunction, MClass, and MMethod.