forked from pgRouting/GSoC-pgRouting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[centrality] added metrics-family to docs
- Loading branch information
1 parent
0f9b962
commit 3d79833
Showing
3 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. | ||
**************************************************************************** | ||
pgRouting Manual | ||
Copyright(c) pgRouting Contributors | ||
This documentation is licensed under a Creative Commons Attribution-Share | ||
Alike 3.0 License: https://creativecommons.org/licenses/by-sa/3.0/ | ||
**************************************************************************** | ||
|
||
| | ||
|
||
|
||
Metrics - Family of functions | ||
=============================================================================== | ||
|
||
.. rubric:: Experimental | ||
|
||
.. include:: experimental.rst | ||
:start-after: begin-warn-expr | ||
:end-before: end-warn-expr | ||
|
||
.. index experimental from here | ||
* :doc:`pgr_betweennessCentrality` - Calculates relative betweenness centrality using Brandes Algorithm | ||
|
||
.. index experimental to here | ||
.. toctree:: | ||
:hidden: | ||
|
||
pgr_betweennessCentrality | ||
|
||
See Also | ||
------------------------------------------------------------------------------- | ||
|
||
.. rubric:: Indices and tables | ||
|
||
* :ref:`genindex` | ||
* :ref:`search` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters