Skip to content

Commit 33c867e

Browse files
Deployed 670d6cb with MkDocs version: 1.6.1
1 parent ba8ec77 commit 33c867e

31 files changed

Lines changed: 1621 additions & 463 deletions

404.html

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@
1111

1212

1313

14+
15+
16+
1417
<link rel="icon" href="/Tools/assets/images/favicon.png">
15-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.23">
18+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.0">
1619

1720

1821

1922
<title>OpenSemanticWorld Python Package (osw)</title>
2023

2124

2225

23-
<link rel="stylesheet" href="/Tools/assets/stylesheets/main.84d31ad4.min.css">
26+
<link rel="stylesheet" href="/Tools/assets/stylesheets/main.618322db.min.css">
2427

2528

2629

@@ -47,7 +50,6 @@
4750

4851

4952

50-
5153
</head>
5254

5355

@@ -192,10 +194,15 @@
192194

193195

194196
<span class="md-ellipsis">
197+
198+
195199
Home
200+
201+
196202

197203
</span>
198204

205+
199206

200207
</a>
201208
</li>
@@ -214,10 +221,15 @@
214221

215222

216223
<span class="md-ellipsis">
224+
225+
217226
Tools
227+
228+
218229

219230
</span>
220231

232+
221233

222234
</a>
223235
</li>
@@ -236,10 +248,15 @@
236248

237249

238250
<span class="md-ellipsis">
251+
252+
239253
Auth
254+
255+
240256

241257
</span>
242258

259+
243260

244261
</a>
245262
</li>
@@ -258,10 +275,15 @@
258275

259276

260277
<span class="md-ellipsis">
278+
279+
261280
Osw
281+
282+
262283

263284
</span>
264285

286+
265287

266288
</a>
267289
</li>
@@ -280,10 +302,15 @@
280302

281303

282304
<span class="md-ellipsis">
305+
306+
283307
Model
308+
309+
284310

285311
</span>
286312

313+
287314

288315
</a>
289316
</li>
@@ -302,10 +329,15 @@
302329

303330

304331
<span class="md-ellipsis">
332+
333+
305334
OpenSematicLab Controller
335+
336+
306337

307338
</span>
308339

340+
309341

310342
</a>
311343
</li>
@@ -324,10 +356,15 @@
324356

325357

326358
<span class="md-ellipsis">
359+
360+
327361
Development
362+
363+
328364

329365
</span>
330366

367+
331368

332369
</a>
333370
</li>
@@ -360,6 +397,7 @@
360397

361398

362399
<div class="md-content" data-md-component="content">
400+
363401
<article class="md-content__inner md-typeset">
364402

365403
<h1>404 - Not found</h1>
@@ -399,10 +437,11 @@ <h1>404 - Not found</h1>
399437

400438

401439

402-
<script id="__config" type="application/json">{"base": "/Tools/", "features": [], "search": "/Tools/assets/javascripts/workers/search.973d3a69.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
440+
441+
<script id="__config" type="application/json">{"annotate": null, "base": "/Tools/", "features": [], "search": "/Tools/assets/javascripts/workers/search.7a47a382.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
403442

404443

405-
<script src="/Tools/assets/javascripts/bundle.f55a23d4.min.js"></script>
444+
<script src="/Tools/assets/javascripts/bundle.e71a0d61.min.js"></script>
406445

407446

408447
</body>

assets/_mkdocstrings.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,27 @@ code.doc-symbol-module::after {
211211
color: inherit;
212212
border-bottom: 1px dotted currentcolor;
213213
}
214+
215+
/* Source code blocks (admonitions). */
216+
:root {
217+
--md-admonition-icon--mkdocstrings-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.22 4.97a.75.75 0 0 1 1.06 0l6.5 6.5a.75.75 0 0 1 0 1.06l-6.5 6.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L21.19 12l-5.97-5.97a.75.75 0 0 1 0-1.06m-6.44 0a.75.75 0 0 1 0 1.06L2.81 12l5.97 5.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.5-6.5a.75.75 0 0 1 0-1.06l6.5-6.5a.75.75 0 0 1 1.06 0"/></svg>')
218+
}
219+
.md-typeset .admonition.mkdocstrings-source,
220+
.md-typeset details.mkdocstrings-source {
221+
border: none;
222+
padding: 0;
223+
}
224+
.md-typeset .admonition.mkdocstrings-source:focus-within,
225+
.md-typeset details.mkdocstrings-source:focus-within {
226+
box-shadow: none;
227+
}
228+
.md-typeset .mkdocstrings-source > .admonition-title,
229+
.md-typeset .mkdocstrings-source > summary {
230+
background-color: inherit;
231+
}
232+
.md-typeset .mkdocstrings-source > .admonition-title::before,
233+
.md-typeset .mkdocstrings-source > summary::before {
234+
background-color: var(--md-default-fg-color);
235+
-webkit-mask-image: var(--md-admonition-icon--mkdocstrings-source);
236+
mask-image: var(--md-admonition-icon--mkdocstrings-source);
237+
}

assets/javascripts/bundle.e71a0d61.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.e71a0d61.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.f55a23d4.min.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

assets/javascripts/bundle.f55a23d4.min.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/javascripts/workers/search.973d3a69.min.js renamed to assets/javascripts/workers/search.7a47a382.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/workers/search.973d3a69.min.js.map renamed to assets/javascripts/workers/search.7a47a382.min.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.618322db.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.618322db.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)