Skip to content

Commit bcf265c

Browse files
committed
Deployed db6bdd9 with MkDocs version: 1.6.0
1 parent c2939fd commit bcf265c

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed

index.html

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,6 @@
234234

235235

236236

237-
<label class="md-nav__link md-nav__link--active" for="__toc">
238-
239-
240-
<span class="md-ellipsis">
241-
Home
242-
</span>
243-
244-
245-
<span class="md-nav__icon md-icon"></span>
246-
</label>
247-
248237
<a href="." class="md-nav__link md-nav__link--active">
249238

250239

@@ -255,43 +244,6 @@
255244

256245
</a>
257246

258-
259-
260-
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
261-
262-
263-
264-
265-
266-
267-
<label class="md-nav__title" for="__toc">
268-
<span class="md-nav__icon md-icon"></span>
269-
Table of contents
270-
</label>
271-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
272-
273-
<li class="md-nav__item">
274-
<a href="#commands" class="md-nav__link">
275-
<span class="md-ellipsis">
276-
Commands
277-
</span>
278-
</a>
279-
280-
</li>
281-
282-
<li class="md-nav__item">
283-
<a href="#project-layout" class="md-nav__link">
284-
<span class="md-ellipsis">
285-
Project layout
286-
</span>
287-
</a>
288-
289-
</li>
290-
291-
</ul>
292-
293-
</nav>
294-
295247
</li>
296248

297249

@@ -1162,32 +1114,6 @@
11621114

11631115

11641116

1165-
<label class="md-nav__title" for="__toc">
1166-
<span class="md-nav__icon md-icon"></span>
1167-
Table of contents
1168-
</label>
1169-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1170-
1171-
<li class="md-nav__item">
1172-
<a href="#commands" class="md-nav__link">
1173-
<span class="md-ellipsis">
1174-
Commands
1175-
</span>
1176-
</a>
1177-
1178-
</li>
1179-
1180-
<li class="md-nav__item">
1181-
<a href="#project-layout" class="md-nav__link">
1182-
<span class="md-ellipsis">
1183-
Project layout
1184-
</span>
1185-
</a>
1186-
1187-
</li>
1188-
1189-
</ul>
1190-
11911117
</nav>
11921118
</div>
11931119
</div>
@@ -1203,19 +1129,6 @@
12031129

12041130
<h1 id="numojo">NuMojo</h1>
12051131
<p>Numojo is an numerics library for <a href="https://www.modular.com/mojo">Mojo</a> similiar to <a href="https://numpy.org/">numpy</a> for Python.</p>
1206-
<h2 id="commands">Commands</h2>
1207-
<ul>
1208-
<li><code>mkdocs new [dir-name]</code> - Create a new project.</li>
1209-
<li><code>mkdocs serve</code> - Start the live-reloading docs server.</li>
1210-
<li><code>mkdocs build</code> - Build the documentation site.</li>
1211-
<li><code>mkdocs -h</code> - Print help message and exit.</li>
1212-
</ul>
1213-
<h2 id="project-layout">Project layout</h2>
1214-
<div class="highlight"><pre><span></span><code>mkdocs.yml # The configuration file.
1215-
docs/
1216-
index.md # The documentation homepage.
1217-
... # Other markdown pages, images and other files.
1218-
</code></pre></div>
12191132

12201133

12211134

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)