Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/en/latest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can also perform certain administration tasks:

## Where to Learn More

Get started with Python SDK right now by following the [Quick Start](./getting-started/#quick-start) guide.
Get started with Python SDK right now by following the [Quick Start]({{< relref "getting-started#quick-start" >}}) guide.

New to GoodData? Follow the [Getting Started](https://www.gooddata.com/docs/cloud/getting-started/) series of articles that include Python SDK code examples.

Expand Down
4 changes: 4 additions & 0 deletions docs/content/en/latest/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ The Python SDK is versioned and usually released in tandem with GoodData Cloud.

When working with GoodData Cloud, we recommend you always work with the newest Python SDK available.

#### Python Version Support

The Python SDK follows the [official Python release cycle](https://devguide.python.org/versions/) and end-of-life schedule. When a Python version reaches its end of life, support for that version will be dropped as part of a regular minor release, not a major release. We recommend keeping your Python environment up to date with actively supported versions.

### Troubleshooting

In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.com/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues).
Loading