File tree Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
SET (LOCAL_FILES
3
- pgr_betweennessCentrality.rst
4
- )
3
+ metrics-family.rst
4
+ pgr_betweennessCentrality.rst
5
+ )
5
6
6
7
foreach (f ${LOCAL_FILES} )
7
8
configure_file (${f} "${PGR_DOCUMENTATION_SOURCE_DIR} /${f} " )
Original file line number Diff line number Diff line change
1
+ ..
2
+ ****************************************************************************
3
+ pgRouting Manual
4
+ Copyright(c) pgRouting Contributors
5
+
6
+ This documentation is licensed under a Creative Commons Attribution-Share
7
+ Alike 3.0 License: https://creativecommons.org/licenses/by-sa/3.0/
8
+ ************************************************************************** **
9
+
10
+ |
11
+
12
+
13
+
14
+ Metrics - Family of functions
15
+ ===============================================================================
16
+
17
+ .. rubric :: Experimental
18
+
19
+ .. include :: experimental.rst
20
+ :start-after: begin-warn-expr
21
+ :end-before: end-warn-expr
22
+
23
+ .. index experimental from here
24
+
25
+ * :doc: `pgr_betweennessCentrality ` - Calculates relative betweenness centrality using Brandes Algorithm
26
+
27
+ .. index experimental to here
28
+
29
+
30
+ .. toctree ::
31
+ :hidden:
32
+
33
+ pgr_betweennessCentrality
34
+
35
+ See Also
36
+ -------------------------------------------------------------------------------
37
+
38
+ .. rubric :: Indices and tables
39
+
40
+ * :ref: `genindex `
41
+ * :ref: `search `
Original file line number Diff line number Diff line change @@ -83,6 +83,12 @@ Experimental Functions
83
83
:start-after: index from here
84
84
:end-before: index to here
85
85
86
+ :doc: `metrics-family `
87
+
88
+ .. include :: metrics-family.rst
89
+ :start-after: index experimental from here
90
+ :end-before: index experimental to here
91
+
86
92
:doc: `TRSP-family `
87
93
88
94
.. include :: TRSP-family.rst
You can’t perform that action at this time.
0 commit comments