Skip to content

Commit 7a5fc36

Browse files
committed
Added links to index summary for relevant pages/sections
1 parent 2cadb31 commit 7a5fc36

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

doc/content/basic_graph_analysis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ issue_graph.add_nodes_from(nodes)
7575
issue_graph.add_edges_from(edges)
7676
```
7777

78+
(sec:degree)=
7879
## Number of cross-references, redux
7980

8081
We 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

117119
Now that we have constructed the graph model of the issues, we can use the

doc/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2224
The {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

3436
A 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

0 commit comments

Comments
 (0)