Skip to content

Commit 08afbc3

Browse files
committed
Apply minor corrections in README and docs
1 parent 25d1661 commit 08afbc3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Basic requirements are the following:
1616
Optional requirements include:
1717

1818
* [OWSLib](https://github.com/geopython/OWSLib). It is needed for the
19-
`Basemap.wmsimage` function.
19+
method `Basemap.wmsimage`.
2020

2121
* [Pillow](https://github.com/python-pillow/Pillow). It is needed for
2222
the methods `Basemap.bluemarble`, `Basemap.etopo`,

packages/basemap/doc/source/users/geography.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Drawing a Map Background
44
========================
55

6-
Basemap includes the GSSH (now
7-
`GSHHG <https://www.soest.hawaii.edu/pwessel/gshhg/>`_)
6+
Basemap includes the `GSHHG <https://www.soest.hawaii.edu/pwessel/gshhg/>`_
87
coastline dataset, as well as datasets for rivers, state and
98
country boundaries from
109
`GMT <https://www.generic-mapping-tools.org/>`_.

packages/basemap/doc/source/users/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ can be installed separately if needed:
3838
3939
conda install -c conda-forge basemap-data-hires
4040
41-
Installation from source
42-
------------------------
41+
Installing from source
42+
----------------------
4343

4444
Optionally, you can also install ``basemap`` from its source hosted
4545
on GitHub as indicated in the following steps:

0 commit comments

Comments
 (0)