Skip to content

Commit edb70a7

Browse files
committed
deploy: c7dd86b
1 parent e0997fc commit edb70a7

File tree

4 files changed

+113
-75
lines changed

4 files changed

+113
-75
lines changed

_sources/index.rst.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@ event etc, you can contact us at [email protected].
1717

1818
.. grid:: 1 2 3 3
1919

20+
.. grid-item-card:: 2025_pvlib_pvps_task13
21+
22+
.. raw:: html
23+
24+
<img src="https://raw.githubusercontent.com/PV-Tutorials/2025_pvlib_pvps_task13/refs/heads/main/static/pvlib_pvps_logo.png" alt="logo" loading="lazy" style="max-width: 100%; max-height: 200px; margin-top: 1rem;"/>
25+
26+
^^^
27+
28+
A pvlib tutorial on bifacial single-axix trackers given at the 2025 IEA PVPS T13 Workshop on Bifacial Tracking systems in Rome, Italy.
29+
30+
+++
31+
32+
:bdg-link-primary:`Website <https://colab.research.google.com/github/PV-Tutorials/2025_pvlib_pvps_task13/blob/main/pvlib-introduction.ipynb>`
33+
:bdg-link-primary:`Repository <https://github.com/PV-Tutorials/2025_pvlib_pvps_task13>`
34+
35+
.. raw:: html
36+
37+
<a href="https://github.com/PV-Tutorials/2025_pvlib_pvps_task13">
38+
<img src="https://img.shields.io/github/stars/PV-Tutorials/2025_pvlib_pvps_task13?style=social"/>
39+
</a>
40+
2041
.. grid-item-card:: 2024_pvlib_PVPMC-Copenhagen
2142

2243
.. raw:: html

