Skip to content

Commit f6be071

Browse files
author
Andrew McCluskey
authored
Merge pull request #4 from pythoninchemistry/toc
add a first draft of the table of contents
2 parents 96e07ef + f66d616 commit f6be071

47 files changed

Lines changed: 1208 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_build/advanced/advanced.html

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,21 @@
11
---
2-
interact_link: content/advanced/advanced.ipynb
3-
kernel_name: python3
4-
kernel_path: content/advanced
5-
has_widgets: false
62
title: |-
7-
Advanced topics and guides
8-
pagenum: 29
3+
Advanced
4+
pagenum: 22
95
prev_page:
10-
url: /features/page.html
6+
url: /data_work/stats.html
117
next_page:
12-
url: /advanced/circleci.html
13-
suffix: .ipynb
14-
search: advanced topics guides section covers building configuring jupyter book
8+
url: /advanced/oop.html
9+
suffix: .md
10+
search: advanced
1511

1612
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
1713
---
1814

1915
<main class="jupyter-page">
20-
<div id="page-info"><div id="page-title">Advanced topics and guides</div>
16+
<div id="page-info"><div id="page-title">Advanced</div>
2117
</div>
22-
<div class="jb_cell">
23-
24-
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
25-
<div class="text_cell_render border-box-sizing rendered_html">
26-
<p>This section covers more advanced topics in building and configuring Jupyter Book.</p>
27-
28-
</div>
29-
</div>
30-
</div>
31-
</div>
32-
33-
34-
35-
<script type="application/vnd.jupyter.widget-state+json">
36-
{"state": {}, "version_major": 2, "version_minor": 0}
37-
</script>
18+
3819

3920

4021
</main>

_build/advanced/classes.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
interact_link: content/advanced/classes.ipynb
3+
kernel_name: python3
4+
kernel_path: content/advanced
5+
has_widgets: false
6+
title: |-
7+
Classes
8+
pagenum: 24
9+
prev_page:
10+
url: /advanced/oop.html
11+
next_page:
12+
url: /advanced/custom_packages.html
13+
suffix: .ipynb
14+
search: classes
15+
16+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
17+
---
18+
19+
<main class="jupyter-page">
20+
<div id="page-info"><div id="page-title">Classes</div>
21+
</div>
22+
23+
24+
25+
</main>
26+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
redirect_from:
3+
- "/advanced/custom-packages"
4+
interact_link: content/advanced/custom_packages.ipynb
5+
kernel_name: python3
6+
kernel_path: content/advanced
7+
has_widgets: false
8+
title: |-
9+
Custom packages
10+
pagenum: 25
11+
prev_page:
12+
url: /advanced/classes.html
13+
next_page:
14+
url:
15+
suffix: .ipynb
16+
search: custom packages
17+
18+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
19+
---
20+
21+
<main class="jupyter-page">
22+
<div id="page-info"><div id="page-title">Custom packages</div>
23+
</div>
24+
25+
26+
27+
</main>
28+

_build/advanced/oop.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
interact_link: content/advanced/oop.ipynb
3+
kernel_name: python3
4+
kernel_path: content/advanced
5+
has_widgets: false
6+
title: |-
7+
Object-oriented programming
8+
pagenum: 23
9+
prev_page:
10+
url: /advanced/advanced.html
11+
next_page:
12+
url: /advanced/classes.html
13+
suffix: .ipynb
14+
search: object oriented programming
15+
16+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
17+
---
18+
19+
<main class="jupyter-page">
20+
<div id="page-info"><div id="page-title">Object-oriented programming</div>
21+
</div>
22+
23+
24+
25+
</main>
26+

_build/basics/and_or.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
redirect_from:
3+
- "/basics/and-or"
4+
interact_link: content/basics/and_or.ipynb
5+
kernel_name: python3
6+
kernel_path: content/basics
7+
has_widgets: false
8+
title: |-
9+
And and or operations
10+
pagenum: 8
11+
prev_page:
12+
url: /basics/flow_control.html
13+
next_page:
14+
url: /basics/loops.html
15+
suffix: .ipynb
16+
search: operations
17+
18+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
19+
---
20+
21+
<main class="jupyter-page">
22+
<div id="page-info"><div id="page-title">And and or operations</div>
23+
</div>
24+
25+
26+
27+
</main>
28+

