From 6de298111482e205d90895674fd19db401df70ea Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 9 Jun 2021 09:44:02 -0600 Subject: [PATCH] docs: fix package name (#78) Correct package name is `google-cloud-recaptcha-enterprise`. :) https://pypi.org/project/google-cloud-recaptcha-enterprise/ --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .repo-metadata.json | 2 +- CONTRIBUTING.rst | 2 +- docs/conf.py | 24 ++++++++++++------------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1b46d4f..0e5bf8b 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-recaptchaenterprise` version: `pip show google-cloud-recaptchaenterprise` + - `google-cloud-recaptcha-enterprise` version: `pip show google-cloud-recaptcha-enterprise` #### Steps to reproduce diff --git a/.repo-metadata.json b/.repo-metadata.json index 4c25213..e17dbcb 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-recaptchaenterprise", + "distribution_name": "google-cloud-recaptcha-enterprise", "api_id": "recaptchaenterprise.googleapis.com" } diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 507ed3d..ef5abe7 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-recaptchaenterprise +.. _description on PyPI: https://pypi.org/project/google-cloud-recaptcha-enterprise ************************* diff --git a/docs/conf.py b/docs/conf.py index 121ce1b..ee47196 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-recaptchaenterprise documentation build configuration file +# google-cloud-recaptcha-enterprise 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-recaptchaenterprise" +project = u"google-cloud-recaptcha-enterprise" 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-recaptchaenterprise", + "description": "Google Cloud Client Libraries for google-cloud-recaptcha-enterprise", "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-recaptchaenterprise-doc" +htmlhelp_basename = "google-cloud-recaptcha-enterprise-doc" # -- Options for warnings ------------------------------------------------------ @@ -280,8 +280,8 @@ latex_documents = [ ( master_doc, - "google-cloud-recaptchaenterprise.tex", - u"google-cloud-recaptchaenterprise Documentation", + "google-cloud-recaptcha-enterprise.tex", + u"google-cloud-recaptcha-enterprise Documentation", author, "manual", ) @@ -315,8 +315,8 @@ man_pages = [ ( master_doc, - "google-cloud-recaptchaenterprise", - u"google-cloud-recaptchaenterprise Documentation", + "google-cloud-recaptcha-enterprise", + u"google-cloud-recaptcha-enterprise Documentation", [author], 1, ) @@ -334,11 +334,11 @@ texinfo_documents = [ ( master_doc, - "google-cloud-recaptchaenterprise", - u"google-cloud-recaptchaenterprise Documentation", + "google-cloud-recaptcha-enterprise", + u"google-cloud-recaptcha-enterprise Documentation", author, - "google-cloud-recaptchaenterprise", - "google-cloud-recaptchaenterprise Library", + "google-cloud-recaptcha-enterprise", + "google-cloud-recaptcha-enterprise Library", "APIs", ) ]