_static/pygments.css

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -5,80 +5,80 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
55
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #f8f8f8; }
8-
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
9-
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
10-
.highlight .g { color: #000000 } /* Generic */
11-
.highlight .k { color: #204a87; font-weight: bold } /* Keyword */
12-
.highlight .l { color: #000000 } /* Literal */
13-
.highlight .n { color: #000000 } /* Name */
14-
.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
15-
.highlight .x { color: #000000 } /* Other */
16-
.highlight .p { color: #000000; font-weight: bold } /* Punctuation */
17-
.highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */
18-
.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
19-
.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
20-
.highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */
21-
.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
22-
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
23-
.highlight .gd { color: #a40000 } /* Generic.Deleted */
24-
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
25-
.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
26-
.highlight .gr { color: #ef2929 } /* Generic.Error */
8+
.highlight .c { color: #8F5902; font-style: italic } /* Comment */
9+
.highlight .err { color: #A40000; border: 1px solid #EF2929 } /* Error */
10+
.highlight .g { color: #000 } /* Generic */
11+
.highlight .k { color: #204A87; font-weight: bold } /* Keyword */
12+
.highlight .l { color: #000 } /* Literal */
13+
.highlight .n { color: #000 } /* Name */
14+
.highlight .o { color: #CE5C00; font-weight: bold } /* Operator */
15+
.highlight .x { color: #000 } /* Other */
16+
.highlight .p { color: #000; font-weight: bold } /* Punctuation */
17+
.highlight .ch { color: #8F5902; font-style: italic } /* Comment.Hashbang */
18+
.highlight .cm { color: #8F5902; font-style: italic } /* Comment.Multiline */
19+
.highlight .cp { color: #8F5902; font-style: italic } /* Comment.Preproc */
20+
.highlight .cpf { color: #8F5902; font-style: italic } /* Comment.PreprocFile */
21+
.highlight .c1 { color: #8F5902; font-style: italic } /* Comment.Single */
22+
.highlight .cs { color: #8F5902; font-style: italic } /* Comment.Special */
23+
.highlight .gd { color: #A40000 } /* Generic.Deleted */
24+
.highlight .ge { color: #000; font-style: italic } /* Generic.Emph */
25+
.highlight .ges { color: #000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
26+
.highlight .gr { color: #EF2929 } /* Generic.Error */
2727
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2828
.highlight .gi { color: #00A000 } /* Generic.Inserted */
29-
.highlight .go { color: #000000; font-style: italic } /* Generic.Output */
30-
.highlight .gp { color: #8f5902 } /* Generic.Prompt */
31-
.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
29+
.highlight .go { color: #000; font-style: italic } /* Generic.Output */
30+
.highlight .gp { color: #8F5902 } /* Generic.Prompt */
31+
.highlight .gs { color: #000; font-weight: bold } /* Generic.Strong */
3232
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
33-
.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
34-
.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
35-
.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
36-
.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
37-
.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
38-
.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
39-
.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
40-
.highlight .ld { color: #000000 } /* Literal.Date */
41-
.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
42-
.highlight .s { color: #4e9a06 } /* Literal.String */
43-
.highlight .na { color: #c4a000 } /* Name.Attribute */
44-
.highlight .nb { color: #204a87 } /* Name.Builtin */
45-
.highlight .nc { color: #000000 } /* Name.Class */
46-
.highlight .no { color: #000000 } /* Name.Constant */
47-
.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
48-
.highlight .ni { color: #ce5c00 } /* Name.Entity */
49-
.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
50-
.highlight .nf { color: #000000 } /* Name.Function */
51-
.highlight .nl { color: #f57900 } /* Name.Label */
52-
.highlight .nn { color: #000000 } /* Name.Namespace */
53-
.highlight .nx { color: #000000 } /* Name.Other */
54-
.highlight .py { color: #000000 } /* Name.Property */
55-
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
56-
.highlight .nv { color: #000000 } /* Name.Variable */
57-
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
58-
.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
59-
.highlight .w { color: #f8f8f8 } /* Text.Whitespace */
60-
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
61-
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
62-
.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
63-
.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
64-
.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
65-
.highlight .sa { color: #4e9a06 } /* Literal.String.Affix */
66-
.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
67-
.highlight .sc { color: #4e9a06 } /* Literal.String.Char */
68-
.highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */
69-
.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
70-
.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
71-
.highlight .se { color: #4e9a06 } /* Literal.String.Escape */
72-
.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
73-
.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
74-
.highlight .sx { color: #4e9a06 } /* Literal.String.Other */
75-
.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
76-
.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
77-
.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
78-
.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
79-
.highlight .fm { color: #000000 } /* Name.Function.Magic */
80-
.highlight .vc { color: #000000 } /* Name.Variable.Class */
81-
.highlight .vg { color: #000000 } /* Name.Variable.Global */
82-
.highlight .vi { color: #000000 } /* Name.Variable.Instance */
83-
.highlight .vm { color: #000000 } /* Name.Variable.Magic */
84-
.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
33+
.highlight .gt { color: #A40000; font-weight: bold } /* Generic.Traceback */
34+
.highlight .kc { color: #204A87; font-weight: bold } /* Keyword.Constant */
35+
.highlight .kd { color: #204A87; font-weight: bold } /* Keyword.Declaration */
36+
.highlight .kn { color: #204A87; font-weight: bold } /* Keyword.Namespace */
37+
.highlight .kp { color: #204A87; font-weight: bold } /* Keyword.Pseudo */
38+
.highlight .kr { color: #204A87; font-weight: bold } /* Keyword.Reserved */
39+
.highlight .kt { color: #204A87; font-weight: bold } /* Keyword.Type */
40+
.highlight .ld { color: #000 } /* Literal.Date */
41+
.highlight .m { color: #0000CF; font-weight: bold } /* Literal.Number */
42+
.highlight .s { color: #4E9A06 } /* Literal.String */
43+
.highlight .na { color: #C4A000 } /* Name.Attribute */
44+
.highlight .nb { color: #204A87 } /* Name.Builtin */
45+
.highlight .nc { color: #000 } /* Name.Class */
46+
.highlight .no { color: #000 } /* Name.Constant */
47+
.highlight .nd { color: #5C35CC; font-weight: bold } /* Name.Decorator */
48+
.highlight .ni { color: #CE5C00 } /* Name.Entity */
49+
.highlight .ne { color: #C00; font-weight: bold } /* Name.Exception */
50+
.highlight .nf { color: #000 } /* Name.Function */
51+
.highlight .nl { color: #F57900 } /* Name.Label */
52+
.highlight .nn { color: #000 } /* Name.Namespace */
53+
.highlight .nx { color: #000 } /* Name.Other */
54+
.highlight .py { color: #000 } /* Name.Property */
55+
.highlight .nt { color: #204A87; font-weight: bold } /* Name.Tag */
56+
.highlight .nv { color: #000 } /* Name.Variable */
57+
.highlight .ow { color: #204A87; font-weight: bold } /* Operator.Word */
58+
.highlight .pm { color: #000; font-weight: bold } /* Punctuation.Marker */
59+
.highlight .w { color: #F8F8F8 } /* Text.Whitespace */
60+
.highlight .mb { color: #0000CF; font-weight: bold } /* Literal.Number.Bin */
61+
.highlight .mf { color: #0000CF; font-weight: bold } /* Literal.Number.Float */
62+
.highlight .mh { color: #0000CF; font-weight: bold } /* Literal.Number.Hex */
63+
.highlight .mi { color: #0000CF; font-weight: bold } /* Literal.Number.Integer */
64+
.highlight .mo { color: #0000CF; font-weight: bold } /* Literal.Number.Oct */
65+
.highlight .sa { color: #4E9A06 } /* Literal.String.Affix */
66+
.highlight .sb { color: #4E9A06 } /* Literal.String.Backtick */
67+
.highlight .sc { color: #4E9A06 } /* Literal.String.Char */
68+
.highlight .dl { color: #4E9A06 } /* Literal.String.Delimiter */
69+
.highlight .sd { color: #8F5902; font-style: italic } /* Literal.String.Doc */
70+
.highlight .s2 { color: #4E9A06 } /* Literal.String.Double */
71+
.highlight .se { color: #4E9A06 } /* Literal.String.Escape */
72+
.highlight .sh { color: #4E9A06 } /* Literal.String.Heredoc */
73+
.highlight .si { color: #4E9A06 } /* Literal.String.Interpol */
74+
.highlight .sx { color: #4E9A06 } /* Literal.String.Other */
75+
.highlight .sr { color: #4E9A06 } /* Literal.String.Regex */
76+
.highlight .s1 { color: #4E9A06 } /* Literal.String.Single */
77+
.highlight .ss { color: #4E9A06 } /* Literal.String.Symbol */
78+
.highlight .bp { color: #3465A4 } /* Name.Builtin.Pseudo */
79+
.highlight .fm { color: #000 } /* Name.Function.Magic */
80+
.highlight .vc { color: #000 } /* Name.Variable.Class */
81+
.highlight .vg { color: #000 } /* Name.Variable.Global */
82+
.highlight .vi { color: #000 } /* Name.Variable.Instance */
83+
.highlight .vm { color: #000 } /* Name.Variable.Magic */
84+
.highlight .il { color: #0000CF; font-weight: bold } /* Literal.Number.Integer.Long */

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,23 @@ <h1>Index<a class="headerlink" href="#index" title="Permalink to this headline">
152152
<div class="sd-col sd-d-flex-row docutils">
153153
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm docutils">
154154
<div class="sd-card-header docutils">
155+
<img src="https://raw.githubusercontent.com/PV-Tutorials/2025_pvlib_pvps_task13/refs/heads/main/static/pvlib_pvps_logo.png" alt="logo" loading="lazy" style="max-width: 100%; max-height: 200px; margin-top: 1rem;"/></div>
156+
<div class="sd-card-body docutils">
157+
<div class="sd-card-title sd-font-weight-bold docutils">
158+
2025_pvlib_pvps_task13</div>
159+
<p class="sd-card-text">A pvlib tutorial on bifacial single-axix trackers given at the 2025 IEA PVPS T13 Workshop on Bifacial Tracking systems in Rome, Italy.</p>
160+
</div>
161+
<div class="sd-card-footer docutils">
162+
<p class="sd-card-text"><a class="sd-sphinx-override sd-badge sd-bg-primary sd-bg-text-primary reference external" href="https://colab.research.google.com/github/PV-Tutorials/2025_pvlib_pvps_task13/blob/main/pvlib-introduction.ipynb"><span>Website</span></a>
163+
<a class="sd-sphinx-override sd-badge sd-bg-primary sd-bg-text-primary reference external" href="https://github.com/PV-Tutorials/2025_pvlib_pvps_task13"><span>Repository</span></a></p>
164+
<a href="https://github.com/PV-Tutorials/2025_pvlib_pvps_task13">
165+
<img src="https://img.shields.io/github/stars/PV-Tutorials/2025_pvlib_pvps_task13?style=social"/>
166+
</a></div>
167+
</div>
168+
</div>
169+
<div class="sd-col sd-d-flex-row docutils">
170+
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm docutils">
171+
<div class="sd-card-header docutils">
155172
<img src="https://raw.githubusercontent.com/PV-Tutorials/PVPMC_2023/855cb6c9340477c505b42703658e200c6c5d6ff4/_static/PVLib_PVPMCLogo.png" alt="logo" loading="lazy" style="max-width: 100%; max-height: 200px; margin-top: 1rem;"/></div>
156173
<div class="sd-card-body docutils">
157174
<div class="sd-card-title sd-font-weight-bold docutils">

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)