Skip to content

Commit 1f6e5ed

Browse files
cloudant-sdks-automationeiri
authored andcommitted
Update generated source code
Generated SDK source code using: - Generator version 3.30.0 - Specification version 1.0.0-dev0.0.34 - Automation (cloudant-sdks) version ea24342
1 parent f5cbd56 commit 1f6e5ed

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[![Build Status](https://travis-ci.com/IBM/cloudant-python-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-python-sdk)
1414
[![Release](https://img.shields.io/github/v/release/IBM/cloudant-python-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-python-sdk/releases/latest)
15-
[![Docs](https://img.shields.io/static/v1?label=pythondoc&message=latest&color=blue)](https://ibm.github.io/cloudant-python-sdk/)
15+
[![Docs](https://img.shields.io/static/v1?label=Pydoc&message=latest&color=blue)](https://ibm.github.io/cloudant-python-sdk/)
1616

1717
# IBM Cloudant Python SDK Version 0.0.32
1818

@@ -221,15 +221,15 @@ For general IBM Cloud SDK usage information, please see
221221

222222
### Code examples
223223

224-
The following code examples
224+
The following code examples
225225
[authenticate with the environment variables](#authenticate-with-environment-variables).
226226

227227
#### 1. Retrieve information from an existing database
228228

229229
**Note:** This example code assumes that `animaldb` database does not exist in your account.
230230

231231
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
233233
extend your environment variables with the *service url* and *authentication
234234
type* to use `NOAUTH` authentication while you connect to the `animaldb` database.
235235
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
536536
### Further resources
537537

538538
- [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.
540542
- [Cloudant docs](https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-overview#overview):
541543
The official documentation page for Cloudant.
542544
- [Cloudant Learning Center](https://developer.ibm.com/clouddataservices/docs/compose/cloudant/):

0 commit comments

Comments
 (0)