Skip to content

Commit c7ff1db

Browse files
committed
polishing
1 parent 0ebf9d2 commit c7ff1db

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

source/_static/favicon-16x16.png

854 Bytes
Loading

source/_static/favicon-32x32.png

2.3 KB
Loading

source/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,17 @@
2525

2626
html_theme = 'pydata_sphinx_theme'
2727
html_static_path = ['_static']
28+
html_title = 'pvlib tutorials'
2829

2930
# disable the useless empty left sidebar
3031
html_sidebars = {
3132
"**": []
3233
}
34+
35+
html_theme_options = {
36+
"github_url": "https://github.com/PVSC-Python-Tutorials/pvsc-python-tutorials.github.io",
37+
"favicons": [
38+
{"rel": "icon", "sizes": "16x16", "href": "favicon-16x16.png"},
39+
{"rel": "icon", "sizes": "32x32", "href": "favicon-32x32.png"},
40+
],
41+
}

source/index.rst

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

0 commit comments

Comments
 (0)