-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
92 lines (88 loc) · 3.17 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
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
<!doctype html>
<!--
Copyright (C) 2016-current Giuseppe Fabio Nicotra <artix2 at gmail dot com>.
All rights reserved.
Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the copyright holder. The name of the
copyright holder may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-->
<html lang="en">
<head>
<title>PsyC Documentation - </title>
<link rel="stylesheet" type="text/css" href="style.css">
<script language="javascript" src="main.js"></script>
</head>
<body class="psyc-doc main-index">
<header>
<h1>PsyC Documentation <span class="version">0.9.5</span></h1>
<h2></h2>
<nav id="top-menu">
<ul>
<li>
<a href="index.html">INDEX</a>
</li>
</ul>
</nav>
<nav id="main-menu">
<ul>
<li>
</li>
<li>
</li>
<li>
</li>
</ul>
</nav>
</header>
<main>
<nav id="sidebar" class="sidebar" style="display: none">
<ul>
</ul>
</nav>
<ul id="doc-contents">
<li>
<h2><a href="functions.html">API Reference</a></h2>
<ul class="subcontents">
<li><a href="functions.html">Functions</a></li>
<li><a href="types.html">Types</a></li>
<li><a href="macros.html">Macros</a></li>
</ul>
</li>
<li>
<h2><a href="cli-psycl.html">Command Line Utilities</a></h2>
<ul class="subcontents">
<li><a href="cli-psycl.html">psycl</a></li>
<li><a href="cli-psyc-cc.html">psyc-cc</a></li>
</ul>
</li>
<li>
<h2><a href="article-datasets.html">Articles</a></h2>
<ul class="subcontents">
<li><a href="article-datasets.html">Datasets</a></li>
</ul>
</li>
</ul>
<nav id="right-sidebar" class="sidebar" style="display: none">
</nav>
</main>
<footer>
<div class="contacts">
<span><label>PsyC project page:</label> <a href="https://github.com/artix75/psyc" target="_blank">https://github.com/artix75/psyc</a></span> • <span><label>Report bugs to:</label> <a href="https://github.com/artix75/psyc/issues" target="_blank">https://github.com/artix75/psyc/issues</a></span>
</div>
<div class="license-info">
<div class="license"><img src="License-BSD-3-Clause-blue.svg"> PsyC is released under the <a href="https://opensource.org/license/bsd-3-clause/">BSD-3 Clause</a>
</div>
<div class="copyright">Copyright © 2016-current Giuseppe Fabio Nicotra
</div>
</div>
</footer>
</body>
</html>