capreolus-ir / capreolus

A toolkit for end-to-end neural ad hoc retrieval
https://capreolus.ai
Apache License 2.0
95 stars 32 forks source link

Remove redundant entries from AutoAPI documentation #23

Open andrewyates opened 4 years ago

andrewyates commented 4 years ago

Currently Sphinx AutoAPI is too verbose and shows imported members under each module. For example, if a module contains from foo import bar, bar shows up in the module's documentation. We should find a way to remove these redundant entries.