forked from rsdoiel/archivesspace-api-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path10-ArchivesSpace-API-Workshop.html
More file actions
27 lines (23 loc) · 965 Bytes
/
10-ArchivesSpace-API-Workshop.html
File metadata and controls
27 lines (23 loc) · 965 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link href="css/slides.css" rel="stylesheet" />
</head>
<body>
<nav>
<a id="start-slide" rel="nav" href="00-ArchivesSpace-API-Workshop.html" title="Return to start of presentation">Start</a>
<a id="prev-slide" rel="nav" href="09-ArchivesSpace-API-Workshop.html" title="Previous slide">Prev</a>
<a id="next-slide" rel="nav" href="11-ArchivesSpace-API-Workshop.html" title="Next slide">Next</a>
</nav>
<section><h1>1. Setup</h1>
<h2>About the code</h2>
<h3>The closing <em>if</em> block</h3>
<p>At the end of each of our Python script there will be an <em>if</em> block.
This is where our test code goes. For the purposes of the workshop we
will minimize what is inside this <em>if</em> block. Normally you would
keep all your tests available (probably written as their own functions,
possibly as a separate included module).</p>
</section>
<script type="text/javascript" src="js/keyboard-nav.js"></script>
</body>
</html>