Skip to content

Commit 313135f

Browse files
committed
docs: fix some broken Python examples
1 parent 6664fc3 commit 313135f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/library/api/model-hierarchy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@
9191
vfs = Vfs()
9292
vfs.mount_disk("Anims.vdf", clobber=VfsOverwriteBehavior.OLDER)
9393
mdh = ModelHierarchy.load(vfs.find("MySkeleton.MDH"))
94+
```

docs/library/api/model-mesh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@
9191
vfs = Vfs()
9292
vfs.mount_disk("Anims.vdf", clobber=VfsOverwriteBehavior.OLDER)
9393
mesh = ModelMesh.load(vfs.find("MyMesh.MDM"))
94+
```

docs/library/api/morph-mesh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@
9191
vfs = Vfs()
9292
vfs.mount_disk("Anims.vdf", clobber=VfsOverwriteBehavior.OLDER)
9393
mmb = MorphMesh.load(vfs.find("MyMesh.MMB"))
94+
```

docs/library/api/multi-resolution-mesh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@
9191
vfs = Vfs()
9292
vfs.mount_disk("Meshes.vdf", clobber=VfsOverwriteBehavior.OLDER)
9393
mrm = MultiResolutionMesh.load(vfs.find("MyMesh.MRM"))
94+
```

docs/library/api/texture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@
9191
vfs = Vfs()
9292
vfs.mount_disk("Textures.vdf", clobber=VfsOverwriteBehavior.OLDER)
9393
tex = Texture.load(vfs.find("MyTexture.TEX"))
94+
```

docs/library/api/virtual-file-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ by a now defunct company called [TRIACOM Software][].
129129
rd = node.open()
130130

131131
# ...
132+
```
132133

133134

134135
[ZIP]: https://en.wikipedia.org/wiki/ZIP_(file_format)

docs/library/api/world.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@
9191
vfs = Vfs()
9292
vfs.mount_disk("Worlds.vdf", clobber=VfsOverwriteBehavior.OLDER)
9393
world = World.load(vfs.find("OLDWORLD.ZEN"))
94+
```

0 commit comments

Comments
 (0)