|
12 | 12 |
|
13 | 13 | [](https://travis-ci.com/IBM/cloudant-python-sdk)
|
14 | 14 | [](https://github.com/IBM/cloudant-python-sdk/releases/latest)
|
15 |
| -[](https://ibm.github.io/cloudant-python-sdk/) |
| 15 | +[](https://ibm.github.io/cloudant-python-sdk/) |
16 | 16 |
|
17 | 17 | # IBM Cloudant Python SDK Version 0.0.32
|
18 | 18 |
|
@@ -221,15 +221,15 @@ For general IBM Cloud SDK usage information, please see
|
221 | 221 |
|
222 | 222 | ### Code examples
|
223 | 223 |
|
224 |
| -The following code examples |
| 224 | +The following code examples |
225 | 225 | [authenticate with the environment variables](#authenticate-with-environment-variables).
|
226 | 226 |
|
227 | 227 | #### 1. Retrieve information from an existing database
|
228 | 228 |
|
229 | 229 | **Note:** This example code assumes that `animaldb` database does not exist in your account.
|
230 | 230 |
|
231 | 231 | This example code gathers information about an existing database hosted on
|
232 |
| -the https://examples.cloudant.com/ service `url`. To connect, you must |
| 232 | +the https://examples.cloudant.com/ service `url`. To connect, you must |
233 | 233 | extend your environment variables with the *service url* and *authentication
|
234 | 234 | type* to use `NOAUTH` authentication while you connect to the `animaldb` database.
|
235 | 235 | This step is necessary for the SDK to distinguish the `EXAMPLES` custom service
|
@@ -536,7 +536,9 @@ For examples of using byte streams, see the API reference documentation
|
536 | 536 | ### Further resources
|
537 | 537 |
|
538 | 538 | - [Cloudant API docs](https://cloud.ibm.com/apidocs/cloudant?code=python):
|
539 |
| - API examples for Cloudant Python SDK. |
| 539 | + API reference including usage examples for Cloudant Python SDK API. |
| 540 | +- [Pydoc](https://ibm.github.io/cloudant-python-sdk/): |
| 541 | + Cloudant Python SDK API Documentation. |
540 | 542 | - [Cloudant docs](https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-overview#overview):
|
541 | 543 | The official documentation page for Cloudant.
|
542 | 544 | - [Cloudant Learning Center](https://developer.ibm.com/clouddataservices/docs/compose/cloudant/):
|
|
0 commit comments