forked from Xilinx/XRT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 991 Bytes
/
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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet"
href="2018.3/html/_static/css/theme.css"
type="text/css"/>
<title>Xilinx Runtime (XRT) Documentation</title>
</head>
<body style="background-color: white">
<div class="section" style="background-color: white" align="center">
<h1>Xilinx Runtime (XRT) Documentation</h1>
<hr/>
<p>
XRT documentation is organized by release version.
</p>
<p>Please use the following links to browse XRT documentation for a specific release.
</p>
<ul style="font-size: large; font-weight: bold">
<li><a href="2018.3/html/index.html">2018.3</a></li>
<li><a href="2019.1/html/index.html">2019.1</a></li>
<li><a href="2019.2/html/index.html">2019.2</a></li>
<li><a href="2020.1/html/index.html">2020.1</a></li>
<li><a href="2020.2/html/index.html">2020.2</a></li>
<li><a href="master/html/index.html">master</a></li>
</ul>
</div>
</body>
</html>