Skip to content

Commit

Permalink
Deploying to gh-pages from @ a7afe74 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Mar 6, 2024
1 parent d55b262 commit afc38d5
Show file tree
Hide file tree
Showing 31 changed files with 4,865 additions and 877 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3>Source Files</h3>
<div class="col-xs-6 col-sm-3">
<div>
<h3>Modules</h3>
<ul><li><a href='module/fbchem_db_critical_constants.html'>fbchem_db_critical_constants</a></li><li><a href='module/fchem_db.html'>fchem_db</a></li><li><a href='module/fchem_db_constants.html'>fchem_db_constants</a></li><li><a href='module/fchem_db_property.html'>fchem_db_property</a></li></ul>
<ul><li><a href='module/forsus.html'>forsus</a></li><li><a href='module/forsus_constants.html'>forsus_constants</a></li><li><a href='module/forsus_critical_constants.html'>forsus_critical_constants</a></li><li><a href='module/forsus_property.html'>forsus_property</a></li></ul>
</div>
<div>
<ul>
Expand Down Expand Up @@ -149,7 +149,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-02-29 13:22 </p>
on 2024-03-06 17:29 </p>
</div>
</div>
<br>
Expand Down
12 changes: 6 additions & 6 deletions interface/abs_from_json.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>abs_from_json
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-end mb-0">
<li class="breadcrumb-item"><a href='../sourcefile/properties.f90.html'>properties.f90</a></li>
<li class="breadcrumb-item"><a href='../module/fchem_db_property.html'>fchem_db_property</a></li>
<li class="breadcrumb-item"><a href='../module/forsus_property.html'>forsus_property</a></li>
<li class="breadcrumb-item active" aria-current="page">abs_from_json</li>
</ol>
</nav>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-self~2"></span>
<span class="anchor" id="variable-self"></span>
class(<a href='../type/property.html'>Property</a>)
</td>
<td></td>
Expand All @@ -172,7 +172,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-name~4"></span>
<span class="anchor" id="variable-name~2"></span>
character(len=*),
</td>
<td>intent(in)</td>
Expand All @@ -187,7 +187,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-json_str~2"></span>
<span class="anchor" id="variable-json_str"></span>
character(len=*),
</td>
<td>intent(in)</td>
Expand All @@ -202,7 +202,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-path~3"></span>
<span class="anchor" id="variable-path"></span>
character(len=*),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -235,7 +235,7 @@ <h3>Arguments</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-02-29 13:22 </p>
on 2024-03-06 17:29 </p>
</div>
</div>
<br>
Expand Down
208 changes: 204 additions & 4 deletions interface/substance.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>Substance
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-end mb-0">
<li class="breadcrumb-item"><a href='../sourcefile/core.f90.html'>core.f90</a></li>
<li class="breadcrumb-item"><a href='../module/fchem_db.html'>fchem_db</a></li>
<li class="breadcrumb-item"><a href='../module/forsus.html'>forsus</a></li>
<li class="breadcrumb-item active" aria-current="page">Substance</li>
</ol>
</nav>
Expand Down Expand Up @@ -150,7 +150,207 @@ <h4 class="card-header bg-primary text-white">Module Procedures</h4>
<div class="col-md-9" id='text'>
<h2>public interface Substance</h2>

