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
525 B
HTML
24 lines
525 B
HTML
<h3>Master boolean index:</h3>
|
|
|
|
[[for bool in booleans]]
|
|
<div id="interfacesmall">
|
|
[[if 'mod_layer' in bool]]
|
|
Module: <a href='[[bool['mod_layer']+ "_" + bool['mod_name'] + ".html#link_" + bool['bool_name']]]'>
|
|
[[bool['mod_name']]]</a><p/>
|
|
Layer: <a href='[[bool['mod_layer']]].html'>
|
|
[[bool['mod_layer']]]</a><p/>
|
|
[[else]]
|
|
Global
|
|
[[end]]
|
|
<div id="codeblock">
|
|
[[bool['bool_name']]]
|
|
<small>(Default: [[bool['def_val']]])</small>
|
|
</div>
|
|
[[if bool['desc']]]
|
|
<div id="description">
|
|
[[bool['desc']]]
|
|
</div>
|
|
[[end]]
|
|
</div>
|
|
[[end]]
|