diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 973d142..34ca749 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,16 @@ Run a single test file or test: You can also pass a name string to see how it will be parsed: - $ python -m nameparser "Secretary of State Hillary Rodham-Clinton" + $ python -m nameparser "secretary of state hillary rodham-clinton" + + Initials: H. R. CI runs tests against Python 3.10–3.14 via GitHub Actions on every push and pull request. diff --git a/docs/index.rst b/docs/index.rst index f644d8f..f7ce076 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ components. * hn.last * hn.suffix * hn.nickname +* hn.maiden Supports 3 different comma placement variations in the input string.