-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (51 loc) · 2.33 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>pi3d</title>
<link rel="stylesheet" href="_build/html/_static/default.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="shapes-buffers-and-display">
<header>
<h1>pi3d Book</h1>
</header>
<section>
<h3>Link to HTML version of book</h3>
<a href="_build/html/index.html">Pi3d Book HTML version</a>.<p>
<h3>Link to PDF version of book</h3>
<a href="_build/latex/pi3d_book.pdf">Pi3d Book as PDF</a>.<p></p>
<h3>Link to Hard copy version of book</h3>
<a href="http://www.eldwick.org.uk/node/115">Pi3d Book - just the book</a>.<br />
<a href="http://www.eldwick.org.uk/node/116">Pi3d Book - with an 8GB micro SD card</a>.
Containing an up-to-date version of Raspbian jessie with all the dependencies
required by pi3d and pi3d_demos.<br /><p></p>
<h2>Links to other pi3d pages</h2>
<h3>Introduction to pi3d.</h3>
Our ReadMe is <a href="http://pi3d.github.io/html/ReadMe.html">here</a>.<p>
<h3>Python documentation.</h3>
Python documentation is <a href="http://pi3d.github.io/html/index.html">here</a>.<p>
<h3>Frequently-asked questions.</h3>
The <a href="http://pi3d.github.io/html/FAQ.html">FAQ</a>.<p>
<p>Mail us at <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
</div>
</div>
</div>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>