afeb8c4cb9
This patch includes the necessary refactoring to support python 3. Changes since v2 - Do not include contrib submodule (no relevant changes there) - Update in pyplate to fix a failure with str/unicode in doc generation Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
24 lines
511 B
HTML
24 lines
511 B
HTML
<h3>Master tunable index:</h3>
|
|
|
|
[[for tun in tunables]]
|
|
<div id="interfacesmall">
|
|
[[if 'mod_layer' in tun]]
|
|
Module: <a href='[[tun['mod_layer']+ "_" + tun['mod_name'] + ".html#link_" + tun['tun_name']]]'>
|
|
[[tun['mod_name']]]</a><p/>
|
|
Layer: <a href='[[tun['mod_layer']]].html'>
|
|
[[tun['mod_layer']]]</a><p/>
|
|
[[else]]
|
|
Global
|
|
[[end]]
|
|
<div id="codeblock">
|
|
[[tun['tun_name']]]
|
|
<small>(Default: [[tun['def_val']]])</small>
|
|
</div>
|
|
[[if tun['desc']]]
|
|
<div id="description">
|
|
[[tun['desc']]]
|
|
</div>
|
|
[[end]]
|
|
</div>
|
|
[[end]]
|