<div class="card">
<div class="card-header">
<h3 class="card-title">Calls</h3>
</div>
<div class="card-body">
<div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: interface~~substance~~CallsGraph Pages: 1 -->
<svg id="interfacesubstanceCallsGraph" width="641pt" height="102pt"
viewBox="0.00 0.00 641.00 101.89" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="interface~~substance~~CallsGraph" class="graph" transform="scale(1.55 1.55) rotate(0) translate(4 154)">
<title>interface~~substance~~CallsGraph</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-154 990,-154 990,4 -4,4"/>
<!-- interface~substance -->
<g id="interface~~substance~~CallsGraph_node1" class="node">
<title>interface~substance</title>
<polygon fill="none" stroke="black" points="108,-87 0,-87 0,-63 108,-63 108,-87"/>
<text text-anchor="middle" x="54" y="-72.6" font-family="Helvetica,sans-Serif" font-size="10.50">forsus::Substance</text>
</g>
<!-- proc~init_json -->
<g id="interface~~substance~~CallsGraph_node2" class="node">
<title>proc~init_json</title>
<g id="a_interface~~substance~~CallsGraph_node2"><a xlink:href="../proc/init_json.html" xlink:title="forsus::init_json">
<polygon fill="#d94e8f" stroke="#d94e8f" points="240,-87 144,-87 144,-63 240,-63 240,-87"/>
<text text-anchor="middle" x="192" y="-72.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">forsus::init_json</text>
</a>
</g>
</g>
<!-- interface~substance&#45;&gt;proc~init_json -->
<g id="interface~~substance~~CallsGraph_edge1" class="edge">
<title>interface~substance&#45;&gt;proc~init_json</title>
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M108.36,-75C116.72,-75 125.39,-75 133.83,-75"/>
<polygon fill="#000000" stroke="#000000" points="133.97,-78.5 143.97,-75 133.97,-71.5 133.97,-78.5"/>
</g>
<!-- proc~from_json -->
<g id="interface~~substance~~CallsGraph_node3" class="node">
<title>proc~from_json</title>
<g id="a_interface~~substance~~CallsGraph_node3"><a xlink:href="../proc/from_json.html" xlink:title="forsus_critical_constants::CriticalConstants%from_json">
<polygon fill="#d9534f" stroke="#d9534f" points="577,-87 276,-87 276,-63 577,-63 577,-87"/>
<text text-anchor="middle" x="426.5" y="-72.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">forsus_critical_constants::CriticalConstants%from_json</text>
</a>
</g>
</g>
<!-- proc~init_json&#45;&gt;proc~from_json -->
<g id="interface~~substance~~CallsGraph_edge2" class="edge">
<title>proc~init_json&#45;&gt;proc~from_json</title>
<path fill="none" stroke="#000000" d="M240.05,-75C248.04,-75 256.72,-75 265.81,-75"/>
<polygon fill="#000000" stroke="#000000" points="265.82,-78.5 275.82,-75 265.82,-71.5 265.82,-78.5"/>
</g>
<!-- proc~scalar_from_json -->
<g id="interface~~substance~~CallsGraph_node4" class="node">
<title>proc~scalar_from_json</title>
<g id="a_interface~~substance~~CallsGraph_node4"><a xlink:href="../proc/scalar_from_json.html" xlink:title="forsus_property::ScalarProperty%scalar_from_json">
<polygon fill="#d9534f" stroke="#d9534f" points="892,-87 613,-87 613,-63 892,-63 892,-87"/>
<text text-anchor="middle" x="752.5" y="-72.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">forsus_property::ScalarProperty%scalar_from_json</text>
</a>
</g>
</g>
<!-- proc~from_json&#45;&gt;proc~scalar_from_json -->
<g id="interface~~substance~~CallsGraph_edge3" class="edge">
<title>proc~from_json&#45;&gt;proc~scalar_from_json</title>
<path fill="none" stroke="#000000" d="M577.17,-75C585.75,-75 594.38,-75 602.95,-75"/>
<polygon fill="#000000" stroke="#000000" points="602.99,-78.5 612.99,-75 602.99,-71.5 602.99,-78.5"/>
</g>
<!-- failed -->
<g id="interface~~substance~~CallsGraph_node5" class="node">
<title>failed</title>
<polygon fill="#777777" stroke="#777777" points="984,-150 930,-150 930,-126 984,-126 984,-150"/>
<text text-anchor="middle" x="957" y="-135.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">failed</text>
</g>
<!-- proc~scalar_from_json&#45;&gt;failed -->
<g id="interface~~substance~~CallsGraph_edge4" class="edge">
<title>proc~scalar_from_json&#45;&gt;failed</title>
<path fill="none" stroke="#000000" d="M792.54,-87.15C829.52,-98.65 884.58,-115.78 920.38,-126.92"/>
<polygon fill="#000000" stroke="#000000" points="919.35,-130.26 929.94,-129.89 921.43,-123.58 919.35,-130.26"/>
</g>
<!-- get -->
<g id="interface~~substance~~CallsGraph_node6" class="node">
<title>get</title>
<polygon fill="#777777" stroke="#777777" points="984,-108 930,-108 930,-84 984,-84 984,-108"/>
<text text-anchor="middle" x="957" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">get</text>
</g>
<!-- proc~scalar_from_json&#45;&gt;get -->
<g id="interface~~substance~~CallsGraph_edge5" class="edge">
<title>proc~scalar_from_json&#45;&gt;get</title>
<path fill="none" stroke="#000000" d="M869.24,-87C887.49,-88.9 905.1,-90.72 919.63,-92.23"/>
<polygon fill="#000000" stroke="#000000" points="919.32,-95.72 929.63,-93.27 920.04,-88.75 919.32,-95.72"/>
</g>
<!-- initialize -->
<g id="interface~~substance~~CallsGraph_node7" class="node">
<title>initialize</title>
<polygon fill="#777777" stroke="#777777" points="985.5,-66 928.5,-66 928.5,-42 985.5,-42 985.5,-66"/>
<text text-anchor="middle" x="957" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">initialize</text>
</g>
<!-- proc~scalar_from_json&#45;&gt;initialize -->
<g id="interface~~substance~~CallsGraph_edge6" class="edge">
<title>proc~scalar_from_json&#45;&gt;initialize</title>
<path fill="none" stroke="#000000" d="M869.24,-63C886.89,-61.17 903.94,-59.4 918.19,-57.92"/>
<polygon fill="#000000" stroke="#000000" points="918.91,-61.37 928.49,-56.85 918.19,-54.4 918.91,-61.37"/>
</g>
<!-- load_file -->
<g id="interface~~substance~~CallsGraph_node8" class="node">
<title>load_file</title>
<polygon fill="#777777" stroke="#777777" points="986,-24 928,-24 928,0 986,0 986,-24"/>
<text text-anchor="middle" x="957" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">load_file</text>
</g>
<!-- proc~scalar_from_json&#45;&gt;load_file -->
<g id="interface~~substance~~CallsGraph_edge7" class="edge">
<title>proc~scalar_from_json&#45;&gt;load_file</title>
<path fill="none" stroke="#000000" d="M792.54,-62.85C828.79,-51.58 882.39,-34.9 918.22,-23.75"/>
<polygon fill="#000000" stroke="#000000" points="919.32,-27.08 927.83,-20.76 917.24,-20.39 919.32,-27.08"/>
</g>
</g>
</svg>
</div> <script>
var paninterfacesubstanceCallsGraph = svgPanZoom('#interfacesubstanceCallsGraph',
{zoomEnabled: true, controlIconsEnabled: true, fit: true, center: true,}
);
</script> <div>
<a type="button" class="graph-help" data-bs-toggle="modal" href="#CallsGraph-help-text">Help</a>
</div>
<div class="modal fade" id="CallsGraph-help-text" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Nodes of different colours represent the following: </p>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: Graph Key Pages: 1 -->
<svg width="641pt" height="28pt"
viewBox="0.00 0.00 641.00 27.51" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1.16 1.16) rotate(0) translate(4 28)">
<title>Graph Key</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-28 741.5,-28 741.5,4 -4,4"/>
<!-- Subroutine -->
<g id="node1" class="node">
<title>Subroutine</title>
<polygon fill="#d9534f" stroke="#d9534f" points="70,-24 0,-24 0,0 70,0 70,-24"/>
<text text-anchor="middle" x="35" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Subroutine</text>
</g>
<!-- Function -->
<g id="node2" class="node">
<title>Function</title>
<polygon fill="#d94e8f" stroke="#d94e8f" points="146,-24 88,-24 88,0 146,0 146,-24"/>
<text text-anchor="middle" x="117" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Function</text>
</g>
<!-- Interface -->
<g id="node3" class="node">
<title>Interface</title>
<polygon fill="#a7506f" stroke="#a7506f" points="225.5,-24 164.5,-24 164.5,0 225.5,0 225.5,-24"/>
<text text-anchor="middle" x="195" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Interface</text>
</g>
<!-- Type Bound Procedure -->
<g id="node4" class="node">
<title>Type Bound Procedure</title>
<polygon fill="#a7506f" stroke="#a7506f" points="374,-24 244,-24 244,0 374,0 374,-24"/>
<text text-anchor="middle" x="309" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Type Bound Procedure</text>
</g>
<!-- Unknown Procedure Type -->
<g id="node5" class="node">
<title>Unknown Procedure Type</title>
<polygon fill="#777777" stroke="#777777" points="537.5,-24 392.5,-24 392.5,0 537.5,0 537.5,-24"/>
<text text-anchor="middle" x="465" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Unknown Procedure Type</text>
</g>
<!-- Program -->
<g id="node6" class="node">
<title>Program</title>
<polygon fill="#f0ad4e" stroke="#f0ad4e" points="614,-24 556,-24 556,0 614,0 614,-24"/>
<text text-anchor="middle" x="585" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Program</text>
</g>
<!-- This Page&#39;s Entity -->
<g id="node7" class="node">
<title>This Page&#39;s Entity</title>
<polygon fill="none" stroke="black" points="737.5,-24 632.5,-24 632.5,0 737.5,0 737.5,-24"/>
<text text-anchor="middle" x="685" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page&#39;s Entity</text>
</g>
</g>
</svg>

<p>Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>


<h2>Module Procedures</h2>
Expand All @@ -174,7 +374,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-name~2"></span>
<span class="anchor" id="variable-name~5"></span>
character(len=*),
</td>
<td>intent(in)</td>
Expand All @@ -189,7 +389,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-path"></span>
<span class="anchor" id="variable-path~3"></span>
character(len=*),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -228,7 +428,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-02-29 13:22 </p>
on 2024-03-06 17:29 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions lists/absint.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1>Abstract Interfaces</h1>
</thead><tbody>
<tr>
<td><a href='../interface/abs_from_json.html'>abs_from_json</a></td>
<td><a href='../module/fchem_db_property.html'>fchem_db_property</a></td>
<td><a href='../module/forsus_property.html'>forsus_property</a></td>
<td></td>
</tr>
</tbody></table>
Expand All @@ -92,7 +92,7 @@ <h1>Abstract Interfaces</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-02-29 13:22 </p>
on 2024-03-06 17:29 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit afc38d5

Please sign in to comment.