Skip to content

Commit c9b4f5e

Browse files
committed
updates for new jupyter book version
1 parent 1f9560a commit c9b4f5e

File tree

2 files changed

+55
-50
lines changed

2 files changed

+55
-50
lines changed

book/_config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Book settings
22
title: Computational Thermodynamics
33
author: Kyle Niemeyer
4-
copyright: '2020'
5-
logo: 'images/logo/logo.png'
4+
copyright: "2020"
5+
logo: "images/logo/logo.png"
66

77
email: kyle.niemeyer@oregonstate.edu
88

@@ -14,6 +14,8 @@ execute_notebooks: auto
1414
html:
1515
favicon: images/logo/favicon.ico
1616
home_page_in_navbar: true
17+
use_repository_button: true
18+
extra_navbar: Powered by <a href="https://jupyterbook.org">Jupyter Book</a> # Will be displayed underneath the left navbar.
1719

1820
#baseurl: "/computational-thermo" # the subpath of your site, e.g. /blog. If there is no subpath for your site, use an empty string ""
1921
#url: "https://kyleniemeyer.github.io" # the base hostname & protocol for your site, e.g. http://example.com
@@ -31,9 +33,10 @@ binder:
3133
binderhub_url: "https://mybinder.org"
3234
text: "Launch binder"
3335

34-
sphinx:
35-
extra_extensions: ""
36+
#sphinx:
37+
# extra_extensions: []
3638

3739
latex:
3840
latex_documents:
39-
targetname: book.tex
41+
targetname: book.tex
42+
latex_engine: pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex'

book/_toc.yml

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,66 @@
22
- file: content/intro
33
title: Introduction
44

5-
- file: content/getting-started
6-
expand_sections: true
7-
sections:
5+
- part: Getting started
6+
#expand_sections: true
7+
#- file: content/getting-started
8+
chapters:
89
- file: content/setting-up-environment
910
- file: content/intro-solving-problems
1011
- file: content/intro-using-coolprop
1112
- file: content/using-scipy
13+
1214

13-
- header: Modules
15+
- part: Modules
16+
chapters:
17+
- file: content/first-law/first-law
18+
sections:
19+
- file: content/first-law/steam-water-equilibrium
20+
- file: content/first-law/portable-cooling-system
21+
- file: content/first-law/hydrogen-storage-tanks
22+
- file: content/first-law/air-tank
1423

15-
- file: content/first-law/first-law
16-
sections:
17-
- file: content/first-law/steam-water-equilibrium
18-
- file: content/first-law/portable-cooling-system
19-
- file: content/first-law/hydrogen-storage-tanks
20-
- file: content/first-law/air-tank
24+
- file: content/second-law/second-law
25+
sections:
26+
- file: content/second-law/vortex-tube
27+
- file: content/second-law/heating-water
28+
- file: content/second-law/turbine-efficiency
29+
- file: content/second-law/solar-powered-pump
2130

22-
- file: content/second-law/second-law
23-
sections:
24-
- file: content/second-law/vortex-tube
25-
- file: content/second-law/heating-water
26-
- file: content/second-law/turbine-efficiency
27-
- file: content/second-law/solar-powered-pump
31+
- file: content/exergy/exergy
32+
sections:
33+
- file: content/exergy/second-law-efficiency
2834

29-
- file: content/exergy/exergy
30-
sections:
31-
- file: content/exergy/second-law-efficiency
35+
- file: content/properties-pure/properties-pure
36+
sections:
37+
- file: content/properties-pure/reduced-helmholtz
3238

33-
- file: content/properties-pure/properties-pure
34-
sections:
35-
- file: content/properties-pure/reduced-helmholtz
39+
- file: content/mixtures/mixtures
40+
sections:
41+
- file: content/mixtures/multicomponent-phase-equilibrium
3642

37-
- file: content/mixtures/mixtures
38-
sections:
39-
- file: content/mixtures/multicomponent-phase-equilibrium
43+
- file: content/combustion/combustion
44+
sections:
45+
- file: content/combustion/adiabatic-flame-temperature
46+
- file: content/combustion/heating-values
47+
- file: content/combustion/furnace-efficiency
4048

41-
- file: content/combustion/combustion
42-
sections:
43-
- file: content/combustion/adiabatic-flame-temperature
44-
- file: content/combustion/heating-values
45-
- file: content/combustion/furnace-efficiency
49+
- file: content/chemical-equilibrium/chemical-equilibrium
50+
sections:
51+
- file: content/chemical-equilibrium/equilibrium-constant
52+
- file: content/chemical-equilibrium/equilibrium-alternative-methods
53+
- file: content/chemical-equilibrium/adiabatic-flame-temperature
54+
- file: content/chemical-equilibrium/combustion-acetylene
4655

47-
- file: content/chemical-equilibrium/chemical-equilibrium
48-
sections:
49-
- file: content/chemical-equilibrium/equilibrium-constant
50-
- file: content/chemical-equilibrium/equilibrium-alternative-methods
51-
- file: content/chemical-equilibrium/adiabatic-flame-temperature
52-
- file: content/chemical-equilibrium/combustion-acetylene
56+
- file: content/stat-thermo/stat-thermo
57+
sections:
58+
- file: content/stat-thermo/monatomic-gas
59+
- file: content/stat-thermo/diatomic-gases
5360

54-
- file: content/stat-thermo/stat-thermo
55-
sections:
56-
- file: content/stat-thermo/monatomic-gas
57-
- file: content/stat-thermo/diatomic-gases
58-
59-
- header: Reference
60-
61-
- file: content/zbibliography
62-
- file: content/contributing
61+
- part: Reference
62+
chapters:
63+
- file: content/zbibliography
64+
- file: content/contributing
6365

6466
# - file: https://github.com/kyleniemeyer/computational-thermo
6567
# title: GitHub repository

0 commit comments

Comments
 (0)