Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

docs: fix package name #78

Merged
merged 2 commits into from Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -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


*************************
Expand Down
24 changes: 12 additions & 12 deletions docs/conf.py
Expand Up @@ -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.
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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 ------------------------------------------------------

Expand Down Expand Up @@ -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",
)
Expand Down Expand Up @@ -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,
)
Expand All @@ -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",
)
]
Expand Down