Karsten Beismann

Results 7 comments of Karsten Beismann

> Thanks for the PR. It looks good to me on first glance but I'll just run tests once and then merge it. Also, I do want to add support...

> Would also be great to have the type hints included in the docstring, so that when you do `spinx-doc` on > > ``` > def foo(a: int): > pass...

I pushed some changes so more complex type hints involving brackets and brackets in brackets are recognized properly by `sphinx-doc-fun-arg-hint-regex`. The first commit had issues with: ```python from typing import...

@yitang Great if this works for you. I noticed that a few corner cases are still not covered and I should list them somewhere. Sadly, I neglected implementing these fixes...

> > > Hi @kbeismann, > > Thanks for the PR and sorry for the late response. I am catching up with all the open PRs in this repo. It...

The fix in #22 covers both cases.