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

docs: fix package name and package info in README #76

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-recpatchaenterprise` version: `pip show google-cloud-recpatchaenterprise`
- `google-cloud-recaptchaenterprise` version: `pip show google-cloud-recaptchaenterprise`

#### 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-recpatchaenterprise",
"distribution_name": "google-cloud-recaptchaenterprise",
"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-recpatchaenterprise
.. _description on PyPI: https://pypi.org/project/google-cloud-recaptchaenterprise


*************************
Expand Down
6 changes: 3 additions & 3 deletions docs/README.rst
Expand Up @@ -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`_
Expand All @@ -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
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-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.
Expand Down Expand Up @@ -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"

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-recpatchaenterprise",
"description": "Google Cloud Client Libraries for google-cloud-recaptchaenterprise",
"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-recpatchaenterprise-doc"
htmlhelp_basename = "google-cloud-recaptchaenterprise-doc"

# -- Options for warnings ------------------------------------------------------

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