-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (107 loc) · 4.82 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Parch</title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="./assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="./assets/css/main.css" id="site_styles">
<link rel="stylesheet" href="./assets/css/custom.css">
<link rel="stylesheet" href="./assets/css/lucid.css">
<link rel="stylesheet" href="./assets/vendor/bootstrap/css/bootstrap.css">
<link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
</head>
<body class="yui3-skin-sam">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<h1 class="brand" style="padding: 10px 16px 10px; height: 20px; line-height: 20px; margin-left: 0;">
Parch
</h1>
<div class="nav">
<li class="divider-vertical"></li>
<li>
<p class="navbar-text">
API Docs for Version: <b>2.1.2</b>
</p>
</li>
</div>
<form class="navbar-form pull-right" style="line-height: 40px; height: 40px;">
<input style="margin-top: 0;" type="text" class="search-query" placeholder="Search for classes/modules..." data-obj='["classes/Application", "classes/containment", "classes/Controller", "classes/JSONSerializer", "classes/Loader", "classes/Model", "classes/ModelManager", "classes/Registry", "classes/RestSerializer", "classes/Route", "classes/Router", "classes/RouteSegment", "classes/Store", "modules/parch"]'>
</form>
</div>
</div>
<div class="container">
<div class="row">
<div class="span3">
<div>
<div id="sidebar">
<div id="classes">
<ul id="api-classes" class="nav nav-list">
<li><a href="./classes/Application.html">Application</a></li>
<li><a href="./classes/containment.html">containment</a></li>
<li><a href="./classes/Controller.html">Controller</a></li>
<li><a href="./classes/JSONSerializer.html">JSONSerializer</a></li>
<li><a href="./classes/Loader.html">Loader</a></li>
<li><a href="./classes/Model.html">Model</a></li>
<li><a href="./classes/ModelManager.html">ModelManager</a></li>
<li><a href="./classes/Registry.html">Registry</a></li>
<li><a href="./classes/RestSerializer.html">RestSerializer</a></li>
<li><a href="./classes/Route.html">Route</a></li>
<li><a href="./classes/Router.html">Router</a></li>
<li><a href="./classes/RouteSegment.html">RouteSegment</a></li>
<li><a href="./classes/Store.html">Store</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="span9">
<form id="options-form" class="form-inline pull-right">
Show:
<label for="api-show-inherited" class="checkbox">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected" class="checkbox">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private" class="checkbox">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated" class="checkbox">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</form>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<div class="apidocs">
<div id="docs-main" class="content">
<p>
Browse to a module or class using the sidebar to view its API documentation.
</p>
<h2>Keyboard Shortcuts</h2>
<ul>
<li><p>Press <kbd>s</kbd> to focus the API search box.</p></li>
<li><p>Use <kbd>Up</kbd> and <kbd>Down</kbd> to select classes, modules, and search results.</p></li>
<li class="mac-only"><p>With the API search box or sidebar focused, use <kbd><span class="cmd">⌘</span>-Left</kbd> or <kbd><span class="cmd">⌘</span>-Right</kbd> to switch sidebar tabs.</p></li>
<li class="pc-only"><p>With the API search box or sidebar focused, use <kbd>Ctrl+Left</kbd> and <kbd>Ctrl+Right</kbd> to switch sidebar tabs.</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="./assets/vendor/jquery/jquery-1.8.2.min.js"></script>
<script src="./assets/vendor/bootstrap/js/bootstrap.js"></script>
<script src="./assets/vendor/prettify/prettify-min.js"></script>
<script src="./assets/js/yuidoc-bootstrap.js"></script>
<script>prettyPrint();</script>
</body>
</html>