Skip to content

Commit

Permalink
Update online documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2024
1 parent b0d0099 commit 644d55c
Show file tree
Hide file tree
Showing 38 changed files with 241 additions and 697 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3>Modules</h3>
<div class="col-xs-6 col-sm-3">
<div>
<h3>Procedures</h3>
<ul><li><a href='proc/get_version.html'>get_version</a></li><li><a href='interface/to_real.html'>to_real</a></li><li><a href='interface/to_real~2.html'>to_real</a></li></ul>
<ul><li><a href='interface/to_real.html'>to_real</a></li><li><a href='interface/to_real~2.html'>to_real</a></li></ul>
</div>
<div>
<ul>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h3>Derived Types</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-11-21T21:23:00.515904 </p>
on 2024-11-21T22:24:12.942010 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions docs/interface/to_real.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>to_real

<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
title="<p>22.2% of total for procedures.</p>Including implementation: 28 statements, 155.6% of total for procedures.">4 statements</a>
title="<p>50.0% of total for procedures.</p>Including implementation: 28 statements, 350.0% of total for procedures.">4 statements</a>
</li>

<li class="list-inline-item" id="source-file">
Expand Down Expand Up @@ -317,7 +317,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-11-21T21:23:00.515904 </p>
on 2024-11-21T22:24:12.942010 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions docs/interface/to_real~2.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>to_real

<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
title="<p>22.2% of total for procedures.</p>Including implementation: 28 statements, 155.6% of total for procedures.">4 statements</a>
title="<p>50.0% of total for procedures.</p>Including implementation: 28 statements, 350.0% of total for procedures.">4 statements</a>
</li>

<li class="list-inline-item" id="source-file">
Expand Down Expand Up @@ -317,7 +317,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-11-21T21:23:00.515904 </p>
on 2024-11-21T22:24:12.942010 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/lists/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-11-21T21:23:00.515904 </p>
on 2024-11-21T22:24:12.942010 </p>
</div>
</div>
<br>
Expand Down
155 changes: 70 additions & 85 deletions docs/lists/modules.html

Large diffs are not rendered by default.

