Commit d62a474
committed
Simplify parameter explanation
- The goal here is to uniformize a bit with the rest of the library: it's not really needed to indicate default values, because they already appear in the built documentation (unless the default is some None that later gets transformed into something else, but it's not the case here). Also, I don't think it's needed to indicate that these parameters can be changed afterwards, because I don't think a lot of people will do that, and it's actually the case of the parameters of all aggregators (or it should be). Lastly, I made the description be the same between aggregator and weighting (for ease of maintainance).1 parent f028d54 commit d62a474
1 file changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
98 | | - | |
99 | | - | |
| 95 | + | |
| 96 | + | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
0 commit comments