Skip to content

Commit 7330042

Browse files
author
Andrew McCluskey
authored
Merge pull request #35 from arm61/master
add units and uncertainties section
2 parents f23b652 + 01fa465 commit 7330042

3 files changed

Lines changed: 47 additions & 6 deletions

File tree

_data/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
expand_sections: false
5353
sections:
5454
- url: /data_work/io
55+
- url: /data_work/units_and_uncertainties
5556
- url: /data_work/simple_plots
5657
- url: /data_work/surface_plots
5758
- url: /data_work/stats
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Units and uncertainties"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {},
14+
"outputs": [],
15+
"source": []
16+
}
17+
],
18+
"metadata": {
19+
"kernelspec": {
20+
"display_name": "Python 3",
21+
"language": "python",
22+
"name": "python3"
23+
},
24+
"language_info": {
25+
"codemirror_mode": {
26+
"name": "ipython",
27+
"version": 3
28+
},
29+
"file_extension": ".py",
30+
"mimetype": "text/x-python",
31+
"name": "python",
32+
"nbconvert_exporter": "python",
33+
"pygments_lexer": "ipython3",
34+
"version": "3.7.3"
35+
}
36+
},
37+
"nbformat": 4,
38+
"nbformat_minor": 4
39+
}

content/intro.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ If you would like to be involved, please look at the [contributing guidelines](h
2222
6. [Raising your own errors](https://pythoninchemistry.org/intro_python_chemists/good_practice/good_practice/raising_errors.html)
2323
3. [Working with data](https://pythoninchemistry.org/intro_python_chemists/data_work/data_work.html)
2424
1. [Reading and writing to files](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/io.html)
25-
2. [Simple plots](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/simple_plots.html)
26-
3. [Surface plots](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/surface_plots.html)
27-
4. [Statistical analysis](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/stats.html)
28-
5. [Fitting functions to data](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/optimisation.html)
29-
6. [Exercise: Fitting IR spectra](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/ir_spectra.html)
30-
7. [Linear algebra](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/linear_algebra.html)
25+
2. [Units and uncertainties](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/units_and_uncertainties.html)
26+
3. [Simple plots](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/simple_plots.html)
27+
4. [Surface plots](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/surface_plots.html)
28+
5. [Statistical analysis](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/stats.html)
29+
6. [Fitting functions to data](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/optimisation.html)
30+
7. [Exercise: Fitting IR spectra](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/ir_spectra.html)
31+
8. [Linear algebra](https://pythoninchemistry.org/intro_python_chemists/good_practice/data_work/linear_algebra.html)
3132
4. [Advanced](https://pythoninchemistry.org/intro_python_chemists/advanced/advanced.html)
3233
1. [Object-oriented programming](https://pythoninchemistry.org/intro_python_chemists/advanced/oop.html)
3334
2. [Classes](https://pythoninchemistry.org/intro_python_chemists/advanced/classes.html)

0 commit comments

Comments
 (0)