-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (104 loc) · 4.2 KB
/
index.html
File metadata and controls
104 lines (104 loc) · 4.2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>SLP: Documents</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="../markdown.css" />
</head>
<body>
<main>
<h1 id="slp-documents">SLP: Documents</h1>
<p><a href="../README.html">Go up to the main README file</a> (<a
href="../README.md">md</a>)</p>
<h3 id="uva-specific">UVa-specific</h3>
<ul>
<li><a href="../uva/syllabus.html">Syllabus</a> (<a
href="../uva/syllabus.md">md</a>) for the fall 2017 and spring 2018
semesters</li>
</ul>
<h3 id="documents-and-tutorials">Documents and tutorials</h3>
<ul>
<li><a href="choosing-dev-env.html">Choosing a developemnt
environment</a> (<a href="choosing-dev-env.md">md</a>)</li>
<li><a href="virtualbox-intro.html">VirtualBox introduction</a> (<a
href="virtualbox-intro.md">md</a>) and the <a
href="virtualbox-image-details.html">VirtualBox image details</a> (<a
href="virtualbox-image-details.md">md</a>)</li>
<li><a href="docker-usage.html">Docker usage</a> (<a
href="docker-usage.md">md</a>)</li>
<li><a href="linux-admin-howtos.html">Linux Administration Howtos</a>
(<a href="linux-admin-howtos.md">md</a>)</li>
<li><a href="dev-env-setup.html">Development environment setup</a> (<a
href="dev-env-setup.md">md</a>)</li>
<li><a href="github-webhook.html">Github webhook setup</a> (<a
href="github-webhook.md">md</a>)</li>
<li><a href="local-settings.html">Managing local settings</a> (<a
href="local-settings.md">md</a>)</li>
<li><a href="ci-setup.html">Continuous Integration testing setup</a> (<a
href="ci-setup.md">md</a>)</li>
<li><a href="mysql-intro.html">MySQL introduction</a> (<a
href="mysql-intro.md">md</a>) and a <a href="mysql-reference.html">MySQL
reference</a> (<a href="mysql-reference.md">md</a>)</li>
<li><a href="virtualenv-setup.html">Python’s virtualenv setup</a> (<a
href="virtualenv-setup.md">md</a>)</li>
</ul>
<h3 id="homeworks">Homeworks</h3>
<ul>
<li>HW 1: <a href="hw-git.html">Git HW</a> (<a href="hw-git.md">md</a>)
<ul>
<li><a href="git-intro.html">Introduction to git and github</a> (<a
href="git-intro.md">md</a>)</li>
</ul></li>
<li>HWs 2 & 3: <a href="hw-frameworks.html">Frameworks homework</a>
(<a href="framework-hw.md">md</a>) (Django is HW 2, Rail is HW 3)
<ul>
<li><a href="django-getting-started.html">Django getting started</a> (<a
href="django-getting-started.md">md</a>) – read this to get started with
HW 2</li>
<li><a href="rubyrails-getting-started.html">Ruby on Rails getting
started</a> (<a href="rubyrails-getting-started.md">md</a>) – read this
to get started with HW 3</li>
<li>ONLY if you are deploying to apache2 on your own machine (which you
don’t have to do for this course, since we have that configured for
you):
<ul>
<li><a href="django-deployment.html">Django deployment</a> (<a
href="django-deployment.md">md</a>)</li>
<li><a href="rubyrails-deployment.html">Ruby on Rails deployment</a> (<a
href="rubyrails-deployment.md">md</a>)</li>
</ul></li>
</ul></li>
<li>HWs 4 & 5: <a href="hw-framework-exp.html">Frameworks expansion
homework</a> (<a href="hw-framework-exp.md">md</a>) (Django is HW 4,
Rail is HW 5)</li>
<li>HW 6: <a href="hw-iteration-checklist.html">Iteration checklist</a>
(<a href="hw-iteration-checklist.md">md</a>)</li>
</ul>
<h3 id="projects">Projects</h3>
<ul>
<li><a href="project-nonprofit-data-collection.html">Nonprofit data
collection</a> (<a
href="project-nonprofit-data-collection.md">md</a>)</li>
</ul>
</main>
</body>
</html>