Skip to content

Commit

Permalink
respond to last few comments, update images
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jul 3, 2024
1 parent fa04069 commit b8f570e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/content/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ Learn to apply [Dagster concepts](/concepts) to your work, explore experimental

- [Asset versioning and caching](/guides/dagster/asset-versioning-and-caching) - Memoize assets using Dagster's data versioning system

- [Linking to assets' code with code references](/guides/dagster/code-references) - Attach code references to your Dagster assets to easily navigate to the code that backs the asset
- [Linking to asset definition code with code references](/guides/dagster/code-references) - Attach code references to your Dagster assets to easily navigate to the code that backs the asset

[def]: /guides/dagster/
12 changes: 6 additions & 6 deletions docs/content/guides/dagster/code-references.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Linking to assets' code with code references | Dagster Docs
title: Linking to asset definition code with code references | Dagster Docs
---

# Linking to assets' code with code references
# Linking to asset definition code with code references

<Note>
This feature is considered <strong>experimental</strong> and is under active
Expand Down Expand Up @@ -53,8 +53,8 @@ A link to the asset's source in `with_source_code_references.py` will then be vi
<Image
alt="Asset catalog view showing link to with_source_code_references.py"
src="/images/guides/code-references/with_source_code_references.png"
width={1590}
height={326}
width={820}
height={554}
/>
</center>

Expand Down Expand Up @@ -103,7 +103,7 @@ Each of the code references to `manual_references.py` will be visible in the **A
<Image
alt="Asset details view showing link to multiple files"
src="/images/guides/code-references/manual_references.png"
width={1592}
height={389}
width={680}
height={604}
/>
</center>
2 changes: 1 addition & 1 deletion docs/content/guides/experimental-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ title: Advanced and experimental feature guides | Dagster Docs

- [Asset versioning and caching](/guides/dagster/asset-versioning-and-caching) - Memoize assets using Dagster's data versioning system

- [Linking to assets' code with code references](/guides/dagster/code-references) - Attach code references to your Dagster assets to easily navigate to the code that backs the asset
- [Linking to asset definition code with code references](/guides/dagster/code-references) - Attach code references to your Dagster assets to easily navigate to the code that backs the asset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8f570e

Please sign in to comment.