-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDOCUMENTATION.html
More file actions
86 lines (73 loc) · 3.49 KB
/
DOCUMENTATION.html
File metadata and controls
86 lines (73 loc) · 3.49 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>StimOMatic by U. Rutishauser, A. Kotowicz and G. Laurent</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39136601-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<h1>StimOMatic</h1>
<p></p>
</header>
<div id="banner">
<span id="logo"></span>
<!-- <a href="" class="button fork"><strong>Left Button</strong></a> -->
<div class="downloads">
<span>Go to:</span>
<ul>
<li><a href="http://stimomatic.brain.mpg.de/DOWNLOADS.html" class="button">Downloads</a></li>
<li><a href="http://stimomatic.brain.mpg.de/DOCUMENTATION.html" class="button">Documentation</a></li>
<li><a href="http://stimomatic.brain.mpg.de/" class="button">Home</a></li>
</ul>
</div>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h1>
<a name="documentation" class="anchor" href="#documentation"><span class="mini-icon mini-icon-link"></span></a>Documentation</h1>
<p>Overview of all relevant documentation.</p>
<h2>
<a name="installation" class="anchor" href="#installation"><span class="mini-icon mini-icon-link"></span></a>Installation</h2>
<ul>
<li>generic install instructions & usage: <a href="INSTALL.html">INSTALL.md</a>.</li>
<li>Python OpenGL mmap plotter (POMP): <a href="python/OpenGLPlotting/pomp/docs/INSTALL.html">instructions</a>.</li>
<li>conditional visual displays: <a href="matlab/psychophysics-example/INSTALL.html">INSTALL.md</a>.</li>
</ul><h2>
<a name="debugging" class="anchor" href="#debugging"><span class="mini-icon mini-icon-link"></span></a>Debugging</h2>
<ul>
<li>frequently asked questions: <a href="FAQ.html">FAQ.md</a>.</li>
<li>bugs and feature requests: please submit to <a href="https://github.com/StimOMatic/StimOMatic/issues">issue tracker</a>.</li>
</ul> </section>
<footer>
<p>Project maintained by <a href="https://github.com/urut">Ueli Rutishauser</a> and <a href="https://github.com/kotowicz">Andreas Kotowicz</a></p>
<p><small>Project funded by <a href="http://www.mpg.de/">MPG</a> and <a href="http://www.brain.mpg.de/">MPI for Brain Research</a></small></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>