diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c510027..1b46d4f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ If you are still having issues, please be sure to include as much information as - OS type and version: - Python version: `python --version` - pip version: `pip --version` - - `google-cloud-recpatchaenterprise` version: `pip show google-cloud-recpatchaenterprise` + - `google-cloud-recaptchaenterprise` version: `pip show google-cloud-recaptchaenterprise` #### Steps to reproduce diff --git a/.repo-metadata.json b/.repo-metadata.json index 34b7c1d..4c25213 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -8,6 +8,6 @@ "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-recaptcha-enterprise", - "distribution_name": "google-cloud-recpatchaenterprise", + "distribution_name": "google-cloud-recaptchaenterprise", "api_id": "recaptchaenterprise.googleapis.com" } diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 407d0d7..507ed3d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -193,7 +193,7 @@ instead of ``https://github.com/googleapis/python-recaptcha-enterprise/blob/master/CONTRIBUTING.rst``) may cause problems creating links or rendering the description. -.. _description on PyPI: https://pypi.org/project/google-cloud-recpatchaenterprise +.. _description on PyPI: https://pypi.org/project/google-cloud-recaptchaenterprise ************************* diff --git a/docs/README.rst b/docs/README.rst index f013355..c07ec32 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -3,8 +3,8 @@ Python Client for reCAPTCHA Enterprise |beta| |pypi| |versions| -`reCAPTCHA Enterprise`_: Ship performant and highly available key value store, -compatible with OSS Memcached protocol. +`reCAPTCHA Enterprise`_: protect your website from fraudulent activity like scraping, credential stuffing, +and automated account creation. - `Client Library Documentation`_ - `Product Documentation`_ @@ -16,7 +16,7 @@ compatible with OSS Memcached protocol. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-recaptcha-enterprise.svg :target: https://pypi.org/project/google-cloud-recaptcha-enterprise/ .. _reCAPTCHA Enterprise: https://cloud.google.com/recaptcha-enterprise/ -.. _Client Library Documentation: https://googleapis.dev/python/memcache/latest +.. _Client Library Documentation: https://googleapis.dev/python/recaptchaenterprise/latest .. _Product Documentation: https://cloud.google.com/recaptcha-enterprise/ Quick Start diff --git a/docs/conf.py b/docs/conf.py index 5e6a842..121ce1b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# google-cloud-recpatchaenterprise documentation build configuration file +# google-cloud-recaptchaenterprise documentation build configuration file # # This file is execfile()d with the current directory set to its # containing dir. @@ -80,7 +80,7 @@ master_doc = "index" # General information about the project. -project = u"google-cloud-recpatchaenterprise" +project = u"google-cloud-recaptchaenterprise" copyright = u"2019, Google" author = u"Google APIs" @@ -153,7 +153,7 @@ # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "description": "Google Cloud Client Libraries for google-cloud-recpatchaenterprise", + "description": "Google Cloud Client Libraries for google-cloud-recaptchaenterprise", "github_user": "googleapis", "github_repo": "python-recaptcha-enterprise", "github_banner": True, @@ -247,7 +247,7 @@ # html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. -htmlhelp_basename = "google-cloud-recpatchaenterprise-doc" +htmlhelp_basename = "google-cloud-recaptchaenterprise-doc" # -- Options for warnings ------------------------------------------------------ @@ -280,8 +280,8 @@ latex_documents = [ ( master_doc, - "google-cloud-recpatchaenterprise.tex", - u"google-cloud-recpatchaenterprise Documentation", + "google-cloud-recaptchaenterprise.tex", + u"google-cloud-recaptchaenterprise Documentation", author, "manual", ) @@ -315,8 +315,8 @@ man_pages = [ ( master_doc, - "google-cloud-recpatchaenterprise", - u"google-cloud-recpatchaenterprise Documentation", + "google-cloud-recaptchaenterprise", + u"google-cloud-recaptchaenterprise Documentation", [author], 1, ) @@ -334,11 +334,11 @@ texinfo_documents = [ ( master_doc, - "google-cloud-recpatchaenterprise", - u"google-cloud-recpatchaenterprise Documentation", + "google-cloud-recaptchaenterprise", + u"google-cloud-recaptchaenterprise Documentation", author, - "google-cloud-recpatchaenterprise", - "google-cloud-recpatchaenterprise Library", + "google-cloud-recaptchaenterprise", + "google-cloud-recaptchaenterprise Library", "APIs", ) ]