Skip to content

Commit 38c4ad4

Browse files
committed
Deployed 8d7ab44 with MkDocs version: 1.6.0
1 parent bcf265c commit 38c4ad4

File tree

3 files changed

+85
-1
lines changed

3 files changed

+85
-1
lines changed

getting_started/install/index.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,17 @@
293293

294294

295295

296+
<label class="md-nav__link md-nav__link--active" for="__toc">
297+
298+
299+
<span class="md-ellipsis">
300+
Installation
301+
</span>
302+
303+
304+
<span class="md-nav__icon md-icon"></span>
305+
</label>
306+
296307
<a href="./" class="md-nav__link md-nav__link--active">
297308

298309

@@ -303,6 +314,43 @@
303314

304315
</a>
305316

317+
318+
319+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
320+
321+
322+
323+
324+
325+
326+
<label class="md-nav__title" for="__toc">
327+
<span class="md-nav__icon md-icon"></span>
328+
Table of contents
329+
</label>
330+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
331+
332+
<li class="md-nav__item">
333+
<a href="#git-clone" class="md-nav__link">
334+
<span class="md-ellipsis">
335+
Git Clone
336+
</span>
337+
</a>
338+
339+
</li>
340+
341+
<li class="md-nav__item">
342+
<a href="#mojo-package-in-the-release" class="md-nav__link">
343+
<span class="md-ellipsis">
344+
Mojo Package in the Release
345+
</span>
346+
</a>
347+
348+
</li>
349+
350+
</ul>
351+
352+
</nav>
353+
306354
</li>
307355

308356

@@ -1118,6 +1166,32 @@
11181166

11191167

11201168

1169+
<label class="md-nav__title" for="__toc">
1170+
<span class="md-nav__icon md-icon"></span>
1171+
Table of contents
1172+
</label>
1173+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1174+
1175+
<li class="md-nav__item">
1176+
<a href="#git-clone" class="md-nav__link">
1177+
<span class="md-ellipsis">
1178+
Git Clone
1179+
</span>
1180+
</a>
1181+
1182+
</li>
1183+
1184+
<li class="md-nav__item">
1185+
<a href="#mojo-package-in-the-release" class="md-nav__link">
1186+
<span class="md-ellipsis">
1187+
Mojo Package in the Release
1188+
</span>
1189+
</a>
1190+
1191+
</li>
1192+
1193+
</ul>
1194+
11211195
</nav>
11221196
</div>
11231197
</div>
@@ -1132,6 +1206,15 @@
11321206

11331207

11341208
<h1 id="installation">Installation</h1>
1209+
<p>Mojo does not have a package manager yet so there are two options to install NuMojo.</p>
1210+
<h2 id="git-clone">Git Clone</h2>
1211+
<p>Use this if you are planning to contribute or if you want to see how it works under the hood.</p>
1212+
<p>If you are using VScode just copy this url: https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo.git and paste.</p>
1213+
<p>If you use the command line run the following.</p>
1214+
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo.git
1215+
</code></pre></div>
1216+
<h2 id="mojo-package-in-the-release">Mojo Package in the Release</h2>
1217+
<p><a href="https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo/releases/">Releases</a> contains the major versions of Numojo, just download the mojopkg file and move it to your working directory.</p>
11351218

11361219

11371220

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@
11291129

11301130
<h1 id="numojo">NuMojo</h1>
11311131
<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>
1132+
<h1 id="this-site-is-a-work-in-progress">This site is a work in progress.</h1>
11321133

11331134

11341135

search/search_index.json

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

0 commit comments

Comments
 (0)