huggingface / huggingface/doc-builder
Return type doesn't generate a link
Open
- Dominant language
- Python
- Stars
- 144
- Forks
- 59
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 13
Description
I'm trying to get a link to work for the return type of a method:
I've tried with all below, but the .mdx files generated never point to a link
```
Returns:
[`huggingface_hub.hf_api.ModelInfo`]: The model repository information.
```
```
Returns:
[`~huggingface_hub.hf_api.ModelInfo`]: The model repository information.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.