Skip to content

Commit 558b94d

Browse files
Update users documentation for 4.0.0 for develop branch: commit cedb39a
1 parent 8eb48bf commit 558b94d

83 files changed

Lines changed: 311 additions & 339 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4.0/es/bdAstar-family.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ <h2>Descripción<a class="headerlink" href="#description" title="Link to this he
197197
<li><p>Tiempo de ejecución: <span class="math notranslate nohighlight">\(O((E + V) * \log V)\)</span></p></li>
198198
</ul>
199199
<ul class="simple">
200-
<li><p>For large graphs where there is a path between the starting vertex and ending
201-
vertex:</p>
200+
<li><p>Para grandes grafos donde hay un camino entre el vértice inicial y el vértice final:</p>
202201
<ul>
203202
<li><p>It is expected to terminate faster than <a class="reference internal" href="pgr_aStar.html"><span class="doc">pgr_aStar</span></a></p></li>
204203
</ul>

4.0/es/contraction-family.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,7 @@ <h1>Contraction - Familia de funciones<a class="headerlink" href="#contraction-f
204204
</div>
205205
<section id="introduction">
206206
<h2>Introducción<a class="headerlink" href="#introduction" title="Link to this heading"></a></h2>
207-
<p>In large graphs, like road graphs or electric networks, graph contraction
208-
can be used to speed up some graph algorithms. Contraction can reduce the size
209-
of the graph by removing some of the vertices and edges and adding edges
210-
that represent a sequence of original edges (the original ones can be kept
211-
in some methods). In this way, it decreases the total time and space used
212-
by graph algorithms, particularly those searching for an optimal path.</p>
207+
<p>En grafos de gran tamaño, como los grafos de carreteras o las redes eléctricas, la contracción de grafos puede utilizarse para acelerar algunos algoritmos de grafos. La contracción puede reducir el tamaño del grafo eliminando algunos de los vértices y aristas y añadiendo aristas que representen una secuencia de aristas originales (en algunos métodos pueden conservarse las originales). De este modo, disminuye el tiempo y el espacio totales utilizados por los algoritmos de grafos, en particular los que buscan un camino óptimo.</p>
213208
<p>Esta implementación ofrece un marco flexible para agregar algoritmos de contracción en el futuro, actualmente, admite dos algoritmos.</p>
214209
<ol class="arabic simple">
215210
<li><p>Contracción sin salida</p></li>

4.0/es/experimental.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ <h1>Funciones Experimentales<a class="headerlink" href="#experimental-functions"
209209
<ul class="simple">
210210
<li><p><a class="reference internal" href="pgr_cuthillMckeeOrdering.html"><span class="doc">pgr_cuthillMckeeOrdering - Experimental</span></a> - Ordenamiento Cuthill-McKee de grafo sin no dirigido.</p></li>
211211
<li><p><a class="reference internal" href="pgr_topologicalSort.html"><span class="doc">pgr_topologicalSort - Experimental</span></a> - Orden lineal de los vértices para grafos acíclicos dirigidos.</p></li>
212-
<li><p><a class="reference internal" href="pgr_sloanOrdering.html"><span class="doc">pgr_sloanOrdering - Experimental</span></a> - Returns the sloan ordering of an undirected graph.</p></li>
213-
<li><p><a class="reference internal" href="pgr_kingOrdering.html"><span class="doc">pgr_kingOrdering - Experimental</span></a> - Returns the King ordering of an undirected graph.</p></li>
212+
<li><p><a class="reference internal" href="pgr_sloanOrdering.html"><span class="doc">pgr_sloanOrdering - Experimental</span></a> - Regresa el ordenamiento Sloan de un grafo no dirigido.</p></li>
213+
<li><p><a class="reference internal" href="pgr_kingOrdering.html"><span class="doc">pgr_kingOrdering - Experimental</span></a> - Regresa el ordenamiento King de un grafo no dirigido.</p></li>
214214
</ul>
215215
<p><a class="reference internal" href="metrics-family.html"><span class="doc">Métricas - Familia de funciones</span></a></p>
216216
<ul class="simple">
217217
<li><p><a class="reference internal" href="pgr_betweennessCentrality.html"><span class="doc">pgr_betweennessCentrality - Experimental</span></a> - Calcula la centralidad intermedia relativa mediante el algoritmo de Brandes</p></li>
218-
<li><p><a class="reference internal" href="pgr_bandwidth.html"><span class="doc">pgr_bandwidth - Experimental</span></a> - Computes the bandwidth of a graph.</p></li>
218+
<li><p><a class="reference internal" href="pgr_bandwidth.html"><span class="doc">pgr_bandwidth - Experimental</span></a> - Calcula el ancho de banda de un grafo.</p></li>
219219
</ul>
220220
<p><a class="reference internal" href="TRSP-family.html"><span class="doc">TRSP - Familia de funciones</span></a></p>
221221
<ul class="simple">

