Document schema fragment framework in API reference#6286
Draft
vidurv-nvidia wants to merge 1 commit into
Draft
Conversation
Add the new single-namespace "fragment" API to the isaaclab.sim.schemas reference page: SchemaFragment and the per-family marker bases, the UsdPhysics*Cfg solver-common fragments, and the family writers (apply_namespaced and the apply_*_properties functions). These were introduced by the schema-cfg fragment refactor but were missing from the rendered API docs, which still listed only the legacy define_*/modify_* writers and *PropertiesCfg classes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The schema-cfg "fragment" refactor introduced a new public API in
isaaclab.sim.schemas— single-namespace fragment classes and family writers — but the rendered API reference still listed only the legacydefine_*/modify_*writers and*PropertiesCfgclasses. This documents the fragment API that is already merged intodevelop.Added to
docs/source/api/lab/isaaclab.sim.schemas.rst:SchemaFragment, the per-family marker bases (RigidBodyFragment,CollisionFragment,MassFragment,MeshCollisionFragment,FixedTendonFragment,SpatialTendonFragment), and the solver-commonUsdPhysics*Cfgfragments (UsdPhysicsRigidBodyCfg,UsdPhysicsCollisionCfg,UsdPhysicsMeshCollisionCfg).apply_namespaced,apply_rigid_body_properties,apply_collision_properties,apply_mass_properties,apply_mesh_collision,apply_mesh_collision_properties,apply_fixed_tendon_properties,apply_spatial_tendon_properties— wired into their respective sections.Scope is the API reference only; the narrative concept page (
schema_cfgs.rst) rewrite is deliberately out of scope. Articulation-root and joint-drive fragment symbols are documented in their own PRs (#6272, #6273), since those symbols are not yet indevelop.Type of change
Checklist
pre-commitchecks with./isaaclab.sh --format.skip)