Skip to content

Commit

Permalink
[docs] add EnvVar reference to API docs (#25333)
Browse files Browse the repository at this point in the history
## Summary & Motivation

The `EnvVar` reference was missing from the API docs, causing broken
links when using `PyObject`.

## How I Tested These Changes

```
make apidoc-build
make next-watch-build
```

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Oct 18, 2024
1 parent 71caf6a commit 66e8183
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file modified docs/content/api/modules.json.gz
Binary file not shown.
Binary file modified docs/content/api/searchindex.json.gz
Binary file not shown.
Binary file modified docs/content/api/sections.json.gz
Binary file not shown.
Binary file modified docs/next/public/objects.inv
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/sphinx/sections/api/apidocs/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ The following classes are used as part of the new `Pythonic resources system <ht

.. autofunction:: with_resources

Utilities
---------

.. autoclass:: EnvVar

Legacy resource system
----------------------

Expand Down

2 comments on commit 66e8183

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-ml5ur2t4a-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 66e8183.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

@github-actions github-actions bot commented on 66e8183 Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-115ixs2fo-elementl.vercel.app

Built with commit 66e8183.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.