4.0/es/index.html

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
<li><a class="reference internal" href="#functions-by-categories">Funciones por categorías</a></li>
105105
<li><a class="reference internal" href="#available-functions-but-not-official-pgrouting-functions">Funciones disponibles pero no oficiales de pgRouting</a></li>
106106
<li><a class="reference internal" href="#release-notes"><span class="xref std std-doc">release_notes</span></a><ul>
107-
<li><a class="reference internal" href="#pgrouting-4-0-0-alpha1-release-notes">pgRouting 4.0.0-alpha1 Release Notes</a><ul>
107+
<li><a class="reference internal" href="#pgrouting-4-0-0-alpha1-release-notes">Notas de la versión de pgRouting 4.0.0-alpha1</a><ul>
108108
<li><a class="reference internal" href="#build">Construir</a></li>
109109
<li><a class="reference internal" href="#documentation-build">Construcción de la documentación</a></li>
110110
<li><a class="reference internal" href="#summary-of-changes-by-function">Summary of changes by function</a></li>
111111
<li><a class="reference internal" href="#functions-promoted-to-official">Funciones promovidas a oficial</a></li>
112112
<li><a class="reference internal" href="#signatures-promoted-to-official">Firmas promovidas a oficial</a></li>
113-
<li><a class="reference internal" href="#new-experimental-functions">New experimental functions.</a></li>
113+
<li><a class="reference internal" href="#new-experimental-functions">Nuevas funciones experimentales.</a></li>
114114
<li><a class="reference internal" href="#sql-signatures-and-output-standardization">SQL signatures and output standardization</a></li>
115115
<li><a class="reference internal" href="#removal-of-sql-deprecated-signatures">Eliminación de funciones SQL obsoletas</a></li>
116116
<li><a class="reference internal" href="#removal-of-sql-deprecated-functions">Eliminación de funciones obsoletas</a></li>
117117
<li><a class="reference internal" href="#removal-of-sql-deprecated-internal-functions">Eliminación de funciones internas SQL obsoletas</a></li>
118-
<li><a class="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting">Summary of functions and signatures no longer on pgrouting</a></li>
118+
<li><a class="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting">Resumen de funciones y firmas que ya no están en pgrouting</a></li>
119119
<li><a class="reference internal" href="#code-enhancements">Mejoras del código</a></li>
120120
</ul>
121121
</li>
@@ -417,7 +417,7 @@ <h2>Funciones disponibles pero no oficiales de pgRouting<a class="headerlink" hr
417417
<section id="release-notes">
418418
<h2><a class="reference internal" href="release_notes.html"><span class="doc">Notas de versión</span></a><a class="headerlink" href="#release-notes" title="Link to this heading"></a></h2>
419419
<section id="pgrouting-4-0-0-alpha1-release-notes">
420-
<h3>pgRouting 4.0.0-alpha1 Release Notes<a class="headerlink" href="#pgrouting-4-0-0-alpha1-release-notes" title="Link to this heading"></a></h3>
420+
<h3>Notas de la versión de pgRouting 4.0.0-alpha1<a class="headerlink" href="#pgrouting-4-0-0-alpha1-release-notes" title="Link to this heading"></a></h3>
421421
<p>Para ver todos los problemas y solicitudes de extracción cerrados para ésta versión, consulte la <a class="reference external" href="https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22Release%204.0.0%22">Github milestone for 4.0.0</a></p>
422422
<nav class="contents local" id="contents">
423423
<p class="topic-title">Contenido</p>
@@ -427,12 +427,12 @@ <h3>pgRouting 4.0.0-alpha1 Release Notes<a class="headerlink" href="#pgrouting-4
427427
<li><p><a class="reference internal" href="#summary-of-changes-by-function" id="id3">Summary of changes by function</a></p></li>
428428
<li><p><a class="reference internal" href="#functions-promoted-to-official" id="id4">Funciones promovidas a oficial</a></p></li>
429429
<li><p><a class="reference internal" href="#signatures-promoted-to-official" id="id5">Firmas promovidas a oficial</a></p></li>
430-
<li><p><a class="reference internal" href="#new-experimental-functions" id="id6">New experimental functions.</a></p></li>
430+
<li><p><a class="reference internal" href="#new-experimental-functions" id="id6">Nuevas funciones experimentales.</a></p></li>
431431
<li><p><a class="reference internal" href="#sql-signatures-and-output-standardization" id="id7">SQL signatures and output standardization</a></p></li>
432432
<li><p><a class="reference internal" href="#removal-of-sql-deprecated-signatures" id="id8">Eliminación de funciones SQL obsoletas</a></p></li>
433433
<li><p><a class="reference internal" href="#removal-of-sql-deprecated-functions" id="id9">Eliminación de funciones obsoletas</a></p></li>
434434
<li><p><a class="reference internal" href="#removal-of-sql-deprecated-internal-functions" id="id10">Eliminación de funciones internas SQL obsoletas</a></p></li>
435-
<li><p><a class="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" id="id11">Summary of functions and signatures no longer on pgrouting</a></p></li>
435+
<li><p><a class="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" id="id11">Resumen de funciones y firmas que ya no están en pgrouting</a></p></li>
436436
<li><p><a class="reference internal" href="#code-enhancements" id="id12">Mejoras del código</a></p></li>
437437
</ul>
438438
</nav>
@@ -449,8 +449,8 @@ <h4><a class="toc-backref" href="#id1" role="doc-backlink">Construir</a><a class
449449
</li>
450450
</ul>
451451
</li>
452-
<li><p>The user’s documentation is built by default.</p></li>
453-
<li><p>The doxygen documentation is built by default.</p></li>
452+
<li><p>La documentación del usuario se construye por defecto.</p></li>
453+
<li><p>La documentación doxygen se construye por defecto.</p></li>
454454
</ul>
455455
<p>Para desarrolladores:</p>
456456
<ul class="simple">
@@ -461,13 +461,12 @@ <h4><a class="toc-backref" href="#id1" role="doc-backlink">Construir</a><a class
461461
<section id="documentation-build">
462462
<h4><a class="toc-backref" href="#id2" role="doc-backlink">Construcción de la documentación</a><a class="headerlink" href="#documentation-build" title="Link to this heading"></a></h4>
463463
<ul class="simple">
464-
<li><p>The doxygen documentation is built by default</p></li>
465-
<li><p>The HTML documentation is built by default</p></li>
466-
<li><p>The translated languages (en, es, sv, zh_Hans) HTML documentation are built by
467-
default</p></li>
464+
<li><p>La documentación doxygen se construye por defecto</p></li>
465+
<li><p>La documentación HTML se crea por defecto</p></li>
466+
<li><p>Los idiomas traducidos (en, es, sv, zh_Hans) para documentación HTML se construyen por defecto</p></li>
468467
<li><p><cite>WITH-DOC</cite> is not used anymore</p></li>
469468
</ul>
470-
<p>User Documentation is not built when</p>
469+
<p>La documentación de usuario no se crea cuando</p>
471470
<ul class="simple">
472471
<li><p>Sphinx is not found</p></li>
473472
<li><p>When all Sphinx formats are OFF</p>
@@ -486,7 +485,7 @@ <h4><a class="toc-backref" href="#id2" role="doc-backlink">Construcción de la d
486485
</ul>
487486
</li>
488487
</ul>
489-
<p>Developers” Documentation is not built when</p>
488+
<p>La documentación de los desarrolladores no se construye cuando</p>
490489
<ul class="simple">
491490
<li><p>Doxygen is not found</p></li>
492491
<li><p>To not build Doxygen documentation: <cite>-DBUILD_DOXY=OFF</cite></p></li>
@@ -712,7 +711,7 @@ <h4><a class="toc-backref" href="#id3" role="doc-backlink">Summary of changes by
712711
<li><p>pgr_trspVia_withPoints</p>
713712
<ul class="simple">
714713
<li><p>Función promovida a oficial.</p></li>
715-
<li><p><strong>Driving side</strong> parameter is positional unnamed.</p>
714+
<li><p>El parámetro <strong>Lado de Manejo</strong> era opcional ahora es obligatorio posicional sin nombre.</p>
716715
<ul>
717716
<li><p>Valores válidos dependen del tipo de grafo</p></li>
718717
</ul>
@@ -916,7 +915,7 @@ <h4><a class="toc-backref" href="#id5" role="doc-backlink">Firmas promovidas a o
916915
</ul>
917916
</section>
918917
<section id="new-experimental-functions">
919-
<h4><a class="toc-backref" href="#id6" role="doc-backlink">New experimental functions.</a><a class="headerlink" href="#new-experimental-functions" title="Link to this heading"></a></h4>
918+
<h4><a class="toc-backref" href="#id6" role="doc-backlink">Nuevas funciones experimentales.</a><a class="headerlink" href="#new-experimental-functions" title="Link to this heading"></a></h4>
920919
<ul class="simple">
921920
<li><p>Métricas</p>
922921
<ul>
@@ -934,7 +933,7 @@ <h4><a class="toc-backref" href="#id6" role="doc-backlink">New experimental func
934933
<section id="sql-signatures-and-output-standardization">
935934
<h4><a class="toc-backref" href="#id7" role="doc-backlink">SQL signatures and output standardization</a><a class="headerlink" href="#sql-signatures-and-output-standardization" title="Link to this heading"></a></h4>
936935
<dl class="simple">
937-
<dt><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2904">#2904</a>: Estandarizar columnas de resultados de funciones con diferente salida</dt><dd><p>columns within overloads</p>
936+
<dt><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2904">#2904</a>: Estandarizar columnas de resultados de funciones con diferente salida</dt><dd><p>columnas dentro de las sobrecargas</p>
938937
</dd>
939938
</dl>
940939
<p class="rubric">Estandardizar de las columnas de resultados a <code class="docutils literal notranslate"><span class="pre">(seq,</span> <span class="pre">path_seq,</span> <span class="pre">start_vid,</span> <span class="pre">end_vid,</span> <span class="pre">node,</span> <span class="pre">edge,</span> <span class="pre">cost,</span> <span class="pre">agg_cost)</span></code></p>
@@ -1099,7 +1098,7 @@ <h4><a class="toc-backref" href="#id10" role="doc-backlink">Eliminación de func
10991098
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2913">#2913</a> _pgr_dagShortestPath(text,text,boolean,boolean)</p></li>
11001099
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstraNear(text,anyarray,anyarray,bigint,boolean)</p></li>
11011100
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstraNear(text,anyarray,bigint,bigint,boolean)</p></li>
1102-
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstraNear(text,bigint,anyarray,bigint,boolean)</p></li>
1101+
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstranear(text,bigint,anyarray,bigint,boolean)</p></li>
11031102
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)</p></li>
11041103
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)</p></li>
11051104
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2730">#2730</a> _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)</p></li>
@@ -1108,7 +1107,7 @@ <h4><a class="toc-backref" href="#id10" role="doc-backlink">Eliminación de func
11081107
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> _pgr_endPoint(geometry)</p></li>
11091108
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> __pgr_getColumnName(text,text,integer,text)</p></li>
11101109
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> __pgr_getColumnName(text,text,text,integer,text)</p></li>
1111-
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> __pgr_getColumnType(text,text,integer,text)</p></li>
1110+
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> _pgr_getcolumntype(text,text,integer,text)</p></li>
11121111
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> __pgr_getColumnType(text,text,text,integer,text)</p></li>
11131112
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> __pgr_getTableName(text,integer,text)</p></li>
11141113
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2861">#2861</a> _pgr_isColumnIndexed(text,text,integer,text)</p></li>
@@ -1149,7 +1148,7 @@ <h4><a class="toc-backref" href="#id10" role="doc-backlink">Eliminación de func
11491148
</ul>
11501149
</section>
11511150
<section id="summary-of-functions-and-signatures-no-longer-on-pgrouting">
1152-
<h4><a class="toc-backref" href="#id11" role="doc-backlink">Summary of functions and signatures no longer on pgrouting</a><a class="headerlink" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" title="Link to this heading"></a></h4>
1151+
<h4><a class="toc-backref" href="#id11" role="doc-backlink">Resumen de funciones y firmas que ya no están en pgrouting</a><a class="headerlink" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" title="Link to this heading"></a></h4>
11531152
<ul class="simple">
11541153
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2748">#2748</a> pgr_alphashape(geometry,double precision)</p></li>
11551154
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2752">#2752</a> pgr_analyzegraph(text,double precision,text,text,text,text,text)</p></li>
@@ -1170,7 +1169,7 @@ <h4><a class="toc-backref" href="#id11" role="doc-backlink">Summary of functions
11701169
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2919">#2919</a> pgr_trsp_withPoints(text,text,text,anyarray,bigint,boolean,character,boolean)</p></li>
11711170
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2919">#2919</a> pgr_trsp_withPoints(text,text,text,bigint,anyarray,boolean,character,boolean)</p></li>
11721171
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2919">#2919</a> pgr_trsp_withPoints(text,text,text,bigint,bigint,boolean,character,boolean)</p></li>
1173-
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2919">#2919</a> pgr_trsp_withPoints(text,text,text,text,boolean,character,boolean)</p></li>
1172+
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2919">#2919</a> pgr_trsp_withpoints(text,text,text,text,boolean,character,boolean)</p></li>
11741173
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2901">#2901</a> pgr_tspEuclidean(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean)</p></li>
11751174
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2901">#2901</a> pgr_tsp(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean)</p></li>
11761175
<li><p><a class="reference external" href="https://github.com/pgRouting/pgrouting/issues/2919">#2919</a> pgr_withPointsCostMatrix(text,text,anyarray,boolean,character)</p></li>

4.0/es/metrics-family.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1>Métricas - Familia de funciones<a class="headerlink" href="#metrics-family-
177177
</div>
178178
<ul class="simple">
179179
<li><p><a class="reference internal" href="pgr_betweennessCentrality.html"><span class="doc">pgr_betweennessCentrality - Experimental</span></a> - Calcula la centralidad intermedia relativa mediante el algoritmo de Brandes</p></li>
180-
<li><p><a class="reference internal" href="pgr_bandwidth.html"><span class="doc">pgr_bandwidth - Experimental</span></a> - Computes the bandwidth of a graph.</p></li>
180+
<li><p><a class="reference internal" href="pgr_bandwidth.html"><span class="doc">pgr_bandwidth - Experimental</span></a> - Calcula el ancho de banda de un grafo.</p></li>
181181
</ul>
182182
<div class="toctree-wrapper compound">
183183
</div>

0 commit comments

Comments
 (0)