Skip to content

Commit f3b6076

Browse files
author
committed
Deployed b8f7b47 with MkDocs version: 1.6.1
0 parents  commit f3b6076

File tree

92 files changed

+36595
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+36595
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/OSBot-Utils/img/favicon.ico" />
8+
<title>OSBot-Utils Documentation</title>
9+
<link rel="stylesheet" href="/OSBot-Utils/css/theme.css" />
10+
<link rel="stylesheet" href="/OSBot-Utils/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/OSBot-Utils/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
</head>
19+
20+
<body class="wy-body-for-nav" role="document">
21+
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search">
26+
<a href="/OSBot-Utils/." class="icon icon-home"> OSBot-Utils Documentation
27+
</a><div role="search">
28+
<form id ="rtd-search-form" class="wy-form" action="/OSBot-Utils//search.html" method="get">
29+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
30+
</form>
31+
</div>
32+
</div>
33+
34+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
35+
<ul>
36+
<li class="toctree-l1"><a class="reference internal" href="/OSBot-Utils/.">Home</a>
37+
</li>
38+
</ul>
39+
<p class="caption"><span class="caption-text">Code</span></p>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" >OSBot Utils</a>
42+
<ul>
43+
<li class="toctree-l2"><a class="reference internal" >Helpers</a>
44+
<ul>
45+
<li class="toctree-l3"><a class="reference internal" href="/OSBot-Utils/code/osbot_utils/helpers/flows/osbot-utils-flow-system-documentation/">Flows</a>
46+
</li>
47+
</ul>
48+
</li>
49+
</ul>
50+
</li>
51+
</ul>
52+
<p class="caption"><span class="caption-text">Development</span></p>
53+
<ul>
54+
<li class="toctree-l1"><a class="reference internal" href="/OSBot-Utils/dev/Python-code-formatting-guidelines/">Coding Guidelines</a>
55+
</li>
56+
<li class="toctree-l1"><a class="reference internal" >Type Safety</a>
57+
<ul>
58+
<li class="toctree-l2"><a class="" href="/OSBot-Utils/dev/type_safe/python-type-safety-frameworks-compared.md">Frameworks Compared</a>
59+
</li>
60+
<li class="toctree-l2"><a class="" href="/OSBot-Utils/dev/type_safe/type-safe-technical-documentation.md">Technical Documentation</a>
61+
</li>
62+
</ul>
63+
</li>
64+
</ul>
65+
</div>
66+
</div>
67+
</nav>
68+
69+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
70+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
71+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
72+
<a href="/OSBot-Utils/.">OSBot-Utils Documentation</a>
73+
74+
</nav>
75+
<div class="wy-nav-content">
76+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
77+
<ul class="wy-breadcrumbs">
78+
<li><a href="/OSBot-Utils/." class="icon icon-home" aria-label="Docs"></a></li>
79+
<li class="wy-breadcrumbs-aside">
80+
</li>
81+
</ul>
82+
<hr/>
83+
</div>
84+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
85+
<div class="section" itemprop="articleBody">
86+
87+
88+
<h1 id="404-page-not-found">404</h1>
89+
90+
<p><strong>Page not found</strong></p>
91+
92+
93+
</div>
94+
</div><footer>
95+
96+
<hr/>
97+
98+
<div role="contentinfo">
99+
<!-- Copyright etc -->
100+
</div>
101+
102+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
103+
</footer>
104+
105+
</div>
106+
</div>
107+
108+
</section>
109+
110+
</div>
111+
112+
<div class="rst-versions" role="note" aria-label="Versions">
113+
<span class="rst-current-version" data-toggle="rst-current-version">
114+
115+
116+
117+
</span>
118+
</div>
119+
<script src="/OSBot-Utils/js/jquery-3.6.0.min.js"></script>
120+
<script>var base_url = "/OSBot-Utils/";</script>
121+
<script src="/OSBot-Utils/js/theme_extra.js"></script>
122+
<script src="/OSBot-Utils/js/theme.js"></script>
123+
<script src="/OSBot-Utils/search/main.js"></script>
124+
<script>
125+
jQuery(function () {
126+
SphinxRtdTheme.Navigation.enable(true);
127+
});
128+
</script>
129+
130+
</body>
131+
</html>

0 commit comments

Comments
 (0)