_build/basics/collections.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
prev_page:
1010
url: /basics/types.html
1111
next_page:
12-
url: /basics/functions.html
12+
url: /basics/numpy_arrays.html
1313
suffix: .ipynb
14-
search: types individual different collections python collection previously introduced exist beyond items including objects hold variables section introduce three lists numpy arrays dictionarys case acted ways
14+
search: types individual different collections python collection previously introduced exist beyond items including objects hold variables section introduce lists dictionarys case acted ways
1515

1616
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
1717
---
@@ -25,10 +25,9 @@
2525
<div class="text_cell_render border-box-sizing rendered_html">
2626
<p>Previously, we were introduced to individual types that exist in Python.
2727
Python types go beyond individual items, including objects that can hold <strong>collections</strong> of variables.
28-
This section will introduce three different collection types:</p>
28+
This section will introduce two different collection types:</p>
2929
<ul>
3030
<li>Lists</li>
31-
<li>NumPy arrays</li>
3231
<li>Dictionarys</li>
3332
</ul>
3433
<p>As is the case with individual types, different collection types can be acted on in different ways.</p>

_build/basics/flow_control.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
redirect_from:
3+
- "/basics/flow-control"
4+
interact_link: content/basics/flow_control.ipynb
5+
kernel_name: python3
6+
kernel_path: content/basics
7+
has_widgets: false
8+
title: |-
9+
Flow control
10+
pagenum: 7
11+
prev_page:
12+
url: /basics/functions.html
13+
next_page:
14+
url: /basics/and_or.html
15+
suffix: .ipynb
16+
search: flow control
17+
18+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
19+
---
20+
21+
<main class="jupyter-page">
22+
<div id="page-info"><div id="page-title">Flow control</div>
23+
</div>
24+
25+
26+
27+
</main>
28+

_build/basics/functions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
has_widgets: false
66
title: |-
77
Functions
8-
pagenum: 5
8+
pagenum: 6
99
prev_page:
10-
url: /basics/collections.html
10+
url: /basics/numpy_arrays.html
1111
next_page:
12-
url:
12+
url: /basics/flow_control.html
1313
suffix: .ipynb
1414
search: function arguments code python return returned above keyword kineticenergy following value docstring variable functions however name used defined content whitespace not such definition within where information does hr length although example below cm run particular section statement followed brackets given mass velocity variables using block indentation needs note also path possible style before piece having case passed operation examples print type immediately set defining follows takes kinetic energy called center figure def removed point any pep standard book few tells line essential common inside addition shown means description includes google software expected scope occasionally reuse without allows segments performed already
1515

_build/basics/loops.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
interact_link: content/basics/loops.ipynb
3+
kernel_name: python3
4+
kernel_path: content/basics
5+
has_widgets: false
6+
title: |-
7+
Loops
8+
pagenum: 9
9+
prev_page:
10+
url: /basics/and_or.html
11+
next_page:
12+
url: /good_practice/good_practice.html
13+
suffix: .ipynb
14+
search: loops
15+
16+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
17+
---
18+
19+
<main class="jupyter-page">
20+
<div id="page-info"><div id="page-title">Loops</div>
21+
</div>
22+
23+
24+
25+
</main>
26+

_build/basics/numpy_arrays.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
redirect_from:
3+
- "/basics/numpy-arrays"
4+
interact_link: content/basics/numpy_arrays.ipynb
5+
kernel_name: python3
6+
kernel_path: content/basics
7+
has_widgets: false
8+
title: |-
9+
NumPy Arrays
10+
pagenum: 5
11+
prev_page:
12+
url: /basics/collections.html
13+
next_page:
14+
url: /basics/functions.html
15+
suffix: .ipynb
16+
search: numpy arrays
17+
18+
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
19+
---
20+
21+
<main class="jupyter-page">
22+
<div id="page-info"><div id="page-title">NumPy Arrays</div>
23+
</div>
24+
25+
26+
27+
</main>
28+

0 commit comments

Comments
 (0)