Skip to content
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

ref: Rename EdgeExtractor to LinkExtractor #516

Merged
merged 9 commits into from
Jun 26, 2024
Merged

ref: Rename EdgeExtractor to LinkExtractor #516

merged 9 commits into from
Jun 26, 2024

Conversation

bjchambers
Copy link
Contributor

This more closely matches how these operate. For each node we extract "links" (roughly, ports) indicating incoming/outgoing connections they should have.

Edges are created while traversing based on the links. A node with an outgoing link has edges to nodes with matching incoming links.

Also adds tests for the HTML link extractor.

This more closely matches how these operate. For each node we extract
"links" (roughly, ports) indicating incoming/outgoing connections they
should have.

Edges are created while traversing based on the links. A node with an
outgoing link has edges to nodes with matching incoming links.

Also adds tests for the HTML link extractor.
@bjchambers bjchambers requested review from kerinin and cbornet June 25, 2024 16:47
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@bjchambers bjchambers merged commit d0bd1bb into main Jun 26, 2024
17 checks passed
@bjchambers bjchambers deleted the link-renaming branch June 26, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants