Skip to content

Commit 18c1ddb

Browse files
authored
Update README.md
1 parent 1eca9a1 commit 18c1ddb

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,6 @@
1111

1212
Python client library to quickly get started with the various [Watson APIs][wdc] services.
1313

14-
<details>
15-
<summary>Table of Contents</summary>
16-
17-
* [Before you begin](#before-you-begin)
18-
* [Installation](#installation)
19-
* [Examples](#examples)
20-
* [Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d)
21-
* [Running in IBM Cloud](#running-in-ibm-cloud)
22-
* [Authentication](#authentication)
23-
* [Getting credentials](#getting-credentials)
24-
* [IAM](#iam)
25-
* [Username and password](#username-and-password)
26-
* [No Authentication](#no-authentication)
27-
* [Python version](#python-version)
28-
* [Changes for v1.0](#changes-for-v10)
29-
* [Changes for v2.0](#changes-for-v20)
30-
* [Changes for v3.0](#changes-for-v30)
31-
* [Changes for v4.0](#changes-for-v40)
32-
* [Migration](#migration)
33-
* [Configuring the http client](#configuring-the-http-client-supported-from-v110)
34-
* [Disable SSL certificate verification](#disable-ssl-certificate-verification)
35-
* [Setting the service url](#setting-the-service-url)
36-
* [Sending request headers](#sending-request-headers)
37-
* [Parsing HTTP response information](#parsing-http-response-information)
38-
* [Getting the transaction ID](#getting-the-transaction-id)
39-
* [Using Websockets](#using-websockets)
40-
* [Cloud Pak for Data(CP4D)](#cloud-pak-for-data)
41-
* [Logging](#logging)
42-
* [Dependencies](#dependencies)
43-
* [License](#license)
44-
* [Contributing](#contributing)
45-
* [Featured Projects](#featured-projects)
46-
47-
</details>
48-
4914
## Announcements
5015
### Updating endpoint URLs from watsonplatform.net
5116
Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
@@ -104,9 +69,6 @@ For more details see [#405](https://github.com/watson-developer-cloud/python-sdk
10469

10570
The [examples][examples] folder has basic and advanced examples. The examples within each service assume that you already have [service credentials](#getting-credentials).
10671

107-
## Discovery v2 only on CP4D
108-
Discovery v2 is only available on Cloud Pak for Data.
109-
11072
## Running in IBM Cloud
11173

11274
If you run your app in IBM Cloud, the SDK gets credentials from the [`VCAP_SERVICES`][vcap_services] environment variable.

0 commit comments

Comments
 (0)