Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapi.html
More file actions
Latest commit
176 lines (97 loc) · 4.5 KB
/
Copy pathapi.html
File metadata and controls
176 lines (97 loc) · 4.5 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><htmlclass="no-js" lang="en" ><!--<![endif]-->
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Storage Instantiation Daemon</title>
<linkrel="stylesheet" href="_static/css/theme.css" type="text/css" />
<linkrel="index" title="Index"
href="genindex.html"/>
<linkrel="search" title="Search" href="search.html"/>
<linkrel="top" title="Storage Instantiation Daemon documentation" href="index.html"/>
<linkrel="prev" title="Storage Instantiation Daemon" href="daemon.html"/>
<scriptsrc="_static/js/modernizr.min.js"></script>
</head>
<bodyclass="wy-body-for-nav" role="document">
<divclass="wy-grid-for-nav">
<navdata-toggle="wy-nav-shift" class="wy-nav-side">
<divclass="wy-side-scroll">
<divclass="wy-side-nav-search" style="background-color: #343131">
<ahref="https://sid-project.github.io">
<imgsrc="_static/sid.png" class="logo" />
<spanclass="project-title">Storage Instantiation Daemon</span>
</a>
<ulclass="edition-switcher">
<li>Edition: </li>
<li><ahref="../v">Switch editions</a></li>
</ul>
</div>
<divclass="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ulclass="current">
<liclass="toctree-l1"><aclass="reference internal" href="introduction.html">Introduction</a></li>
<liclass="toctree-l1"><aclass="reference internal" href="community.html">Community</a></li>
<liclass="toctree-l1"><aclass="reference internal" href="context.html">Context</a></li>
<liclass="toctree-l1"><aclass="reference internal" href="prerequisities.html">Prerequisities</a></li>
<liclass="toctree-l1"><aclass="reference internal" href="daemon.html">Storage Instantiation Daemon</a></li>
<liclass="toctree-l1 current"><aclass="current reference internal" href="#">Module API</a></li>
</ul>
</div>
</div>
</nav>
<sectiondata-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<navclass="wy-nav-top" role="navigation" aria-label="top navigation">
<idata-toggle="wy-nav-top" class="fa fa-bars"></i>
<ahref="index.html">Storage Instantiation Daemon</a>
</nav>
<divclass="wy-nav-content">
<divclass="rst-content">
<divrole="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<divclass="dd-masthead">
<h1class="dd-title">Storage Instantiation Daemon</h1>
<ulclass="dd-authors">
</ul>
<p>Latest Revision: <ahref="#change-record"></a></p>
</div>
<divitemprop="articleBody">
<divclass="section" id="module-api">
<h1>Module API<aclass="headerlink" href="#module-api" title="Permalink to this headline">¶</a></h1>
</div>
</div>
</div>
<footer>
<divclass="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<ahref="daemon.html" class="btn btn-neutral" title="Storage Instantiation Daemon" accesskey="p"><spanclass="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<divrole="contentinfo">
<p>
© Copyright 2019, Peter Rajnoha.
</p>
</div>
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<scripttype="text/javascript">
varDOCUMENTATION_OPTIONS={
URL_ROOT:'./',
VERSION:'',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
};
</script>
<scripttype="text/javascript" src="_static/jquery.js"></script>
<scripttype="text/javascript" src="_static/underscore.js"></script>
<scripttype="text/javascript" src="_static/doctools.js"></script>
<scripttype="text/javascript" src="_static/js/theme.js"></script>
<scripttype="text/javascript">
jQuery(function(){
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>