-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[DOCS] showcases, examples & general docs improvements #396
Comments
i would add a complex example that creates a bom B with a complete metadata.component C0 similar to this here: |
@ptdropper do you have additional ideas for specific examples? |
examples are rendered here, too |
@jkowalleck Is the dependency logic with add() idiomatic?
wouldn't this be more idiomatic? bom.register_dependency(rootComponent, [component]) |
re #396 (comment) |
📣 THIS IS A CALL FOR DOCS
Feel free to add pull requests with examples here:
There are currently no (complex) examples how to use this lib.
Yes, there are API docs, and small snippets, but no examples.
Even the unit tests do now showcase example usage, as they are much declarative or not expressive enough.
GOAL:
examples
folderexamples
dir from being shipped (sdist/bdist)The text was updated successfully, but these errors were encountered: