tristanlatr

Results 338 comments of tristanlatr

Yes canonical urls is a good thing to have. But also we should investigate the option of adding a « search in api docs » button from the readthedocs search...

> by looking at the Project-URL metadata of installed distributions This sounds hard. Because we need to guess the sub folder when the intersphinx objects inventory is placed, which can...

workaround for doc URL lookups from zope.interface: - The code is here: https://github.com/twisted/twisted/blob/trunk/src/twisted/python/_pydoctor.py - The tests are here: https://github.com/twisted/twisted/blob/trunk/src/twisted/python/test/test_pydoctor.py

We should check if this kind of errors also happens with latest pydoctor.

Linked to: https://github.com/twisted/pydoctor/issues/364#issuecomment-788652903

Ok, so after some investigations, this behaviour is not a new behaviour and it's been like that forever in pydoctor (more than 16 years). So the PR #589 is good...

After a second though, I believe it’s worth it. Mainly because: - it’s now more explicit what happens in the zope interface extension. - Narrowing down the `ASTBuilder` and `ModuleVistor`...

Looks like this for now. I've added some code to pick up the annotations into the Signature object as well, so we generate the annotations in the function header. I'de...

Ok, I've checked the action runs history and it looks like the runtime is not very stable... It takes from 35 minutes to 1 hour. I don't know exactly what...

Hi @fabiocaccamo, Could you write a couple of sentences explaining what is the issue you are facing? The HTML include variety of css classes already, and customization is definitely possible...