Commit 5b4c119
Improve Returns section formatting in lu function
Replace bold asterisk formatting with clearer conditional returns
documentation:
- Add explanatory sentence about tuple returns based on permute_l
- List all return values (p, l, pl, u) at the top level for Napoleon
- Maintain clear structure: explanation first, then "where:" with details
Also add missing period to parameter description in lu_solve.
This ensures proper Sphinx/Napoleon rendering while keeping the clear
explanation of which tuples are returned.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4301861 commit 5b4c119
1 file changed
+7
-11
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 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
| |||
273 | 269 | | |
274 | 270 | | |
275 | 271 | | |
276 | | - | |
| 272 | + | |
277 | 273 | | |
278 | 274 | | |
279 | 275 | | |
| |||
0 commit comments