Adi Roiban

Results 556 comments of Adi Roiban

> But also we should investigate the option of adding a « search in api docs » button from the readthedocs search bar. I think that this can be done...

Most probably this regression was introduced here https://github.com/twisted/pydoctor/pull/113 it looks like in some cased `fullerID` is failing to get the right id.

So, we have this ``` class H2Connection(Protocol, TimeoutMixin): """ @ivar priority: A HTTP/2 priority tree used to ensure that responses are prioritised appropriately. @type priority: L{priority.PriorityTree} """ ``` pydoctor.model.Documentable.expandName will...

Well, we can shortcut the attribute, but the issue is still there as the class is also failing to resolve the name. ``` twisted.web._http2.H2Connection:65 invalid ref to 'priority.PriorityTree' resolved as...

I am not -1 on this just my feedback. you can exclude code based on a variety of conditions... so I am not sure if `platform.system()` is enough. I think...

There is this Twisted ticket which asks for a global search - https://twistedmatrix.com/trac/ticket/1546

I am not sure that this is enough. With a quick read of the sphinx code it looks like it search for 'fjson' for each HTML page created by sphinx....

Thanks @stsewd For pydoctor, we can generate the fjson file internally as part of the normal build. That is no problem and there is no need to call a separate...

Well, the epytext demo, I have created it as a "demo" and not as "documentation". But I feel find the old epydoc documentation useful. To close this ticket the demo...

> codecov/patch — 100.00% of diff hit (target 91.55%) It looks good. Which like is missing?