Skip to content

Commit 07b54bb

Browse files
Deployed c2d6e78 with MkDocs version: 1.6.1
1 parent 6fbbb0f commit 07b54bb

File tree

22 files changed

+542
-6
lines changed

22 files changed

+542
-6
lines changed

404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
<li class="toctree-l1"><a class="reference internal" href="/interoperability-embedded-python/prod-settings/">Production Settings</a>
6969
</li>
7070
</ul>
71+
<p class="caption"><span class="caption-text">Contributing</span></p>
72+
<ul>
73+
<li class="toctree-l1"><a class="reference internal" href="/interoperability-embedded-python/contributing/">Contributing</a>
74+
</li>
75+
<li class="toctree-l1"><a class="reference internal" href="/interoperability-embedded-python/code-of-conduct/">Code of Conduct</a>
76+
</li>
77+
</ul>
7178
<p class="caption"><span class="caption-text">Reference</span></p>
7279
<ul>
7380
<li class="toctree-l1"><a class="reference internal" href="/interoperability-embedded-python/example/">Examples</a>

benchmarks/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
<li class="toctree-l1"><a class="reference internal" href="../prod-settings/">Production Settings</a>
7676
</li>
7777
</ul>
78+
<p class="caption"><span class="caption-text">Contributing</span></p>
79+
<ul>
80+
<li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributing</a>
81+
</li>
82+
<li class="toctree-l1"><a class="reference internal" href="../code-of-conduct/">Code of Conduct</a>
83+
</li>
84+
</ul>
7885
<p class="caption"><span class="caption-text">Reference</span></p>
7986
<ul>
8087
<li class="toctree-l1"><a class="reference internal" href="../example/">Examples</a>

changelog/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
<li class="toctree-l1"><a class="reference internal" href="../prod-settings/">Production Settings</a>
7676
</li>
7777
</ul>
78+
<p class="caption"><span class="caption-text">Contributing</span></p>
79+
<ul>
80+
<li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributing</a>
81+
</li>
82+
<li class="toctree-l1"><a class="reference internal" href="../code-of-conduct/">Code of Conduct</a>
83+
</li>
84+
</ul>
7885
<p class="caption"><span class="caption-text">Reference</span></p>
7986
<ul>
8087
<li class="toctree-l1"><a class="reference internal" href="../example/">Examples</a>

