From c781aedbcadd1ac2005a902999d27849a17e5e67 Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Tue, 18 Aug 2020 14:47:10 +0200 Subject: [PATCH 1/2] Add links to new SDK tutorial --- README.md | 6 +++++- docs/source/index.rst | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b931b57..7f4a5a6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ pay attention to the [CHANGELOG.md]. ## Resources * [Tutorials on Data Attribute Recommendation] - **Free Trial Available** +* [Tutorials on this SDK][SDK tutorials] * [Data Attribute Recommendation documentation] * [Blog Articles on Data Attribute Recommendation] * [Documentation for this SDK][SDK documentation] @@ -74,7 +75,8 @@ $ source dar-sdk-venv/bin/activate/ ``` In case you prefer more detailed instructions, please see [step-by-step](#step-by-step) -instructions below. +instructions below. A separate, more detailed tutorial +[is also available at developers.sap.com][SDK Setup Tutorial]. ## Step by Step @@ -153,7 +155,9 @@ This file and all other files in this repository are licensed under the Apache License, v 2.0 except as noted otherwise in the [LICENSE] file. [Tutorials on Data Attribute Recommendation]: https://developers.sap.com/mission.cp-aibus-data-attribute.html +[SDK tutorials]: https://developers.sap.com/group.cp-aibus-data-attribute-sdk.html [SAP AI Business Services]: https://help.sap.com/viewer/product/SAP_AI_BUS/SHIP/en-US +[SDK Setup Tutorial]: https://developers.sap.com/tutorials/cp-aibus-dar-sdk-setup.html [Data Attribute Recommendation documentation]: https://help.sap.com/viewer/product/Data_Attribute_Recommendation/SHIP/en-US [Blog Articles on Data Attribute Recommendation]: https://blogs.sap.com/tags/73554900100800002858/ [SAP Store]: https://www.sapstore.com/solutions/43157/Data-Attribute-Recommendation diff --git a/docs/source/index.rst b/docs/source/index.rst index 1d411f9..cfebfe2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -26,6 +26,12 @@ pay attention to the `Changelog`_. Getting Started --------------- +In addition to the guide below, a more comprehensive `tutorial is available +at developers.sap.com`_. + +.. _tutorial is available at developers.sap.com: https://developers.sap.com/group.cp-aibus-data-attribute-sdk.html + + Prerequisites +++++++++++++ From 789f4e7f21a241b6e192da7d16178dc105065b7d Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Tue, 18 Aug 2020 14:49:29 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15193b4..abe6134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +* Added links to new tutorial [#72] + +[#72]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/72 + + ## [0.7.0] ### Added