Skip to content

Commit

Permalink
Add some sdkdocs links
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 authored Feb 12, 2025
1 parent 3ec25e9 commit 7973e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/book/user-guide/production-guide/understand-stacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,8 @@ To run a pipeline using the new stack:

Keep this code handy as we'll be using it in the next chapters!
{% hint style="info" %}
If you ever want to learn more about individual ZenML functions or classes, check out the [SDK Docs](https://sdkdocs.zenml.io/)
{% endhint %}
<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
4 changes: 4 additions & 0 deletions docs/book/user-guide/starter-guide/create-an-ml-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ training_pipeline.write_run_configuration_template(path='/local/path/to/config.y

Check out [this section](../../how-to/pipeline-development/use-configuration-files/README.md) for advanced configuration options.

{% hint style="info" %}
If you ever want to learn more about individual ZenML functions or classes, check out the [SDK Docs](https://sdkdocs.zenml.io/)
{% endhint %}

## Full Code Example

This section combines all the code from this section into one simple script that you can use to run easily:
Expand Down

0 comments on commit 7973e62

Please sign in to comment.