forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (59 loc) · 1.77 KB
/
index.html
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
<!doctype html>
<html>
<head>
<title>Cesium</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<style>
body { font-family: sans-serif; }
li { margin-top: 5px; }
.outer > li { margin-top: 1.4em; }
</style>
</head>
<body>
<ul class="outer">
<li>
Apps
<ul>
<li>
<a href="Apps/CesiumViewer/index.html">Cesium Viewer</a>
(<a href="Build/Apps/CesiumViewer/index.html">built version</a>)
</li>
<li>
<a href="Apps/HelloWorld.html">Hello World</a>
(<a href="Build/HelloWorld.html">built version</a>)
</li>
<li>
<a href="Apps/Sandcastle/index.html">Sandcastle</a>
</li>
<li>
<a href="Apps/TimelineDemo/index.html">Timeline Demo</a>
</li>
</ul>
</li>
<li>
Tests
<ul>
<li>
<a href="Specs/SpecRunner.html">Run all tests</a>
</li>
<li>
<a href="Specs/SpecRunner.html?category=none">Select a test to run</a>
</li>
<li>
<a href="Specs/SpecRunner.html?category=WebGL">Run only WebGL tests</a>
</li>
<li>
<a href="Specs/SpecRunner.html?category=All¬=WebGL">Run only non-WebGL tests</a>
</li>
<li>
<a href="Instrumented/jscoverage.html?../Specs/SpecRunner.html%3FbaseUrl%3D..%2FInstrumented">Run all tests with code coverage</a>
(build 'instrumentForCoverage' first.)
</li>
</ul>
</li>
<li>
<a href="Build/Documentation/index.html">Documentation</a>
</li>
</ul>
</body>
</html>