nx-guides
nx-guides copied to clipboard
Issue on page /content/algorithms/dag/index.html
I came across 2 problems on the page:
- In this line in 'Step 3':
We process all the vertices of the current level in variable this_generation and we store the next level in variable zero_degree.
'zero_degree' should instead be 'zero_indegree'.
- The 'Suggest edit' link does not work on the page https://networkx.org/nx-guides/content/algorithms/dag/index.html
It leads to the following:
Thanks for raising @AniruddhMohan ! The broken "edit this page" button is a known issue related to the use of symlinks.
If you'd like to take a stab at editing: https://github.com/networkx/nx-guides/blob/3533b8998753bfd38c30bab3d92708d79f7d638f/content/algorithms/dag/index.md?plain=1#L259
Hi @rossbar , thanks for the pointer. I've raised a PR with the fix for the typo. https://github.com/networkx/nx-guides/pull/129