Skip to content

Commit 878c3f9

Browse files
committed
fix RST error, update badges
1 parent 9e3e06d commit 878c3f9

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
Name Parser
22
===========
33

4-
.. image:: https://travis-ci.org/derek73/python-nameparser.svg?branch=master
5-
:target: https://travis-ci.org/derek73/python-nameparser
6-
.. image:: https://badge.fury.io/py/nameparser.svg
7-
:target: http://badge.fury.io/py/nameparser
4+
|Build Status| |PyPI| |PyPI version| |Documentation|
85

96
A simple Python (3.2+ & 2.6+) module for parsing human names into their
107
individual components.
@@ -15,6 +12,7 @@ individual components.
1512
* hn.last
1613
* hn.suffix
1714
* hn.nickname
15+
* hn.surnames *(middle + last)*
1816

1917
Supported Name Structures
2018
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -54,7 +52,7 @@ install with pip using the command below.
5452

5553
If you need to handle lists of names, check out
5654
`namesparser <https://github.com/gwu-libraries/namesparser>`_, a
57-
compliment to this module that handles multiple names in a string.
55+
compliment to this module that handles multiple names in a string.
5856

5957

6058
Quick Start Example
@@ -135,4 +133,14 @@ https://github.com/derek73/python-nameparser
135133

136134
.. _CONTRIBUTING.md: https://github.com/derek73/python-nameparser/tree/master/CONTRIBUTING.md
137135
.. _Start a New Issue: https://github.com/derek73/python-nameparser/issues
138-
.. _click here to propose changes to the titles: https://github.com/derek73/python-nameparser/edit/master/nameparser/config/titles.py
136+
.. _click here to propose changes to the titles: https://github.com/derek73/python-nameparser/edit/master/nameparser/config/titles.py
137+
138+
139+
.. |Build Status| image:: https://travis-ci.org/derek73/python-nameparser.svg?branch=master
140+
:target: https://travis-ci.org/derek73/python-nameparser
141+
.. |PyPI| image:: https://img.shields.io/pypi/v/nameparser.svg
142+
:target: https://pypi.org/project/nameparser/
143+
.. |Documentation| image:: https://readthedocs.org/projects/nameparser/badge/?version=latest
144+
:target: http://nameparser.readthedocs.io/en/latest/?badge=latest
145+
.. |PyPI version| image:: https://img.shields.io/pypi/pyversions/nameparser.svg
146+
:target: https://pypi.org/project/nameparser/

0 commit comments

Comments
 (0)