-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency graph #200
Comments
I put all the code in place to update the externpro/modules/xpfunmac.cmake Lines 606 to 626 in 9265bfa
but also require a externpro/modules/xpfunmac.cmake Line 606 in 9265bfa
the reason for making it a little tricky to modify the README.md is because I'm not satisfied with the hard-coded user and branch name required in the url externpro/modules/xpfunmac.cmake Line 610 in 9265bfa
|
include graphviz graphs in github README.md info regarding attempts to not have hard-coded user and branch name in the url
github/markup requests that could help
|
completed with commits referenced above to dev branch |
seems I should remove the so I'll take it out for now, live with it there for awhile, see what I think of the dependency graph in the readme and if I end up taking it out of the readme (because of the hard-coded user and branch name) then I'll reintroduce |
it would be helpful to have a graphviz (.dot) dependency graph for the projects in externpro
eventually maybe the .dot can be cmake-generated?
I also don't want to commit a binary image (.png) to the repo as that would bloat the repo over time - so I've been exploring options to render the .dot file into the README.md file...
to create a png file:
The text was updated successfully, but these errors were encountered: