Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 068a349

Browse filesBrowse files
authored
Docs: Replace links to '/stable/' with '/latest/'. (#5901)
* Replace links to '/stable/' with '/latest/'. * DRY out duplicated 'README.rst' vs. 'docs/index.rst'. * Include websecurityscanner in docs. Toward #5894.
1 parent d6c5ab6 commit 068a349
Copy full SHA for 068a349

File tree

Expand file treeCollapse file tree

2 files changed

+5
-79
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-79
lines changed

‎packages/google-cloud-websecurityscanner/README.rst

Copy file name to clipboardExpand all lines: packages/google-cloud-websecurityscanner/README.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python Client for Web Security Scanner API (`Alpha`_)
88

99
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
1010
.. _Web Security Scanner API: https://cloud.google.com/security-scanner
11-
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/websecurityscanner/usage.html
11+
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/websecurityscanner/index.html
1212
.. _Product Documentation: https://cloud.google.com/security-scanner
1313

1414
Quick Start
@@ -24,7 +24,7 @@ In order to use this library, you first need to go through the following steps:
2424
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
2525
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
2626
.. _Enable the Web Security Scanner API.: https://cloud.google.com/security-scanner
27-
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
27+
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html
2828

2929
Installation
3030
~~~~~~~~~~~~
@@ -72,4 +72,4 @@ Next Steps
7272
APIs that we cover.
7373

7474
.. _Web Security Scanner API Product documentation: https://cloud.google.com/security-scanner
75-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
75+
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
+2-76Lines changed: 2 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,9 @@
1-
Python Client for Web Security Scanner API (`Alpha`_)
2-
=====================================================
3-
4-
`Web Security Scanner API`_: Web Security Scanner API (under development).
5-
6-
- `Client Library Documentation`_
7-
- `Product Documentation`_
8-
9-
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
10-
.. _Web Security Scanner API: https://cloud.google.com/security-scanner
11-
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/websecurityscanner/usage.html
12-
.. _Product Documentation: https://cloud.google.com/security-scanner
13-
14-
Quick Start
15-
-----------
16-
17-
In order to use this library, you first need to go through the following steps:
18-
19-
1. `Select or create a Cloud Platform project.`_
20-
2. `Enable billing for your project.`_
21-
3. `Enable the Web Security Scanner API.`_
22-
4. `Setup Authentication.`_
23-
24-
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
25-
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
26-
.. _Enable the Web Security Scanner API.: https://cloud.google.com/security-scanner
27-
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
28-
29-
Installation
30-
~~~~~~~~~~~~
31-
32-
Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to
33-
create isolated Python environments. The basic problem it addresses is one of
34-
dependencies and versions, and indirectly permissions.
35-
36-
With `virtualenv`_, it's possible to install this library without needing system
37-
install permissions, and without clashing with the installed system
38-
dependencies.
39-
40-
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/
41-
42-
43-
Mac/Linux
44-
^^^^^^^^^
45-
46-
.. code-block:: console
47-
48-
pip install virtualenv
49-
virtualenv <your-env>
50-
source <your-env>/bin/activate
51-
<your-env>/bin/pip install google-cloud-websecurityscanner
52-
53-
54-
Windows
55-
^^^^^^^
56-
57-
.. code-block:: console
58-
59-
pip install virtualenv
60-
virtualenv <your-env>
61-
<your-env>\Scripts\activate
62-
<your-env>\Scripts\pip.exe install google-cloud-websecurityscanner
63-
64-
Next Steps
65-
~~~~~~~~~~
66-
67-
- Read the `Client Library Documentation`_ for Web Security Scanner API
68-
API to see other available methods on the client.
69-
- Read the `Web Security Scanner API Product documentation`_ to learn
70-
more about the product and see How-to Guides.
71-
- View this `repository’s main README`_ to see the full list of Cloud
72-
APIs that we cover.
73-
74-
.. _Web Security Scanner API Product documentation: https://cloud.google.com/security-scanner
75-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
1+
.. include:: /../websecurityscanner/README.rst
762

773
Api Reference
784
-------------
795
.. toctree::
806
:maxdepth: 2
817

828
gapic/v1alpha/api
83-
gapic/v1alpha/types
9+
gapic/v1alpha/types

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.