Commit dc685a7
committed
# (C) 2026 GoodData Corporation
fix(docs): generate pages for all duplicate-named modules
python_ref_builder used leaf name as the links dict key with an
"if name not in links" guard that skipped page creation for modules
sharing a name (e.g. declarative_model exists under data_source,
workspace, user, and permission). Only the first was generated.
Decouple page creation from the links dedup check so all modules
get their directories and pages, while the links dict still uses
first-wins for type-annotation resolution.
JIRA: trivial
risk: nonprod1 parent bf609e4 commit dc685a7
1 file changed
+20
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
336 | 337 | | |
337 | | - | |
338 | 338 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
348 | 347 | | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
| 351 | + | |
351 | 352 | | |
352 | | - | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
363 | 362 | | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
0 commit comments