Skip to content

Commit a9f3eff

Browse files
authored
Merge pull request #352 from jalessio/patch-1
Fix Markdown formatting for section headers
2 parents 02b9321 + b97579f commit a9f3eff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#Basemap
1+
# Basemap
22

33
Plot on map projections (with coastlines and political boundaries)
44
using matplotlib.
55

6-
##Requirements
6+
## Requirements
77

88
* Python 2.6 (or higher)
99

@@ -23,7 +23,7 @@ sure the corresponding "python-dev" package is also installed. Otherwise, you
2323
may not have the python header (Python.h), which is required to build python
2424
C extensions.
2525

26-
###Optional
26+
### Optional
2727

2828
* [OWSLib](https://github.com/geopython/OWSLib) (optional) It is needed
2929
for the BaseMap.wmsimage function.
@@ -32,7 +32,7 @@ for the BaseMap.wmsimage function.
3232
needed for Basemap warpimage, bluemarble, shadedrelief, and etop methods.
3333
PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
3434

35-
##Copyright
35+
## Copyright
3636

3737
source code for the GEOS library is
3838
included in the 'geos-3.3.3' directory under the terms given in
@@ -59,7 +59,7 @@ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5959
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
6060
PERFORMANCE OF THIS SOFTWARE.
6161

62-
##Documentation
62+
## Documentation
6363

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

@@ -68,7 +68,7 @@ see scripts in 'examples' directory for example usage.
6868
read the FAQ and/or email the matplotlib-users mailing list if
6969
you have problems or questions.
7070

71-
##Install
71+
## Install
7272

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

@@ -100,10 +100,10 @@ prompt.
100100
To run all the examples (except those that have extra dependencies
101101
or require an internet connection), execute 'python run_all.py'.
102102

103-
##Contact
103+
## Contact
104104

105105
106106

107-
##Thanks
107+
## Thanks
108108

109109
Special thanks to John Hunter, Andrew Straw, Eric Firing, Rob Hetland, Scott Sinclair, Ivan Lima, Erik Andersen, Michael Hearne, Jesper Larsen, Ryan May, David Huard, Mauro Cavalcanti, Jonas Bluethgen, Chris Murphy, Pierre Gerard-Marchant, Christoph Gohlke, Eric Bruning, Stephane Raynaud, Tom Loredo, Patrick Marsh, Phil Elson, and Henry Hammond for valuable contributions.

0 commit comments

Comments
 (0)