Skip to content

Commit 841d909

Browse files
adamrwoodburypixar-oss
authored andcommitted
OpenExec: Minor fixups to execUsd docs in prepration for the 25.08 release.
(Internal change: 2374302)
1 parent 8f27fe6 commit 841d909

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pxr/exec/execUsd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The execUsd library is built on top of [exec](../exec/README.md) and
66
The execUsd library is the primary entry point for OpenExec. The API defined
77
here, and in the [exec](../exec/README.md) library, supports:
88
- Registration of computational behaviors associated with USD schemas
9-
- Ingesting UsdStage%s to compile data flow networks that contain nodes that
9+
- Ingesting a UsdStage to compile the data flow network that contains nodes that
1010
embody computations
1111
- Requesting values for efficient, vectorized, multithreaded evaluation
1212

pxr/exec/execUsd/docs/overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ for a desciption of the builtin computations that are available.
5555
## Tutorials {#section_Tutorials}
5656

5757
- [Tutorial 1: Computing Values](tutorial1ComputingValues.md)
58-
- [Tutorial 2: Invalidation](tutorial2Invalidation.md)
59-
- [Tutorial 3: Defining Schema Computations](tutorial3DefiningComputations.md)
58+
59+
**Coming Soon:**
60+
- Tutorial 2: Defining Schema Computations
6061

6162

6263
## Advanced Topics {#section_AdvancedTopics}
6364

64-
TODO:
65+
**Coming Soon:**
66+
- Caching, invalidation, and invalidation notification
6567
- Exec architecture/phases of execution: compilation, scheduling, evaluation
6668
- Dispatched computations
67-
- Anything else?

0 commit comments

Comments
 (0)