twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
179 stars 48 forks source link

Link top level names in class hierarchy with intersphinx when possible. #709

Closed tristanlatr closed 1 year ago

tristanlatr commented 1 year ago

Tackle part of issue #310. But other cases still needs to be taken care of.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 83.33% and project coverage change: +0.08 :tada:

Comparison is base (1403989) 92.51% compared to head (f9ef4e3) 92.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #709 +/- ## ========================================== + Coverage 92.51% 92.60% +0.08% ========================================== Files 47 47 Lines 8126 8129 +3 Branches 1942 1942 ========================================== + Hits 7518 7528 +10 + Misses 354 345 -9 - Partials 254 256 +2 ``` | [Impacted Files](https://app.codecov.io/gh/twisted/pydoctor/pull/709?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twisted) | Coverage Δ | | |---|---|---| | [pydoctor/templatewriter/summary.py](https://app.codecov.io/gh/twisted/pydoctor/pull/709?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twisted#diff-cHlkb2N0b3IvdGVtcGxhdGV3cml0ZXIvc3VtbWFyeS5weQ==) | `91.91% <75.00%> (+3.17%)` | :arrow_up: | | [pydoctor/linker.py](https://app.codecov.io/gh/twisted/pydoctor/pull/709?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twisted#diff-cHlkb2N0b3IvbGlua2VyLnB5) | `90.07% <100.00%> (-0.07%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tristanlatr commented 1 year ago

I’ll merge this PR next week if there is still no review