Sphinx consfuses numpydoc `set` type in docstring with set method
Aberta
- Linguagem predominante
- Python
- Estrelas
- 16.8k
- Forks
- 4.5k
- Merge médio
- 1d 2h
- PRs com merge (30d)
- 6
Descrição
```
ipython/IPython/display.py:docstring of IPython.display.display:: WARNING: more than one target found for cross-reference 'set': IPython.core.interactiveshell.DisplayTrap.set, IPython.core.ultratb.DisplayTrap.set, IPython.testing.iptest.Event.set
```
Something like :
```
Parameters
----------
...
include : list, tuple or set, ...
...
````
get (for example, linked to `IPython.core.interactiveshell.html#IPython.core.interactiveshell.DisplayTrap.set`)
I'm going to guess it might be a fix in numpydoc to enforce `set` to be builtins. Unsure.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.