[Documentation Improvement] Add `pyreverse` generated docs to the Repo
#115 opened on Apr 7, 2025
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe.
Pyreverse (A sub-piece of pylint) generates a diagram on libraries, and how they link together. See if there's a way to add the .dot files it generates, to the README.
So far I got:
pyreverse --help
pyreverse ContainerManager --colorized -ASmy
But at first glance, there's modules it's missing. I'm guessing we'll need to add __init__.py files, and/or add paths to modules to existing ones.
After that, see how to render *.dot inside of markdown, or if there's a way to change the extension.
Describe the solution you'd like
Either files generated (Probably won't worry about automating it, having actions push code gets messy) and docs on how to re-create the image each time, or this ticket is a wont-do.
Describe alternatives you've considered
Just leave things as is... Not having this isn't huge.
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change