Skip to content

Commit d653729

Browse files
authored
Minor formatting on the markdown styling
1 parent 24a4ba5 commit d653729

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
@@ -20,7 +20,7 @@ Source code is included in the geos-3.3.3 directory.
2020

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

2626
### Optional
@@ -34,15 +34,15 @@ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
3434

3535
## Copyright
3636

37-
source code for the GEOS library is
38-
included in the 'geos-3.3.3' directory under the terms given in
37+
Source code for the GEOS library is
38+
included in the `geos-3.3.3` directory under the terms given in
3939
LICENSE_geos.
4040

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

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

4747
copyright (c) 2011 by Jeffrey Whitaker.
4848

@@ -63,7 +63,7 @@ PERFORMANCE OF THIS SOFTWARE.
6363

6464
see http://matplotlib.github.com/basemap/
6565

66-
see scripts in 'examples' directory for example usage.
66+
see scripts in `examples` directory for example usage.
6767

6868
read the FAQ and/or email the matplotlib-users mailing list if
6969
you have problems or questions.
@@ -72,13 +72,13 @@ you have problems or questions.
7272

7373
0. Install pre-requisite python modules numpy and matplotlib.
7474

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

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

@@ -92,13 +92,13 @@ the source code included with basemap by following these steps:
9292
```
9393

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

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

103103
## Contact
104104

0 commit comments

Comments
 (0)