57 changes: 21 additions & 36 deletions docs/lists/procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ <h1>Procedures</h1>
<thead><tr><th>Procedure</th><th>Location</th><th>Procedure Type</th><th>Description</th></tr></thead>
<tbody>
<tr>
<td><a href='../proc/get_version.html'>get_version</a></td>
<td><a href='../module/codata__version.html'>codata__version</a></td>
<td>Function</td>
<td><p>Get the version.</p></td>
</tr>
<tr>
<td><a href='../interface/to_real.html'>to_real</a></td>
<td><a href='../module/codata__constants_type~2.html'>codata__constants_type</a></td>
<td>Interface</td>
Expand All @@ -94,11 +88,11 @@ <h1>Procedures</h1>
<!-- Generated by graphviz version 2.42.4 (0)
-->
<!-- Title: call~~graph~~CallGraph Pages: 1 -->
<svg id="callgraphCallGraph" width="412pt" height="221pt"
viewBox="0.00 0.00 412.00 221.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="call~~graph~~CallGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 217)">
<svg id="callgraphCallGraph" width="412pt" height="200pt"
viewBox="0.00 0.00 412.00 200.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="call~~graph~~CallGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 196)">
<title>call~~graph~~CallGraph</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-217 408,-217 408,4 -4,4"/>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-196 408,-196 408,4 -4,4"/>
<!-- interface~to_real -->
<g id="call~~graph~~CallGraph_node1" class="node">
<title>interface~to_real</title>
Expand Down Expand Up @@ -127,9 +121,9 @@ <h1>Procedures</h1>
</g>
</g>
<!-- none~to_real_dp -->
<g id="call~~graph~~CallGraph_node6" class="node">
<g id="call~~graph~~CallGraph_node5" class="node">
<title>none~to_real_dp</title>
<g id="a_call~~graph~~CallGraph_node6"><a xlink:href="../type/codata_constant_type.html#boundprocedure-to_real_dp" xlink:title="codata_constant_type%to_real_dp">
<g id="a_call~~graph~~CallGraph_node5"><a xlink:href="../type/codata_constant_type.html#boundprocedure-to_real_dp" xlink:title="codata_constant_type%to_real_dp">
<polygon fill="#a7506f" stroke="#a7506f" points="404,-108 211,-108 211,-84 404,-84 404,-108"/>
<text text-anchor="middle" x="307.5" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">codata_constant_type%to_real_dp</text>
</a>
Expand All @@ -138,13 +132,13 @@ <h1>Procedures</h1>
<!-- none~to_real&#45;&gt;none~to_real_dp -->
<g id="call~~graph~~CallGraph_edge1" class="edge">
<title>none~to_real&#45;&gt;none~to_real_dp</title>
<path fill="none" stroke="#00ff66" stroke-dasharray="5,2" d="M175.29,-96C183.56,-96 192.01,-96 200.44,-96"/>
<polygon fill="#00ff66" stroke="#00ff66" points="200.69,-99.5 210.69,-96 200.69,-92.5 200.69,-99.5"/>
<path fill="none" stroke="#00ffff" stroke-dasharray="5,2" d="M175.29,-96C183.56,-96 192.01,-96 200.44,-96"/>
<polygon fill="#00ffff" stroke="#00ffff" points="200.69,-99.5 210.69,-96 200.69,-92.5 200.69,-99.5"/>
</g>
<!-- none~to_real_sp -->
<g id="call~~graph~~CallGraph_node8" class="node">
<g id="call~~graph~~CallGraph_node7" class="node">
<title>none~to_real_sp</title>
<g id="a_call~~graph~~CallGraph_node8"><a xlink:href="../type/codata_constant_type.html#boundprocedure-to_real_sp" xlink:title="codata_constant_type%to_real_sp">
<g id="a_call~~graph~~CallGraph_node7"><a xlink:href="../type/codata_constant_type.html#boundprocedure-to_real_sp" xlink:title="codata_constant_type%to_real_sp">
<polygon fill="#a7506f" stroke="#a7506f" points="403.5,-66 211.5,-66 211.5,-42 403.5,-42 403.5,-66"/>
<text text-anchor="middle" x="307.5" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">codata_constant_type%to_real_sp</text>
</a>
Expand All @@ -153,8 +147,8 @@ <h1>Procedures</h1>
<!-- none~to_real&#45;&gt;none~to_real_sp -->
<g id="call~~graph~~CallGraph_edge2" class="edge">
<title>none~to_real&#45;&gt;none~to_real_sp</title>
<path fill="none" stroke="#00ff66" stroke-dasharray="5,2" d="M150.97,-83.96C176.85,-78.98 207.05,-73.16 233.91,-67.99"/>
<polygon fill="#00ff66" stroke="#00ff66" points="234.86,-71.37 244.02,-66.04 233.54,-64.49 234.86,-71.37"/>
<path fill="none" stroke="#00ffff" stroke-dasharray="5,2" d="M150.97,-83.96C176.85,-78.98 207.05,-73.16 233.91,-67.99"/>
<polygon fill="#00ffff" stroke="#00ffff" points="234.86,-71.37 244.02,-66.04 233.54,-64.49 234.86,-71.37"/>
</g>
<!-- none~to_real~2 -->
<g id="call~~graph~~CallGraph_node4" class="node">
Expand All @@ -166,9 +160,9 @@ <h1>Procedures</h1>
</g>
</g>
<!-- none~to_real_dp~2 -->
<g id="call~~graph~~CallGraph_node7" class="node">
<g id="call~~graph~~CallGraph_node6" class="node">
<title>none~to_real_dp~2</title>
<g id="a_call~~graph~~CallGraph_node7"><a xlink:href="../type/codata_constant_type~2.html#boundprocedure-to_real_dp~2" xlink:title="codata_constant_type%to_real_dp">
<g id="a_call~~graph~~CallGraph_node6"><a xlink:href="../type/codata_constant_type~2.html#boundprocedure-to_real_dp~2" xlink:title="codata_constant_type%to_real_dp">
<polygon fill="#a7506f" stroke="#a7506f" points="404,-192 211,-192 211,-168 404,-168 404,-192"/>
<text text-anchor="middle" x="307.5" y="-177.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">codata_constant_type%to_real_dp</text>
</a>
Expand All @@ -177,13 +171,13 @@ <h1>Procedures</h1>
<!-- none~to_real~2&#45;&gt;none~to_real_dp~2 -->
<g id="call~~graph~~CallGraph_edge3" class="edge">
<title>none~to_real~2&#45;&gt;none~to_real_dp~2</title>
<path fill="none" stroke="#0066ff" stroke-dasharray="5,2" d="M175.29,-167.36C183.65,-168.17 192.2,-168.99 200.71,-169.81"/>
<polygon fill="#0066ff" stroke="#0066ff" points="200.4,-173.3 210.69,-170.77 201.07,-166.33 200.4,-173.3"/>
<path fill="none" stroke="#7f00ff" stroke-dasharray="5,2" d="M175.29,-167.36C183.65,-168.17 192.2,-168.99 200.71,-169.81"/>
<polygon fill="#7f00ff" stroke="#7f00ff" points="200.4,-173.3 210.69,-170.77 201.07,-166.33 200.4,-173.3"/>
</g>
<!-- none~to_real_sp~2 -->
<g id="call~~graph~~CallGraph_node9" class="node">
<g id="call~~graph~~CallGraph_node8" class="node">
<title>none~to_real_sp~2</title>
<g id="a_call~~graph~~CallGraph_node9"><a xlink:href="../type/codata_constant_type~2.html#boundprocedure-to_real_sp~2" xlink:title="codata_constant_type%to_real_sp">
<g id="a_call~~graph~~CallGraph_node8"><a xlink:href="../type/codata_constant_type~2.html#boundprocedure-to_real_sp~2" xlink:title="codata_constant_type%to_real_sp">
<polygon fill="#a7506f" stroke="#a7506f" points="403.5,-150 211.5,-150 211.5,-126 403.5,-126 403.5,-150"/>
<text text-anchor="middle" x="307.5" y="-135.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">codata_constant_type%to_real_sp</text>
</a>
Expand All @@ -192,17 +186,8 @@ <h1>Procedures</h1>
<!-- none~to_real~2&#45;&gt;none~to_real_sp~2 -->
<g id="call~~graph~~CallGraph_edge4" class="edge">
<title>none~to_real~2&#45;&gt;none~to_real_sp~2</title>
<path fill="none" stroke="#0066ff" stroke-dasharray="5,2" d="M175.29,-150.64C183.82,-149.82 192.54,-148.98 201.24,-148.14"/>
<polygon fill="#0066ff" stroke="#0066ff" points="201.79,-151.6 211.41,-147.16 201.12,-144.63 201.79,-151.6"/>
</g>
<!-- proc~get_version -->
<g id="call~~graph~~CallGraph_node5" class="node">
<title>proc~get_version</title>
<g id="a_call~~graph~~CallGraph_node5"><a xlink:href="../proc/get_version.html" xlink:title="get_version">
<polygon fill="#d94e8f" stroke="#d94e8f" points="124.5,-213 50.5,-213 50.5,-189 124.5,-189 124.5,-213"/>
<text text-anchor="middle" x="87.5" y="-198.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">get_version</text>
</a>
</g>
<path fill="none" stroke="#7f00ff" stroke-dasharray="5,2" d="M175.29,-150.64C183.82,-149.82 192.54,-148.98 201.24,-148.14"/>
<polygon fill="#7f00ff" stroke="#7f00ff" points="201.79,-151.6 211.41,-147.16 201.12,-144.63 201.79,-151.6"/>
</g>
</g>
</svg>
Expand Down Expand Up @@ -302,7 +287,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-11-21T21:23:00.515904 </p>
on 2024-11-21T22:24:12.942010 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/lists/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-11-21T21:23:00.515904 </p>
on 2024-11-21T22:24:12.942010 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit 644d55c

Please sign in to comment.