File: versions.js

package info (click to toggle)
open3d 0.19.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, 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 (81 lines) | stat: -rw-r--r-- 3,604 bytes parent folder | download | duplicates (2)
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
70
71
72
73
74
75
76
77
78
79
80
81
// This file will be copied to https://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="https://www.open3d.org/docs/latest">main</a></td>\
            <td><a href="https://www.open3d.org/docs/latest/cpp_api">main C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/release">0.19.0 (release)</a></td>\
            <td><a href="https://www.open3d.org/docs/release/cpp_api">0.19.0 C++ (release)</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/release">0.18.0</a></td>\
            <td><a href="https://www.open3d.org/docs/release/cpp_api">0.18.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.17.0">0.17.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.17.0/cpp_api">0.17.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.16.0">0.16.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.16.0/cpp_api">0.16.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.15.1">0.15.1</a></td>\
            <td><a href="https://www.open3d.org/docs/0.15.1/cpp_api">0.15.1 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.14.1">0.14.1</a></td>\
            <td><a href="https://www.open3d.org/docs/0.14.1/cpp_api">0.14.1 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.13.0">0.13.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.13.0/cpp_api">0.13.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.12.0">0.12.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.12.0/cpp_api">0.12.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.11.1">0.11.1</a></td>\
            <td><a href="https://www.open3d.org/docs/0.11.1/cpp_api">0.11.1 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.11.0">0.11.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.11.0/cpp_api">0.11.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.10.0">0.10.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.10.0/cpp_api">0.10.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.9.0">0.9.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.9.0/cpp_api">0.9.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.8.0">0.8.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.8.0/cpp_api">0.8.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.7.0">0.7.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.7.0/cpp_api">0.7.0 C++</a></td>\
        </tr>\
        <tr>\
            <td><a href="https://www.open3d.org/docs/0.6.0">0.6.0</a></td>\
            <td><a href="https://www.open3d.org/docs/0.6.0/cpp_api">0.6.0 C++</a></td>\
        </tr>\
    </table>\
');