File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ issue_graph.add_nodes_from(nodes)
7575issue_graph.add_edges_from(edges)
7676```
7777
78+ (sec: degree )=
7879## Number of cross-references, redux
7980
8081We can get the number of cross-references for any issue by looking at the
@@ -112,6 +113,7 @@ with open('_generated/degree_table.md', 'w') as of:
112113```
113114````
114115
116+ (sec: centrality )=
115117## Centrality
116118
117119Now that we have constructed the graph model of the issues, we can use the
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ the issue tracker for open source projects.
77
88### Most cross-referenced issues
99
10- The {glue: text }` num_issues ` most cross-referenced issues. Note this includes
11- all cross-references including those from other repositories.
10+ The {glue: text }` num_issues ` most cross-referenced issues.
11+ Note this includes all cross-references including those from other
12+ repositories.
13+ See {doc}` content/edge_counting ` for details.
1214
1315```` {admonition} Click to show/hide table
1416:class: toggle
@@ -20,7 +22,7 @@ all cross-references including those from other repositories.
2022### Most cross-referenced issues (intra-repository)
2123
2224The {glue: text }` num_issues ` most cross-referenced issues, limited to references
23- originating in the same repository.
25+ originating in the same repository. See {ref} ` sec:degree ` for details.
2426
2527```` {admonition} Click to show/hide table
2628:class: toggle
@@ -32,6 +34,7 @@ originating in the same repository.
3234### Most * central* issues
3335
3436A listing of issues sorted by * betweenness centrality* .
37+ See {ref}` sec:centrality ` for details.
3538
3639```` {admonition} Click to show/hide table
3740:class: toggle
You can’t perform that action at this time.
0 commit comments