Skip to content

Commit f91a969

Browse files
committed
add a Gems page to docs
1 parent 1cdb55e commit f91a969

1 file changed

Lines changed: 128 additions & 0 deletions

File tree

docs/gems/index.html

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
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="../img/favicon.ico" />
8+
<title>Gems, Snippets, and Concepts - js2pysecrets</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 = "Gems, Snippets, and Concepts";
16+
var mkdocs_page_input_path = "gems.md";
17+
var mkdocs_page_url = null;
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"> js2pysecrets
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="..">Welcome to MkDocs</a>
44+
</li>
45+
</ul>
46+
<ul class="current">
47+
<li class="toctree-l1 current"><a class="reference internal current" href="./">Gems, Snippets, and Concepts</a>
48+
<ul class="current">
49+
</ul>
50+
</li>
51+
</ul>
52+
<ul>
53+
<li class="toctree-l1"><a class="reference internal" href="../license/">License</a>
54+
</li>
55+
</ul>
56+
</div>
57+
</div>
58+
</nav>
59+
60+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
61+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
62+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
63+
<a href="..">js2pysecrets</a>
64+
65+
</nav>
66+
<div class="wy-nav-content">
67+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
68+
<ul class="wy-breadcrumbs">
69+
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
70+
<li class="breadcrumb-item active">Gems, Snippets, and Concepts</li>
71+
<li class="wy-breadcrumbs-aside">
72+
</li>
73+
</ul>
74+
<hr/>
75+
</div>
76+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
77+
<div class="section" itemprop="articleBody">
78+
79+
<h1 id="gems-snippets-and-concepts">Gems, Snippets, and Concepts</h1>
80+
<p>Something about getting to a working Python and JavaScript interop will go here.</p>
81+
82+
</div>
83+
</div><footer>
84+
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
85+
<a href=".." class="btn btn-neutral float-left" title="Welcome to MkDocs"><span class="icon icon-circle-arrow-left"></span> Previous</a>
86+
<a href="../license/" class="btn btn-neutral float-right" title="License">Next <span class="icon icon-circle-arrow-right"></span></a>
87+
</div>
88+
89+
<hr/>
90+
91+
<div role="contentinfo">
92+
<!-- Copyright etc -->
93+
</div>
94+
95+
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>.
96+
</footer>
97+
98+
</div>
99+
</div>
100+
101+
</section>
102+
103+
</div>
104+
105+
<div class="rst-versions" role="note" aria-label="Versions">
106+
<span class="rst-current-version" data-toggle="rst-current-version">
107+
108+
109+
<span><a href=".." style="color: #fcfcfc">&laquo; Previous</a></span>
110+
111+
112+
<span><a href="../license/" style="color: #fcfcfc">Next &raquo;</a></span>
113+
114+
</span>
115+
</div>
116+
<script src="../js/jquery-3.6.0.min.js"></script>
117+
<script>var base_url = "..";</script>
118+
<script src="../js/theme_extra.js"></script>
119+
<script src="../js/theme.js"></script>
120+
<script src="../search/main.js"></script>
121+
<script>
122+
jQuery(function () {
123+
SphinxRtdTheme.Navigation.enable(true);
124+
});
125+
</script>
126+
127+
</body>
128+
</html>

0 commit comments

Comments
 (0)