Skip to content

Commit edac967

Browse files
committed
Document Effect.get_data
1 parent bb4a95d commit edac967

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/source/reference/effect.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Resource Methods
1919
.. automethod:: Effect.get_texture_array(path, layers=0, local=False, **kwargs) -> TextureArray
2020
.. automethod:: Effect.get_track(name, local=False) -> Track
2121
.. automethod:: Effect.get_scene(path, local=False, **kwargs) -> Scene
22+
.. automethod:: Effect.get_data(path, local=False, **kwargs) -> Data
2223

2324
Utility Methods
2425
---------------

tests/test_docs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
'opengl.',
2222
'texture.',
2323
'shader.',
24+
'resources.',
25+
'data.',
2426
'moderngl.',
2527
'buffer.',
2628
'rocket.',

0 commit comments

Comments
 (0)