Skip to content

Commit 69e352f

Browse files
authored
Merge pull request #423 from kant/patch-1
Minor formatting on the markdown styling
2 parents fa8fc4f + d653729 commit 69e352f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Source code is included in the geos-3.3.3 directory.
2323

2424
* On linux, if your python was installed via a package management system, make
2525
sure the corresponding "python-dev" package is also installed. Otherwise, you
26-
may not have the python header (Python.h), which is required to build python
26+
may not have the python header (`Python.h`), which is required to build python
2727
C extensions.
2828

2929
### Optional
@@ -37,15 +37,15 @@ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
3737

3838
## Copyright
3939

40-
source code for the GEOS library is
41-
included in the 'geos-3.3.3' directory under the terms given in
40+
Source code for the GEOS library is
41+
included in the `geos-3.3.3` directory under the terms given in
4242
LICENSE_geos.
4343

44-
the land-sea mask, coastline, lake, river and political boundary data are extracted
44+
The land-sea mask, coastline, lake, river and political boundary data are extracted
4545
from datasets provided with the [Generic Mapping Tools (GMT)](http://gmt.soest.hawaii.edu)
4646
and are included under the terms given in LICENSE_data.
4747

48-
Everything else (including src/_geos.c, and src/_geos.pyx):
48+
Everything else (including `src/_geos.c`, and `src/_geos.pyx`):
4949

5050
copyright (c) 2011 by Jeffrey Whitaker.
5151

@@ -66,7 +66,7 @@ PERFORMANCE OF THIS SOFTWARE.
6666

6767
see http://matplotlib.github.com/basemap/
6868

69-
see scripts in 'examples' directory for example usage.
69+
see scripts in `examples` directory for example usage.
7070

7171
read the FAQ and/or email the matplotlib-users mailing list if
7272
you have problems or questions.
@@ -75,13 +75,13 @@ you have problems or questions.
7575

7676
0. Install pre-requisite python modules numpy and matplotlib.
7777

78-
1. Then download basemap-X.Y.Z.tar.gz (approx 100 mb) from
78+
1. Then download `basemap-X.Y.Z.tar.gz` (approx 100 mb) from
7979
the [GitHub Releases](https://github.com/matplotlib/basemap/releases) page, unpack and cd to basemap-X.Y.Z.
8080

8181
2. Install the GEOS library. If you already have it on your
82-
system, just set the environment variable GEOS_DIR to point to the location
83-
of libgeos_c and geos_c.h (if libgeos_c is in /usr/local/lib and
84-
geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
82+
system, just set the environment variable `GEOS_DIR` to point to the location
83+
of libgeos_c and geos_c.h (if libgeos_c is in `/usr/local/lib` and
84+
geos_c.h is in `/usr/local/include`, set GEOS_DIR to `/usr/local`).
8585
Then go to step (3). If you don't have it, you can build it from
8686
the source code included with basemap by following these steps:
8787

@@ -95,13 +95,13 @@ the source code included with basemap by following these steps:
9595
```
9696

9797
3. cd back to the top level basemap directory (basemap-X.Y.Z) and
98-
run the usual 'python setup.py install'. Check your installation
98+
run the usual `python setup.py install`. Check your installation
9999
by running "from mpl_toolkits.basemap import Basemap" at the python
100100
prompt.
101101

102-
4. To test, cd to the examples directory and run 'python simpletest.py'.
102+
4. To test, cd to the examples directory and run `python simpletest.py`.
103103
To run all the examples (except those that have extra dependencies
104-
or require an internet connection), execute 'python run_all.py'.
104+
or require an internet connection), execute `python run_all.py`.
105105

106106
An alternative method is using `pip`:
107107

0 commit comments

Comments
 (0)