File: versions.js

package info (click to toggle)
open3d 0.16.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,688 kB
  • sloc: cpp: 193,088; python: 24,973; ansic: 8,356; javascript: 1,869; sh: 1,473; makefile: 236; xml: 69
file content (69 lines) | stat: -rw-r--r-- 2,988 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// This file will be copied to http://www.open3d.org/docs/versions.js
// by the documentation server.
document.write('\
    <!-- ac-hoc table style, put in in proper css file later -->\
    <style>\
    .version-table {\
        width: 100%;\
        table-layout: fixed;\
    }\
    table.version-table td {\
        border: 1px solid #555555;\
        text-align: left;\
    }\
    </style>\
    <table class="version-table">\
        <tr>\
            <td><a href="http://www.open3d.org/docs/latest">master</a></td>\
            <td><a href="http://www.open3d.org/docs/latest/cpp_api">master C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/release">0.16.1 (release)</a></td>\
            <td><a href="http://www.open3d.org/docs/release/cpp_api">0.16.1 C++ (release)</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.15.1">0.15.1</a></td>\
            <td><a href="http://www.open3d.org/docs/0.15.1/cpp_api">0.15.1 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.14.1">0.14.1</a></td>\
            <td><a href="http://www.open3d.org/docs/0.14.1/cpp_api">0.14.1 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.13.0">0.13.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.13.0/cpp_api">0.13.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.12.0">0.12.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.12.0/cpp_api">0.12.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.11.1">0.11.1</a></td>\
            <td><a href="http://www.open3d.org/docs/0.11.1/cpp_api">0.11.1 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.11.0">0.11.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.11.0/cpp_api">0.11.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.10.0">0.10.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.10.0/cpp_api">0.10.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.9.0">0.9.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.9.0/cpp_api">0.9.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.8.0">0.8.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.8.0/cpp_api">0.8.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.7.0">0.7.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.7.0/cpp_api">0.7.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="http://www.open3d.org/docs/0.6.0">0.6.0</a></td>\
            <td><a href="http://www.open3d.org/docs/0.6.0/cpp_api">0.6.0 C++</a></td>\
        </tr>\
    </table>\
');