Skip to content

Commit 6d25418

Browse files
Merge pull request #18 from alteryx/update-inspire-ppt-watermark
Update PPT with Watermark
2 parents 3f510f9 + 6d3bfa9 commit 6d25418

File tree

5 files changed

+18
-24
lines changed

5 files changed

+18
-24
lines changed

docs/howto/weather-and-distance-tool/README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Parsing JSON in Python is relatively straightforward but can become quite verbos
1414
* [Get Google Maps API Key](#get-google-maps-api-key)
1515
* [Basic Plugin Setup](#basic-plugin-setup)
1616
* [Write a Plugin](#write-a-plugin)
17-
* [Dependencies](dependencies)
18-
* [Imports](imports)
19-
* [Initialization](initialization)
20-
* [Weather API Function](weather-api-function)
21-
* [Distance Matrix API Function](distance-matrix-api-function)
22-
* [Data Processing](data-processing)
23-
* [Putting It All Together](putting-it-all-together)
17+
* [Dependencies](#dependencies)
18+
* [Imports](#imports)
19+
* [Initialization](#initialization)
20+
* [Weather API Function](#weather-api-function)
21+
* [Distance Matrix API Function](#distance-matrix-api-function)
22+
* [Data Processing](#data-processing)
23+
* [Putting It All Together](#putting-it-all-together)
2424
* [Packaging into a YXI](#packaging-into-a-yxi)
2525
* [Run the Test Client](#run-the-test-client)
2626
* [Install in Designer](#install-in-designer)
@@ -29,7 +29,7 @@ Parsing JSON in Python is relatively straightforward but can become quite verbos
2929
* [Run in Designer](#run-in-designer)
3030

3131
## Get WeatherAPI Key
32-
[WeatherAPI](weatherapi.com) offers weather data via a JSON RESTful API. While it is free, it does require an API key to make requests. Sign up to get an API key which will be used in this demo.
32+
[WeatherAPI](https://www.weatherapi.com/) offers weather data via a JSON RESTful API. While it is free, it does require an API key to make requests. Sign up to get an API key which will be used in this demo.
3333

3434
## Get Google Maps API Key
3535
The [Google Maps Distance Matrix API](https://developers.google.com/maps/documentation/distance-matrix/overview) also requires an API key, which requires a Google billing account. While it's technically not a free API, there is an automatic credit of \$200 applied each month. For non GCP users, there is a trial in which \$300 worth of API calls can be consumed, without charge. With the first 100,000 API calls running $0.005, this will be quite hard to breach.
@@ -339,7 +339,7 @@ At this point, we have all the data we need to publish the records. To do so we.
339339
self.provider.write_to_anchor("Output", batch)
340340
```
341341

342-
###7. Putting It All Together
342+
### Putting It All Together
343343
The final code is available [here](./WeatherDistance/backend/weather_distance.py).
344344

345345
## Packaging into a YXI
@@ -360,9 +360,6 @@ Now that the code is ready, we can package it into a portable YXI archive via th
360360
[Creating YXI] finished
361361
```
362362

363-
## Run the Test Client
364-
[TODO]
365-
366363
## Install in Designer
367364
In this section, we review the 2 ways to install the plugin into Designer.
368365

docs/references/ayx-plugin-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ YXIs.
7979

8080
# AYX Plugin CLI Commands
8181

82-
Explore the [AYX Plugin
83-
CLI](./ayx-plugin-cli.md) commands and parameters.
82+
Explore the AYX Plugin CLI commands and parameters.
8483

8584
## sdk-workspace-init
8685

docs/references/test-client.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ This doesn\'t require a schema:
192192
--output :csv@Output4
193193
--output :csv@Output5
194194

195-
196-
197-
## Command Reference
198-
Go to [Test Client Command Reference](./test-client.md) for detailed information.
199195
# Test Client Command Reference
200196

201197
## Using Help
@@ -348,9 +344,6 @@ the specified outputs given.
348344

349345
`ayx-sdk-cli.exe plugin run [WORKSPACE_PATH]::[PLUGIN_NAME] --input <[SOURCE][:TYPE[:OPTIONS]][@ANCHOR]> --output <[DESTINATION][:TYPE[:OPTIONS]][@ANCHOR]> --runtime-command`
350346

351-
For more information, go to [Test
352-
Client](./test-client.md).
353-
354347
### Self
355348

356349
#### update
505 KB
Binary file not shown.

inspire/2023/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* [Introduction to Alteryx Platform SDK](./Introduction%20to%20Alteryx%20Platform%20SDK.pdf) (PDF)
55
* [Training Sessions Required Installations](./Training%20Sessions%20Required%20Installations.pdf) (PDF)
66

7-
## New Guides
8-
* [Danceable Lyrics Input Tool](../../docs/howto/danceable-lyrics-input-tool/README.md)
9-
* [Weather and Distance Tool](../../docs/howto/weather-and-distance-tool/README.md)
7+
## Guides for Training Walkthrough
8+
* Walkthrough 1: [Weather and Distance Tool](../../docs/howto/weather-and-distance-tool/README.md)
9+
* Walkthrough 2: [Danceable Lyrics Input Tool](../../docs/howto/danceable-lyrics-input-tool/README.md)
10+
11+
## Additional Required Materials
12+
13+
* Walkthrough 1: [Download Temporary Keys](https://drop.alteryx.com/public/file/-jRU-r26SE6VAkFSvU69HA/Inspire23_Temp_Training_Material_Demo1.docx) (Note: Password protected. Access will be provided during Training)
14+
* Walkthrough 2: [Download Input Data](https://drop.alteryx.com/public/file/yHv77vLzKkCXHj8-OWVg0Q/Danceable_Lyrics_demo_data-Inspire-(Truncated)-2023.7z).

0 commit comments

Comments
 (0)