This file is indexed.

/usr/share/doc/postgresql-9.5-pgrouting-doc/html/en/_sources/doc/index_man.txt is in postgresql-9.5-pgrouting-doc 2.1.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.. 
   ****************************************************************************
    pgRouting Manual
    Copyright(c) pgRouting Contributors

    This documentation is licensed under a Creative Commons Attribution-Share  
    Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/
   ****************************************************************************

.. _man:

pgRouting Reference
===============================================================================

pgRouting extends the `PostGIS <http://postgis.net>`_/`PostgreSQL <http://postgresql.org>`_ geospatial database to provide geospatial routing and other network analysis functionality.

.. toctree::
	:maxdepth: 1

	src/introduction/index

pgRouting provides several :ref:`common functions <common>`:

.. toctree::
	:maxdepth: 1
	:hidden:

	../src/common/doc/index

.. toctree::
	:maxdepth: 1
	:glob: 

	../src/common/doc/functions/*

pgRouting defines a few :ref:`custom data types <data_types>`:

.. toctree::
	:maxdepth: 1
	:hidden:

	../src/common/doc/types/index

.. toctree::
	:maxdepth: 1
	:glob: 

	../src/common/doc/types/*

pgRouting functions in alphabetical order:

.. toctree::
	:maxdepth: 1

	../src/apsp_johnson/doc/index
	../src/apsp_warshall/doc/index
	../src/astar/doc/index
	../src/bd_astar/doc/index
	../src/bd_dijkstra/doc/index
	../src/dijkstra/doc/index
	../src/kdijkstra/doc/index
	../src/ksp/doc/index
	../src/tsp/doc/index
	../src/trsp/doc/index

If pgRouting is compiled with "Driving Distance" enabled:

.. toctree::
	:maxdepth: 1

	../src/driving_distance/doc/dd_alphashape
	../src/driving_distance/doc/index
	../src/driving_distance/doc/dd_points_as_polygon

Some functions from previous releases may have been removed. 

.. toctree::
	:maxdepth: 1

	../src/common/doc/legacy
	src/developer/discontinued

.. toctree::
	:maxdepth: 1

	src/introduction/index
	src/introduction/support