Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 383898f

Browse files
committed
jb config
1 parent 00bf396 commit 383898f

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.ipynb_checkpoints
22
*.py
33
*.html
4+
5+
_build

Diff for: _config.yml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

Diff for: _toc.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)