comparison website/www/_templates/layout.html @ 7740:67438e439da8

docs: issue2551317 add support for jinja2 customization examples Added sphinx-tabs to doc build. This allows adding code-tabs one for "TAL" examples and one for "Jinja2" examples in the doc. Converted partly the "Editing multiple items in an index view" example. Sombody who knows jinja2 better than I, and can test the example will need to finish it. Documented requirement and method for building docs in developers.txt. Added requirements.pip files for pip install -r ... modules needed for processing docs. Fixed missing block in layout.txt that stopped tabs.css from being loaded.
author John Rouillard <rouilj@ieee.org>
date Sat, 17 Feb 2024 18:56:04 -0500
parents 4295ac110551
children 291afa77ad82
comparison
equal deleted inserted replaced
7739:e2816259ccce 7740:67438e439da8
131 <span>Hosted by <a href="https://sourceforge.net"><img src="https://sflogo.sourceforge.net/sflogo.php?group_id=31577&amp;type=1" width="88" height="31" alt="SourceForge.net Logo" /></a></span> 131 <span>Hosted by <a href="https://sourceforge.net"><img src="https://sflogo.sourceforge.net/sflogo.php?group_id=31577&amp;type=1" width="88" height="31" alt="SourceForge.net Logo" /></a></span>
132 </div> 132 </div>
133 </footer> 133 </footer>
134 {%- endblock %} 134 {%- endblock %}
135 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> 135 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
136 {%- for cssfile in css_files %}
137 <!-- loading css_files -->
138 <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
139 {%- endfor %}
136 <script> 140 <script>
137 /* locally hosted goatcounter https://www.goatcounter.com/ */ 141 /* locally hosted goatcounter https://www.goatcounter.com/ */
138 /* include site info in path url to allow multiple sites to be 142 /* include site info in path url to allow multiple sites to be
139 tracked together */ 143 tracked together */
140 window.goatcounter = { 144 window.goatcounter = {

Roundup Issue Tracker: http://roundup-tracker.org/