-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnotes.html
48 lines (35 loc) · 1.08 KB
/
notes.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>opentheory notes</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<table cellpadding="2">
<tr>
<td><a href="changelog.html">changelog</a></td>
<td width="10"></td>
<td><a href="download.html">download</a></td>
<td width="10"></td>
<td><a href="index.html">home</a></td>
<td width="10"></td>
<td><a href="install.html">install</a></td>
<td width="10"></td>
<td><b>notes</b></td>
</tr>
</table>
<hr />
<h3>Documentation</h3>
<p>The command <tt>opentheory help</tt> is used to display tool help,
including the options available for each command. Other than this, the
main source for information is the
<a href="https://www.gilith.com/opentheory">OpenTheory project</a>.</p>
</ul>
<h3>Author</h3>
<p>The opentheory tool is developed by
<a href="https://www.gilith.com/">Joe Leslie-Hurd</a>.</p>
<hr />
<img src="logo.png" alt="opentheory" />
</body>
</html>