Skip to content

Commit 4cf19db

Browse files
committed
deploy: 5f6bbc1
1 parent 82e10ba commit 4cf19db

File tree

9 files changed

+34
-17
lines changed

9 files changed

+34
-17
lines changed

_sources/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# moa_python
1+
# Introduction
22

33
MOA Python is a companion tool for Hercules (www.github.com/NREL/hercules) and is designed to facilitate the analysis of large datasets.
44

_sources/kestrel_tunneling.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Kestrel Tunneling
22

3-
This subfolder demonstrates how to implement tunneling for jupyter notebooks into NREL's HPC system kestrel
3+
## Overview
4+
5+
This page demonstrates how to implement tunneling for jupyter notebooks into NREL's HPC system kestrel
46

57
## Steps
68

genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<ul class="nav bd-sidenav bd-sidenav__home-link">
299299
<li class="toctree-l1">
300300
<a class="reference internal" href="intro.html">
301-
moa_python
301+
Introduction
302302
</a>
303303
</li>
304304
</ul>

installation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<link rel="index" title="Index" href="genindex.html" />
7070
<link rel="search" title="Search" href="search.html" />
7171
<link rel="next" title="Kestrel Tunneling" href="kestrel_tunneling.html" />
72-
<link rel="prev" title="moa_python" href="intro.html" />
72+
<link rel="prev" title="Introduction" href="intro.html" />
7373
<meta name="viewport" content="width=device-width, initial-scale=1" />
7474
<meta name="docsearch:language" content="python">
7575
</head>
@@ -299,7 +299,7 @@
299299
<ul class="nav bd-sidenav bd-sidenav__home-link">
300300
<li class="toctree-l1">
301301
<a class="reference internal" href="intro.html">
302-
moa_python
302+
Introduction
303303
</a>
304304
</li>
305305
</ul>
@@ -540,7 +540,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
540540
<i class="fa-solid fa-angle-left"></i>
541541
<div class="prev-next-info">
542542
<p class="prev-next-subtitle">previous</p>
543-
<p class="prev-next-title">moa_python</p>
543+
<p class="prev-next-title">Introduction</p>
544544
</div>
545545
</a>
546546
<a class='right-next' id="next-link" href="kestrel_tunneling.html" title="next page">

intro.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
88

9-
<title>moa_python &#8212; MOA_PYTHON</title>
9+
<title>Introduction &#8212; MOA_PYTHON</title>
1010

1111

1212

@@ -298,7 +298,7 @@
298298
<ul class="nav bd-sidenav bd-sidenav__home-link">
299299
<li class="toctree-l1 current active">
300300
<a class="reference internal" href="#">
301-
moa_python
301+
Introduction
302302
</a>
303303
</li>
304304
</ul>
@@ -462,7 +462,7 @@
462462

463463

464464
<div id="jb-print-docs-body" class="onlyprint">
465-
<h1>moa_python</h1>
465+
<h1>Introduction</h1>
466466
<!-- Table of contents -->
467467
<div id="print-main-content">
468468
<div id="jb-print-toc">
@@ -473,8 +473,8 @@ <h1>moa_python</h1>
473473

474474
<article class="bd-article" role="main">
475475

476-
<section class="tex2jax_ignore mathjax_ignore" id="moa-python">
477-
<h1>moa_python<a class="headerlink" href="#moa-python" title="Permalink to this heading">#</a></h1>
476+
<section class="tex2jax_ignore mathjax_ignore" id="introduction">
477+
<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this heading">#</a></h1>
478478
<p>MOA Python is a companion tool for Hercules (<a class="reference external" href="http://www.github.com/NREL/hercules">www.github.com/NREL/hercules</a>) and is designed to facilitate the analysis of large datasets.</p>
479479
<div class="toctree-wrapper compound">
480480
</div>

kestrel_tunneling.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
<ul class="nav bd-sidenav bd-sidenav__home-link">
303303
<li class="toctree-l1">
304304
<a class="reference internal" href="intro.html">
305-
moa_python
305+
Introduction
306306
</a>
307307
</li>
308308
</ul>
@@ -478,6 +478,11 @@ <h2> Contents </h2>
478478
</div>
479479
<nav aria-label="Page">
480480
<ul class="visible nav section-nav flex-column">
481+
<li class="toc-h2 nav-item toc-entry">
482+
<a class="reference internal nav-link" href="#overview">
483+
Overview
484+
</a>
485+
</li>
481486
<li class="toc-h2 nav-item toc-entry">
482487
<a class="reference internal nav-link" href="#steps">
483488
Steps
@@ -494,7 +499,10 @@ <h2> Contents </h2>
494499

495500
<section class="tex2jax_ignore mathjax_ignore" id="kestrel-tunneling">
496501
<h1>Kestrel Tunneling<a class="headerlink" href="#kestrel-tunneling" title="Permalink to this heading">#</a></h1>
497-
<p>This subfolder demonstrates how to implement tunneling for jupyter notebooks into NREL's HPC system kestrel</p>
502+
<section id="overview">
503+
<h2>Overview<a class="headerlink" href="#overview" title="Permalink to this heading">#</a></h2>
504+
<p>This page demonstrates how to implement tunneling for jupyter notebooks into NREL's HPC system kestrel</p>
505+
</section>
498506
<section id="steps">
499507
<h2>Steps<a class="headerlink" href="#steps" title="Permalink to this heading">#</a></h2>
500508
<ol class="arabic simple">
@@ -603,6 +611,11 @@ <h2>Steps<a class="headerlink" href="#steps" title="Permalink to this heading">#
603611
</div>
604612
<nav id="bd-toc-nav" class="page-toc">
605613
<ul class="visible nav section-nav flex-column">
614+
<li class="toc-h2 nav-item toc-entry">
615+
<a class="reference internal nav-link" href="#overview">
616+
Overview
617+
</a>
618+
</li>
606619
<li class="toc-h2 nav-item toc-entry">
607620
<a class="reference internal nav-link" href="#steps">
608621
Steps

objects.inv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
# Version:
44
# The remainder of this file is compressed using zlib.
55
xڅ�A
6-
�0E�9E.P��7
7-
�/���tR�)�ۛvZlQp�2(����lOh��:j�Ѓ��yz�@���i�ml'w�W�CJ�)��D�i��}ў�96<r��k��"X�W��h\ӏ�:Hx�v@X�ڬ�z���`R���0in��ƁzL��B
6+
�0E�=E.P��7
7+
��� Ip:�d
8+
���M�
9+
���K�ȑ����(� �ѝ��q9;G�%�d�imk��n�K�C�����J1�zRk����'"@G������)cq-�����9�%��9}��-��?�0�M�;� ʶbfٹ�|��7_��

search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<ul class="nav bd-sidenav bd-sidenav__home-link">
301301
<li class="toctree-l1">
302302
<a class="reference internal" href="intro.html">
303-
moa_python
303+
Introduction
304304
</a>
305305
</li>
306306
</ul>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)