Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Nov 28, 2024
1 parent 35b38e4 commit 244c98a
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
Binary file modified docs/public/images/graph_clean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/graph_raw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/pages/rustalgos/rustalgos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2807,12 +2807,12 @@ datapoints are not located with high spatial precision.



<span class="name">node_lives</span><span class="annotation">: list[bool]</span>
<span class="name">node_xs</span><span class="annotation">: list[float]</span>




<span class="name">node_xs</span><span class="annotation">: list[float]</span>
<span class="name">node_lives</span><span class="annotation">: list[bool]</span>



Expand Down
30 changes: 30 additions & 0 deletions docs/src/pages/tools/graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ side-effects as a function of varied node intensities when computing network cen
<span class="pc">:</span>
<span class="pa"> int = 100</span>
</div>
<div class="param">
<span class="pn">remove_deadend_tunnels</span>
<span class="pc">:</span>
<span class="pa"> bool = True</span>
</div>
<span class="pt">)</span>
</div>
</div>
Expand Down Expand Up @@ -160,6 +165,16 @@ side-effects as a function of varied node intensities when computing network cen
Remove disconnected components with fewer nodes than specified by this parameter. Defaults to 100. Set to 0 to keep all disconnected components.</div>
</div>

<div class="param-set">
<div class="def">
<div class="name">remove_deadend_tunnels</div>
<div class="type">bool</div>
</div>
<div class="desc">

Remove dead-end tunnels. Default of True.</div>
</div>

### Returns
<div class="param-set">
<div class="def">
Expand Down Expand Up @@ -346,6 +361,11 @@ side-effects as a function of varied node intensities when computing network cen
<span class="pc">:</span>
<span class="pa"> int = 100</span>
</div>
<div class="param">
<span class="pn">max_foot_tunnel_length</span>
<span class="pc">:</span>
<span class="pa"> int = 50</span>
</div>
<span class="pt">)</span>
</div>
</div>
Expand Down Expand Up @@ -383,6 +403,16 @@ side-effects as a function of varied node intensities when computing network cen
Maximum self loop length to permit for a given edge.</div>
</div>

<div class="param-set">
<div class="def">
<div class="name">max_foot_tunnel_length</div>
<div class="type">int</div>
</div>
<div class="desc">

Maximum tunnel length to permit for non motorised edges.</div>
</div>

### Returns
<div class="param-set">
<div class="def">
Expand Down
5 changes: 5 additions & 0 deletions docs/src/pages/tools/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,11 @@ layout: ../../layouts/PageLayout.astro



<span class="name">levels</span>




<div class="function">

## gather_edge_info
Expand Down

0 comments on commit 244c98a

Please sign in to comment.