This repository was archived by the owner on Oct 31, 2023. It is now read-only.
File tree 3 files changed +51
-0
lines changed
3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1
1
.ipynb_checkpoints
2
2
* .py
3
3
* .html
4
+
5
+ _build
Original file line number Diff line number Diff line change
1
+ # Book settings
2
+ # Learn more at https://jupyterbook.org/customize/config.html
3
+
4
+ title : PVSC 48 Python Tutorial
5
+ author : Silvana Ayala Pelaez, Mark Mikofski, Kevin Anderson
6
+ logo : images/tutorial_banner.PNG
7
+
8
+ # Force re-execution of notebooks on each build.
9
+ # See https://jupyterbook.org/content/execute.html
10
+ execute :
11
+ execute_notebooks : auto
12
+
13
+ # Define the name of the latex output file for PDF builds
14
+ latex :
15
+ latex_documents :
16
+ targetname : book.tex
17
+
18
+ # Add a bibtex file so that we can create citations
19
+ # bibtex_bibfiles:
20
+ # - references.bib
21
+
22
+ # Information about where the book exists on the web
23
+ repository :
24
+ url : https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial
25
+ # path_to_book: docs # Optional path to your book, relative to the repository root
26
+ branch : main
27
+
28
+ # Add GitHub buttons to your book
29
+ # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
30
+ html :
31
+ use_issues_button : true
32
+ use_repository_button : true
33
+
34
+ launch_buttons :
35
+ jupyterhub_url : " https://pvsc-python-tutorial.ml/"
36
+ thebe : true
Original file line number Diff line number Diff line change
1
+ # Table of contents
2
+ # Learn more at https://jupyterbook.org/customize/toc.html
3
+
4
+ format : jb-book
5
+ root : Tutorial 0 - Overview
6
+ chapters :
7
+ - file : Tutorial 1 - TMY Weather Data
8
+ - file : Tutorial 2 - POA Irradiance
9
+ - file : Tutorial 3 - Module Temperature
10
+ - file : Tutorial 4 - Model a Module's Performance
11
+ - file : Tutorial 5 - Array Power
12
+ - file : Tutorial A - Single Diode Model
13
+ - file : Tutorial B - pvfree
You can’t perform that action at this time.
0 commit comments