Skip to content

Commit 9df9968

Browse files
committed
chore: update formatting and gitignore
1 parent 46e8318 commit 9df9968

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ test/__init__.py
6969
# ignore detect secrets files
7070
.pre-commit-config.yaml
7171
.secrets.baseline
72+
73+
.openapi-generator-ignore
74+
.openapi-generator/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ IBM Cloud has migrated to token-based Identity and Access Management (IAM) authe
164164
You supply either an IAM service **API key** or a **bearer token**:
165165

166166
- Use the API key to have the SDK manage the lifecycle of the access token. The SDK requests an access token, ensures that the access token is valid, and refreshes it if necessary.
167-
- Use the access token if you want to manage the lifecycle yourself. For details, see [Authenticating with IAM tokens](https://cloud.ibm.com/docs/services/watson?topic=watson-iam).
167+
- Use the access token if you want to manage the lifecycle yourself. For details, see [Authenticating with IAM tokens](https://cloud.ibm.com/docs/watson?topic=watson-iam).
168168
- Use a server-side to generate access tokens using your IAM API key for untrusted environments like client-side scripts. The generated access tokens will be valid for one hour and can be refreshed.
169169

170170
#### Supplying the API key
@@ -513,5 +513,5 @@ This library is licensed under the [Apache 2.0 license][license].
513513
[examples]: https://github.com/watson-developer-cloud/python-sdk/tree/master/examples
514514
[CONTRIBUTING]: https://github.com/watson-developer-cloud/python-sdk/blob/master/CONTRIBUTING.md
515515
[license]: http://www.apache.org/licenses/LICENSE-2.0
516-
[vcap_services]: https://cloud.ibm.com/docs/services/watson?topic=watson-vcapServices
516+
[vcap_services]: https://cloud.ibm.com/docs/watson?topic=watson-vcapServices
517517
[ibm-cloud-onboarding]: https://cloud.ibm.com/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Python

examples/assistant_tone_analyzer_integration/tone_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Thresholds for identifying meaningful tones returned by the Watson Tone
1616
Analyzer. Current values are
1717
* based on the recommendations made by the Watson Tone Analyzer at
18-
* https://cloud.ibm.com/docs/services/tone-analyzer?topic=tone-analyzer-utgpe
18+
* https://cloud.ibm.com/docs/tone-analyzer?topic=tone-analyzer-utgpe
1919
* These thresholds can be adjusted to client/domain requirements.
2020
"""
2121

0 commit comments

Comments
 (0)