Skip to content

Commit cbee3f2

Browse files
author
kanderso-nrel
committed
deploy: c7ff1db
1 parent ab53ae9 commit cbee3f2

File tree

9 files changed

+51
-14
lines changed

9 files changed

+51
-14
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6dfb04f87dbf162450b9b06227df8783
3+
config: 0fdbaa7ee6e62d2bfcd4f86ce0204d35
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/index.rst.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
Index
3+
=====
4+
25
This page links to tutorial material for `pvlib-python <pvlib-python.readthedocs.io>`_,
36
a free and open-source python package for simulating photovoltaic power systems.
47
These tutorials were created by pvlib contributors and community members as
@@ -10,7 +13,7 @@ newer, shinier versions of previous material, so we recommend you start with the
1013
If you have created a tutorial and want to have it listed on this page,
1114
feel free to submit it to this website's `git repository <https://github.com/PVSC-Python-Tutorials/pvsc-python-tutorials.github.io>`_.
1215

13-
If you have an idea or request to present a tutorial at your conferece, university,
16+
If you have an idea or request to present a tutorial at your conference, university,
1417
event etc, you can contact us at pvlib-admin@googlegroups.com.
1518

1619
.. grid:: 1 2 3 3

_static/favicon-16x16.png

854 Bytes
Loading

_static/favicon-32x32.png

2.3 KB
Loading

genindex.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; pvlib tutorials documentation</title>
8+
<title>Index &#8212; pvlib tutorials</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -35,6 +35,14 @@
3535
<meta name="viewport" content="width=device-width, initial-scale=1" />
3636
<meta name="docsearch:language" content="None">
3737

38+
39+
<link rel="icon" sizes="16x16" href="_static/favicon-16x16.png">
40+
41+
42+
43+
<link rel="icon" sizes="32x32" href="_static/favicon-32x32.png">
44+
45+
3846

3947
<!-- Google Analytics -->
4048

@@ -77,6 +85,10 @@
7785

7886
<div class="navbar-end-item">
7987
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links">
88+
<li class="nav-item">
89+
<a class="nav-link" href="https://github.com/PVSC-Python-Tutorials/pvsc-python-tutorials.github.io" rel="noopener" target="_blank" title="GitHub"><span><i class="fab fa-github-square"></i></span>
90+
<label class="sr-only">GitHub</label></a>
91+
</li>
8092
</ul>
8193
</div>
8294

index.html

Lines changed: 19 additions & 9 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.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>&lt;no title&gt; &#8212; pvlib tutorials documentation</title>
9+
<title>Index &#8212; pvlib tutorials</title>
1010

1111
<!-- Loaded before other Sphinx assets -->
1212
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -36,6 +36,14 @@
3636
<meta name="viewport" content="width=device-width, initial-scale=1" />
3737
<meta name="docsearch:language" content="None">
3838

39+
40+
<link rel="icon" sizes="16x16" href="_static/favicon-16x16.png">
41+
42+
43+
44+
<link rel="icon" sizes="32x32" href="_static/favicon-32x32.png">
45+
46+
3947

4048
<!-- Google Analytics -->
4149

@@ -78,6 +86,10 @@
7886

7987
<div class="navbar-end-item">
8088
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links">
89+
<li class="nav-item">
90+
<a class="nav-link" href="https://github.com/PVSC-Python-Tutorials/pvsc-python-tutorials.github.io" rel="noopener" target="_blank" title="GitHub"><span><i class="fab fa-github-square"></i></span>
91+
<label class="sr-only">GitHub</label></a>
92+
</li>
8193
</ul>
8294
</div>
8395

@@ -101,14 +113,9 @@
101113

102114
<div class="toc-item">
103115

104-
<div class="tocsection onthispage mt-5 pt-1 pb-3">
105-
<i class="fas fa-list"></i> On this page
106-
</div>
107116

108117
<nav id="bd-toc-nav">
109-
<ul class="simple visible nav section-nav flex-column">
110-
</ul>
111-
118+
112119
</nav>
113120
</div>
114121

@@ -128,7 +135,9 @@
128135

129136
<div>
130137

131-
<p>This page links to tutorial material for <a class="reference external" href="pvlib-python.readthedocs.io">pvlib-python</a>,
138+
<section id="index">
139+
<h1>Index<a class="headerlink" href="#index" title="Permalink to this headline">#</a></h1>
140+
<p>This page links to tutorial material for <a class="reference external" href="pvlib-python.readthedocs.io">pvlib-python</a>,
132141
a free and open-source python package for simulating photovoltaic power systems.
133142
These tutorials were created by pvlib contributors and community members as
134143
introductory material for newcomers to pvlib. They were originally developed
@@ -137,7 +146,7 @@
137146
newer, shinier versions of previous material, so we recommend you start with the newest one.</p>
138147
<p>If you have created a tutorial and want to have it listed on this page,
139148
feel free to submit it to this website’s <a class="reference external" href="https://github.com/PVSC-Python-Tutorials/pvsc-python-tutorials.github.io">git repository</a>.</p>
140-
<p>If you have an idea or request to present a tutorial at your conferece, university,
149+
<p>If you have an idea or request to present a tutorial at your conference, university,
141150
event etc, you can contact us at <a class="reference external" href="mailto:pvlib-admin&#37;&#52;&#48;googlegroups&#46;com">pvlib-admin<span>&#64;</span>googlegroups<span>&#46;</span>com</a>.</p>
142151
<div class="sd-container-fluid sd-sphinx-override sd-mb-4 docutils">
143152
<div class="sd-row sd-row-cols-1 sd-row-cols-xs-1 sd-row-cols-sm-2 sd-row-cols-md-3 sd-row-cols-lg-3 docutils">
@@ -195,6 +204,7 @@
195204
</div>
196205
</div>
197206
</div>
207+
</section>
198208

199209

200210
</div>

objects.inv

-11 Bytes
Binary file not shown.

search.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Search &#8212; pvlib tutorials documentation</title>
8+
<title>Search &#8212; pvlib tutorials</title>
99

1010
<!-- Loaded before other Sphinx assets -->
1111
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -40,6 +40,14 @@
4040
<meta name="viewport" content="width=device-width, initial-scale=1" />
4141
<meta name="docsearch:language" content="None">
4242

43+
44+
<link rel="icon" sizes="16x16" href="_static/favicon-16x16.png">
45+
46+
47+
48+
<link rel="icon" sizes="32x32" href="_static/favicon-32x32.png">
49+
50+
4351

4452
<!-- Google Analytics -->
4553

@@ -83,6 +91,10 @@
8391

8492
<div class="navbar-end-item">
8593
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links">
94+
<li class="nav-item">
95+
<a class="nav-link" href="https://github.com/PVSC-Python-Tutorials/pvsc-python-tutorials.github.io" rel="noopener" target="_blank" title="GitHub"><span><i class="fab fa-github-square"></i></span>
96+
<label class="sr-only">GitHub</label></a>
97+
</li>
8698
</ul>
8799
</div>
88100

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)