-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.html
More file actions
49 lines (39 loc) · 1.4 KB
/
api.html
File metadata and controls
49 lines (39 loc) · 1.4 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>ToPS: Toolkit for probabilistic model of sequences</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style type="text/css">
@import url("tops.css");
</style>
</head>
<body>
<div id="wrap">
<div id="header">
<h1> ToPS: Toolkit for Probabilistic Models of Sequence</h1>
</div>
<div id="content">
<h1>ToPS Documentation</h1>
<p><b>Doxygen documentation: </b> </p>
<ul><li><a href="doc/html/index.html">ToPS API</a></li></ul>
<blink> <p><b>NEW: TUTORIAL</b></p></blink>
<ul><li><a href="tutorial.pdf">ToPS Tutorial</a></li></ul>
<ul><li><a href="examples.tar.gz">Examples</a></li></ul>
<blink> <p><b>NEW: USER GUIDE</b></p></blink>
<ul><li><a href="tops-doc.pdf">ToPS User Guide </a></li></ul>
</div>
<div id="sidebar">
<ul>
<li> <a href="index.html">Overview</a></li>
<li> <a href="api.html">Documentation</a></li>
<li> <a href="download.html">Download</a></li>
<li> <a href="contact.html">Contacts</a></li>
</ul>
</div>
<div id="footer">
©2009 - Andre Y. Kashiwabara and Alan Mitchell Durham
</div>
</div>
</body>
</html>