Add support for querying multiple autodoc indexes at the same time. #13
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently Autodoc can only query a package in which it has been directly installed. It would like to support querying dependencies and peer packages that have been distributed with an Autodoc index.
Dependency packages fairly easy. For example, in my
autodoc.config.json
, I could specify that I want Autodoc intonode_modules
for packages that have an.autodoc
folder and include them when query. This allows for composability of documentation across the dependency graph of any given project.It's slightly more tough for peer packages. You would need some way to define peers and then have Autodoc pull in their
.autodoc
indexes from somewhere external.The text was updated successfully, but these errors were encountered: