Commit 1f11691
Improve Returns section formatting in lu function
Replace bold asterisk formatting with plain descriptive text in Returns
section:
- "**(If permute_l is False)**" → "When permute_l is False, the function returns:"
- "**(If permute_l is True)**" → "When permute_l is True, the function returns:"
Also add missing period to parameter description in lu_solve.
This follows NumPy/SciPy documentation conventions for clearer, more
readable docstrings.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4301861 commit 1f11691
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments