Skip to content

Commit 0d47337

Browse files
committed
A few minor tweaks
1 parent 2e5a51f commit 0d47337

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Diff for: book/02-Setting-up-python/Setting-up-python.asc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
https://www.python.org/[Python] is an open source programming language popular with scientists and engineers. You will need to both set up python and install the appropriate packages for our scripts to work. To do this, we use http://conda.pydata.org/miniconda.html[Miniconda], which works on all common operating systems (Linux, Windows and MacOS) and makes installation and updates of python packages very simple.
55

6+
NOTE: There are a number of ways to install python but we find miniconda the best because it is lightweight and easy to update (c.f. https://www.continuum.io/downloads[anaconda], http://python-xy.github.io/downloads.html[python(x,y)]).
7+
68
include::sections/conda-installation.asc[]
79

8-
include::sections/our-plotting-functions.asc[]
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
== A chapter
1+
== Plotting simple rasters
22

3-
Here is another chapter. You can add sections using the include links.
4-
5-
include::sections/A-chapter-section.asc[]
6-
7-
include::sections/More-advanced.asc[]
8-
9-
=== Why not put a summary here?
3+
I am going to type stuff here later.
104

0 commit comments

Comments
 (0)