Commit 55cad9e
committed
Add Sphinx doc-comments for snake_case aliases
The snake_case method aliases (create_task, get_balance, etc.) were
invisible in Sphinx-generated docs because bare attribute assignments
are not picked up by autodoc without documentation. Adding #: comments
makes them appear with cross-references to the original camelCase methods.
https://claude.ai/code/session_012EAJ6fLNGswentS5LFX7711 parent 992f01a commit 55cad9e
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| 353 | + | |
353 | 354 | | |
| 355 | + | |
354 | 356 | | |
| 357 | + | |
355 | 358 | | |
| 359 | + | |
356 | 360 | | |
| 361 | + | |
357 | 362 | | |
| 363 | + | |
358 | 364 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
389 | 390 | | |
| 391 | + | |
390 | 392 | | |
| 393 | + | |
391 | 394 | | |
| 395 | + | |
392 | 396 | | |
| 397 | + | |
393 | 398 | | |
| 399 | + | |
394 | 400 | | |
| 401 | + | |
395 | 402 | | |
0 commit comments