code-of-conduct/index.html

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
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" /><meta name="author" content="grongier@intersystems.com" /><link rel="canonical" href="https://grongierisc.github.io/interoperability-embedded-python/code-of-conduct/" />
7+
<link rel="shortcut icon" href="../img/favicon.ico" />
8+
<title>Code of Conduct - IoP (Interoperability On Python)</title>
9+
<link rel="stylesheet" href="../css/theme.css" />
10+
<link rel="stylesheet" href="../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+
<script>
14+
// Current page data
15+
var mkdocs_page_name = "Code of Conduct";
16+
var mkdocs_page_input_path = "code-of-conduct.md";
17+
var mkdocs_page_url = "/interoperability-embedded-python/code-of-conduct/";
18+
</script>
19+
20+
<!--[if lt IE 9]>
21+
<script src="../js/html5shiv.min.js"></script>
22+
<![endif]-->
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
24+
<script>hljs.highlightAll();</script>
25+
</head>
26+
27+
<body class="wy-body-for-nav" role="document">
28+
29+
<div class="wy-grid-for-nav">
30+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
31+
<div class="wy-side-scroll">
32+
<div class="wy-side-nav-search">
33+
<a href=".." class="icon icon-home"> IoP (Interoperability On Python)
34+
</a><div role="search">
35+
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
36+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
37+
</form>
38+
</div>
39+
</div>
40+
41+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="..">Home</a>
44+
</li>
45+
</ul>
46+
<p class="caption"><span class="caption-text">Getting Started</span></p>
47+
<ul>
48+
<li class="toctree-l1"><a class="reference internal" href="../getting-started/installation/">Installation</a>
49+
</li>
50+
<li class="toctree-l1"><a class="reference internal" href="../getting-started/first-steps/">First Steps</a>
51+
</li>
52+
<li class="toctree-l1"><a class="reference internal" href="../getting-started/register-component/">Register Component</a>
53+
</li>
54+
</ul>
55+
<p class="caption"><span class="caption-text">API documentation</span></p>
56+
<ul>
57+
<li class="toctree-l1"><a class="reference internal" href="../command-line/">Command Line Interface</a>
58+
</li>
59+
<li class="toctree-l1"><a class="reference internal" href="../python-api/">Python API</a>
60+
</li>
61+
</ul>
62+
<ul>
63+
<li class="toctree-l1"><a class="reference internal" href="../dtl/">DTL Support</a>
64+
</li>
65+
</ul>
66+
<ul>
67+
<li class="toctree-l1"><a class="reference internal" href="../logging/">Logging</a>
68+
</li>
69+
</ul>
70+
<ul>
71+
<li class="toctree-l1"><a class="reference internal" href="../debug/">Debugging</a>
72+
</li>
73+
</ul>
74+
<ul>
75+
<li class="toctree-l1"><a class="reference internal" href="../prod-settings/">Production Settings</a>
76+
</li>
77+
</ul>
78+
<p class="caption"><span class="caption-text">Contributing</span></p>
79+
<ul class="current">
80+
<li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributing</a>
81+
</li>
82+
<li class="toctree-l1 current"><a class="reference internal current" href="#">Code of Conduct</a>
83+
<ul class="current">
84+
</ul>
85+
</li>
86+
</ul>
87+
<p class="caption"><span class="caption-text">Reference</span></p>
88+
<ul>
89+
<li class="toctree-l1"><a class="reference internal" href="../example/">Examples</a>
90+
</li>
91+
<li class="toctree-l1"><a class="reference internal" href="../useful-links/">Useful Links</a>
92+
</li>
93+
</ul>
94+
<p class="caption"><span class="caption-text">About</span></p>
95+
<ul>
96+
<li class="toctree-l1"><a class="reference internal" href="../changelog/">Changelog</a>
97+
</li>
98+
<li class="toctree-l1"><a class="reference internal" href="../credits/">Credits</a>
99+
</li>
100+
<li class="toctree-l1"><a class="reference internal" href="../benchmarks/">Benchmarks</a>
101+
</li>
102+
</ul>
103+
</div>
104+
</div>
105+
</nav>
106+
107+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
108+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
109+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
110+
<a href="..">IoP (Interoperability On Python)</a>
111+
112+
</nav>
113+
<div class="wy-nav-content">
114+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
115+
<ul class="wy-breadcrumbs">
116+
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
117+
<li class="breadcrumb-item">Contributing</li>
118+
<li class="breadcrumb-item active">Code of Conduct</li>
119+
<li class="wy-breadcrumbs-aside">
120+
</li>
121+
</ul>
122+
<hr/>
123+
</div>
124+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
125+
<div class="section" itemprop="articleBody">
126+
127+
<h1 id="code-of-conduct">Code of conduct</h1>
128+
<p>TODO</p>
129+
130+
</div>
131+
</div><footer>
132+
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
133+
<a href="../contributing/" class="btn btn-neutral float-left" title="Contributing"><span class="icon icon-circle-arrow-left"></span> Previous</a>
134+
<a href="../example/" class="btn btn-neutral float-right" title="Examples">Next <span class="icon icon-circle-arrow-right"></span></a>
135+
</div>
136+
137+
<hr/>
138+
139+
<div role="contentinfo">
140+
<!-- Copyright etc -->
141+
</div>
142+
143+
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>.
144+
</footer>
145+
146+
</div>
147+
</div>
148+
149+
</section>
150+
151+
</div>
152+
153+
<div class="rst-versions" role="note" aria-label="Versions">
154+
<span class="rst-current-version" data-toggle="rst-current-version">
155+
156+
157+
<span><a href="../contributing/" style="color: #fcfcfc">&laquo; Previous</a></span>
158+
159+
160+
<span><a href="../example/" style="color: #fcfcfc">Next &raquo;</a></span>
161+
162+
</span>
163+
</div>
164+
<script src="../js/jquery-3.6.0.min.js"></script>
165+
<script>var base_url = "..";</script>
166+
<script src="../js/theme_extra.js"></script>
167+
<script src="../js/theme.js"></script>
168+
<script src="../search/main.js"></script>
169+
<script>
170+
jQuery(function () {
171+
SphinxRtdTheme.Navigation.enable(true);
172+
});
173+
</script>
174+
175+
</body>
176+
</html>

command-line/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@
105105
<li class="toctree-l1"><a class="reference internal" href="../prod-settings/">Production Settings</a>
106106
</li>
107107
</ul>
108+
<p class="caption"><span class="caption-text">Contributing</span></p>
109+
<ul>
110+
<li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributing</a>
111+
</li>
112+
<li class="toctree-l1"><a class="reference internal" href="../code-of-conduct/">Code of Conduct</a>
113+
</li>
114+
</ul>
108115
<p class="caption"><span class="caption-text">Reference</span></p>
109116
<ul>
110117
<li class="toctree-l1"><a class="reference internal" href="../example/">Examples</a>

0 commit comments

Comments
 (0)