Skip to content

Commit

Permalink
Update users documentation for 3.7.0 for develop branch: commit ec5350c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2024
1 parent 5db680f commit 57054f9
Show file tree
Hide file tree
Showing 329 changed files with 11,590 additions and 10,765 deletions.
4 changes: 4 additions & 0 deletions 3.7/en/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2031c7dcd6208f3e1d5a44951e5ca701
tags: 645f666f9bcd5a90fca523b33c5a78b7
52 changes: 27 additions & 25 deletions 3.7/en/BFS-category.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>BFS - Category &#8212; pgRouting Manual (3.6-dev)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/page_history.js"></script>
<title>BFS - Category &#8212; pgRouting Manual (3.7-dev)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=5a695559" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=e38b2961" />
<script src="_static/documentation_options.js?v=d431d799"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/page_history.js?v=f9d5993e"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
Expand Down Expand Up @@ -45,7 +45,7 @@

<a class="brand" href="index.html">
pgRouting</a>
<span class="navbar-text pull-left"><b>v3.6.0-dev</b></span>
<span class="navbar-text pull-left"><b>v3.7.0-dev</b></span>

<div class="nav-collapse">
<ul class="nav">
Expand Down Expand Up @@ -105,7 +105,7 @@
<li><a class="reference internal" href="#edges-sql">Edges SQL</a></li>
</ul>
</li>
<li><a class="reference internal" href="#result-columns">Result Columns</a></li>
<li><a class="reference internal" href="#result-columns">Result columns</a></li>
<li><a class="reference internal" href="#see-also">See Also</a></li>
</ul>
</li>
Expand Down Expand Up @@ -158,7 +158,7 @@
<div class="line"><br /></div>
</div>
<section id="bfs-category">
<h1>BFS - Category<a class="headerlink" href="#bfs-category" title="Permalink to this heading"></a></h1>
<h1>BFS - Category<a class="headerlink" href="#bfs-category" title="Link to this heading"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="pgr_kruskalBFS.html"><span class="doc">pgr_kruskalBFS</span></a></p></li>
<li><p><a class="reference internal" href="pgr_primBFS.html"><span class="doc">pgr_primBFS</span></a></p></li>
Expand All @@ -180,7 +180,7 @@ <h1>BFS - Category<a class="headerlink" href="#bfs-category" title="Permalink to
</li>
</ul>
<section id="parameters">
<h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this heading"></a></h2>
<h2>Parameters<a class="headerlink" href="#parameters" title="Link to this heading"></a></h2>
<table class="docutils align-default" style="width: 81">
<colgroup>
<col style="width: 12.0%" />
Expand Down Expand Up @@ -210,10 +210,12 @@ <h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this
<tr class="row-even"><td><p><strong>root vids</strong></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">ARRAY</span></code> [ <strong>ANY-INTEGER</strong> ]</p></td>
<td><p>Array of identifiers of the root vertices.</p>
<ul class="simple">
<blockquote>
<div><ul class="simple">
<li><p><span class="math notranslate nohighlight">\(0\)</span> values are ignored</p></li>
<li><p>For optimization purposes, any duplicated value is ignored.</p></li>
</ul>
</div></blockquote>
</td>
</tr>
</tbody>
Expand All @@ -228,7 +230,7 @@ <h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this
</dd>
</dl>
<section id="bfs-optional-parameters">
<h3>BFS optional parameters<a class="headerlink" href="#bfs-optional-parameters" title="Permalink to this heading"></a></h3>
<h3>BFS optional parameters<a class="headerlink" href="#bfs-optional-parameters" title="Link to this heading"></a></h3>
<table class="docutils align-default" style="width: 81">
<thead>
<tr class="row-odd"><th class="head"><p>Parameter</p></th>
Expand All @@ -252,9 +254,9 @@ <h3>BFS optional parameters<a class="headerlink" href="#bfs-optional-parameters"
</section>
</section>
<section id="inner-queries">
<h2>Inner Queries<a class="headerlink" href="#inner-queries" title="Permalink to this heading"></a></h2>
<h2>Inner Queries<a class="headerlink" href="#inner-queries" title="Link to this heading"></a></h2>
<section id="edges-sql">
<h3>Edges SQL<a class="headerlink" href="#edges-sql" title="Permalink to this heading"></a></h3>
<h3>Edges SQL<a class="headerlink" href="#edges-sql" title="Link to this heading"></a></h3>
<table class="docutils align-default" style="width: 81">
<colgroup>
<col style="width: 17.7%" />
Expand Down Expand Up @@ -314,8 +316,8 @@ <h3>Edges SQL<a class="headerlink" href="#edges-sql" title="Permalink to this he
</section>
</section>
<section id="result-columns">
<h2>Result Columns<a class="headerlink" href="#result-columns" title="Permalink to this heading"></a></h2>
<p>Returns SET OF <code class="docutils literal notranslate"><span class="pre">(seq,</span> <span class="pre">depth,</span> <span class="pre">start_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>
<h2>Result columns<a class="headerlink" href="#result-columns" title="Link to this heading"></a></h2>
<p>Returns set of <code class="docutils literal notranslate"><span class="pre">(seq,</span> <span class="pre">depth,</span> <span class="pre">start_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>
<table class="docutils align-default" style="width: 81">
<thead>
<tr class="row-odd"><th class="head"><p>Parameter</p></th>
Expand Down Expand Up @@ -373,7 +375,7 @@ <h2>Result Columns<a class="headerlink" href="#result-columns" title="Permalink
</dl>
</section>
<section id="see-also">
<h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this heading"></a></h2>
<h2>See Also<a class="headerlink" href="#see-also" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://www.boost.org/libs/graph/doc/prim_minimum_spanning_tree.html">Boost: Prim’s algorithm</a></p></li>
<li><p><a class="reference external" href="https://www.boost.org/libs/graph/doc/kruskal_min_spanning_tree.html">Boost: Kruskal’s algorithm</a></p></li>
Expand All @@ -400,9 +402,9 @@ <h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this head

</p>
<p>
&copy; Copyright pgRouting Contributors - Version v3.6.0-dev.<br/>
Last updated on Sep 04, 2023.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 6.1.3.<br/>
&copy; Copyright pgRouting Contributors - Version v3.7.0-dev.<br/>
Last updated on Jan 03, 2024.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.2.6.<br/>
</p>
</div>
</footer>
Expand Down
34 changes: 17 additions & 17 deletions 3.7/en/DFS-category.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>DFS - Category &#8212; pgRouting Manual (3.6-dev)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/page_history.js"></script>
<title>DFS - Category &#8212; pgRouting Manual (3.7-dev)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=5a695559" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=e38b2961" />
<script src="_static/documentation_options.js?v=d431d799"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/page_history.js?v=f9d5993e"></script>
<link rel="icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand All @@ -42,7 +42,7 @@

<a class="brand" href="index.html">
pgRouting</a>
<span class="navbar-text pull-left"><b>v3.6.0-dev</b></span>
<span class="navbar-text pull-left"><b>v3.7.0-dev</b></span>

<div class="nav-collapse">
<ul class="nav">
Expand Down Expand Up @@ -138,7 +138,7 @@
<div class="line"><br /></div>
</div>
<section id="dfs-category">
<h1>DFS - Category<a class="headerlink" href="#dfs-category" title="Permalink to this heading"></a></h1>
<h1>DFS - Category<a class="headerlink" href="#dfs-category" title="Link to this heading"></a></h1>
<p>Traversal using Depth First Search.</p>
<ul class="simple">
<li><p><a class="reference internal" href="pgr_kruskalDFS.html"><span class="doc">pgr_kruskalDFS</span></a></p></li>
Expand Down Expand Up @@ -182,7 +182,7 @@ <h1>DFS - Category<a class="headerlink" href="#dfs-category" title="Permalink to
</li>
</ul>
<section id="see-also">
<h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this heading"></a></h2>
<h2>See Also<a class="headerlink" href="#see-also" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://www.boost.org/libs/graph/doc/prim_minimum_spanning_tree.html">Boost: Prim’s algorithm</a></p></li>
<li><p><a class="reference external" href="https://www.boost.org/libs/graph/doc/kruskal_min_spanning_tree.html">Boost: Kruskal’s algorithm</a></p></li>
Expand All @@ -209,9 +209,9 @@ <h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this head

</p>
<p>
&copy; Copyright pgRouting Contributors - Version v3.6.0-dev.<br/>
Last updated on Sep 04, 2023.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 6.1.3.<br/>
&copy; Copyright pgRouting Contributors - Version v3.7.0-dev.<br/>
Last updated on Jan 03, 2024.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.2.6.<br/>
</p>
</div>
</footer>
Expand Down
32 changes: 16 additions & 16 deletions 3.7/en/KSP-category.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>K shortest paths - Category &#8212; pgRouting Manual (3.6-dev)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/page_history.js"></script>
<title>K shortest paths - Category &#8212; pgRouting Manual (3.7-dev)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=5a695559" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=e38b2961" />
<script src="_static/documentation_options.js?v=d431d799"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/page_history.js?v=f9d5993e"></script>
<link rel="icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -44,7 +44,7 @@

<a class="brand" href="index.html">
pgRouting</a>
<span class="navbar-text pull-left"><b>v3.6.0-dev</b></span>
<span class="navbar-text pull-left"><b>v3.7.0-dev</b></span>

<div class="nav-collapse">
<ul class="nav">
Expand Down Expand Up @@ -145,7 +145,7 @@
<div class="line"><br /></div>
</div>
<section id="k-shortest-paths-category">
<h1>K shortest paths - Category<a class="headerlink" href="#k-shortest-paths-category" title="Permalink to this heading"></a></h1>
<h1>K shortest paths - Category<a class="headerlink" href="#k-shortest-paths-category" title="Link to this heading"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="pgr_KSP.html"><span class="doc">pgr_KSP</span></a> - Yen’s algorithm based on pgr_dijkstra</p></li>
</ul>
Expand Down Expand Up @@ -189,9 +189,9 @@ <h1>K shortest paths - Category<a class="headerlink" href="#k-shortest-paths-cat

</p>
<p>
&copy; Copyright pgRouting Contributors - Version v3.6.0-dev.<br/>
Last updated on Sep 04, 2023.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 6.1.3.<br/>
&copy; Copyright pgRouting Contributors - Version v3.7.0-dev.<br/>
Last updated on Jan 03, 2024.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.2.6.<br/>
</p>
</div>
</footer>
Expand Down
Loading

0 comments on commit 57054f9

Please sign in to comment.