Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bokeh / sphinxext / _templates / sri_table.html
Size: Mime:
<table class="colwidths-given table">
    <colgroup>
        <col style="width: 25%" />
        <col style="width: 75%" />
    </colgroup>
    <thead>
        <tr>
            <th class="head">
                <p>Filename</p>
            </th>
            <th class="head">
                <p>Hash</p>
            </th>
        </tr>
    </thead>

    <tbody style="font-size: small;">
    {% for name, hash in table %}
        <tr>
            <td><p><code><span class="pre">{{ name }}</span></code></p></td>
            <td><p><code><span class="pre">{{ hash }}</span></code></p></td>
        </tr>
    {% endfor %}
    </tbody>

</table>