Skip to content

Commit 0ddb79a

Browse files
committed
Add __all__
1 parent 3c2b836 commit 0ddb79a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sage/geometry/integral_points.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@
2626
Inequality_int,
2727
InequalityCollection,
2828
)
29+
30+
31+
# __all__ is needed to generate Sphinx documentation
32+
__all__ = ['InequalityCollection', 'Inequality_generic', 'Inequality_int',
33+
'loop_over_parallelotope_points', 'parallelotope_points', 'print_cache',
34+
'ray_matrix_normal_form', 'rectangular_box_points', 'simplex_points']

0 commit comments

Comments
 (0)