File: variant-selector.html

package info (click to toggle)
open3d 0.19.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 83,496 kB
  • sloc: cpp: 206,543; python: 27,254; ansic: 8,356; javascript: 1,883; sh: 1,527; makefile: 259; xml: 69
file content (21 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% if display_all_docs_versions %}
{# Add rst-badge after rst-versions for small badge style. #}
  <div id="furo-versions" class="rst-versions sidebar-tree" role="note" aria-label="versions" tabindex="0">
      <p class="caption">Docs Version</p>
      <input type="checkbox" id="checkbox_toggle" class="toctree-checkbox versions-checkbox" role="switch">
      <label id="versions-label" class="versions-label" for="checkbox_toggle">
          <div class="visually-hidden">Toggle child pages in navigation</div>
          <i class="icon">
            <svg>
              <use href="#svg-arrow-right"></use>
            </svg>
          </i>
      </label>

    <!-- A hack to include an external page to get around CORS policy -->
    <!-- https://stackoverflow.com/a/15250208/1255535 -->
    <div class="rst-other-versions">
        <!-- <script src="https://www.open3d.org/docs/versions.js"></script> -->
    </div>
  </div>
{% endif %}