Skip to content

Commit a2ce28c

Browse files
author
Matthias Koeppe
committed
src/sage/features/threejs.py: Add documentation
1 parent e9e66a7 commit a2ce28c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sage/features/threejs.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ def required_version(self):
5050
"""
5151
Return the version of threejs that Sage requires.
5252
53+
Defining what version is required is delegated to the distribution package
54+
that provides the file ``threejs-version.txt`` in :mod:`sage.ext_data.threejs`.
55+
56+
If the file is not provided, :class:`FileNotFoundError` is raised.
57+
5358
EXAMPLES::
5459
5560
sage: from sage.features.threejs import Threejs

0 commit comments

Comments
 (0)