Skip to content

Commit 6ede02e

Browse files
committed
Drop maintainer note from linalg API page
The "must stay in sync with __all__" note was for whoever edits the file, not for users reading the rendered docs. The drift test in `tests/tensor/linalg/test_doc_api.py` is the enforcement mechanism; users don't need to know it exists.
1 parent 77ca70c commit 6ede02e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

doc/library/tensor/linalg.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@
99
:synopsis: Linear Algebra Operations
1010

1111
The :mod:`pytensor.tensor.linalg` module exposes the user-facing linear
12-
algebra API. Functions are grouped below by category, mirroring the
13-
internal organization under :mod:`pytensor.tensor._linalg`.
14-
15-
.. note::
16-
The grouping below must stay in sync with
17-
:data:`pytensor.tensor.linalg.__all__`. A test in
18-
``tests/tensor/linalg/test_doc_api.py`` enforces this — if you add a
19-
new function to ``__all__``, add it to the appropriate section here
20-
(or vice-versa).
12+
algebra API.
2113

2214
Constructors
2315
============

0 commit comments

Comments
 (0)