-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
56 lines (54 loc) · 1.92 KB
/
documentation.html
File metadata and controls
56 lines (54 loc) · 1.92 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to vollib</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
<header>
<div class="logo_area">
<img src="images/vollib-logo.svg" width="200px"/>
</div>
<div class="nav">
<a href="index.html">Home</a>
<a href="source.html">Source</a>
<a href="#" class="active">Documentation</a>
<a href="installation.html">Installation</a>
<a href="license.html">License</a>
</div>
<div class="subheader">
<h2 class="subheader-headline no-padding">API Documentation</h2>
</div>
</header>
<div class="flex" style="padding-left: 50px">
<div class="column-one flex-col">
<h3 class="small-title">Python 3.x</h3>
<ul>
<li><a href="https://vollib.github.io/documentation/1.0.3/index.html">py_vollib v1.0.3</a></li>
</ul>
<h3 class="small-title">JVM</h3>
<ul>
<li><a href="https://vollib.github.io/documentation/1.0.3/index.html">j_vollib</a></li>
<li><a href="#">Kotlin</a> (coming soon)</li>
</ul>
</div>
<div>
<h3 class="small-title">Python 2.7</h3>
<ul>
<li><a href="https://vollib.org/documentation/python/0.1.5/">vollib</a></li>
</ul>
<h3 class="small-title">Web</h3>
<ul>
<li><a href="https://vollib.org/documentation/python/0.1.5/">JavaScript: js_vollib</a></li>
<li><a href="#">TypeScript</a> (coming soon)</li>
<li><a href="#">WASM</a> (coming soon)</li>
</ul>
</div>
</div>
<footer>
© 2023 Larry Richards
</footer>
</body>
</html>