Skip to content

Commit

Permalink
fixed many broken and red hyper links
Browse files Browse the repository at this point in the history
  • Loading branch information
anabiman committed Nov 10, 2019
1 parent 96839a2 commit 372ae8f
Show file tree
Hide file tree
Showing 151 changed files with 28,366 additions and 226 deletions.
68 changes: 34 additions & 34 deletions docs/analysis.html

Large diffs are not rendered by default.

36 changes: 14 additions & 22 deletions docs/autosummary/analysis.PyGranAnalysis.core.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down Expand Up @@ -115,7 +115,7 @@

<div class="section" id="module-analysis.PyGranAnalysis.core">
<span id="analysis-pygrananalysis-core"></span><h1>analysis.PyGranAnalysis.core<a class="headerlink" href="#module-analysis.PyGranAnalysis.core" title="Permalink to this headline"></a></h1>
<p>A module that provides the fundamental classes used in the analysis module</p>
<p>A submodule that provides the fundamental classes used in the analysis module</p>
<p>Created on July 10, 2016</p>
<p>Author: Andrew Abi-Mansour</p>
<p>This is the:</p>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dd class="field-odd"><p><strong>units</strong> (<em>string</em>) – unit system</p>
</dd>
<dt class="field-even">Note</dt>
<dd class="field-even"><p>see <a class="reference external" href="https://github.com/Andrew-AbiMansour/PyGranAnalysis/blob/master/PyGranAnalysis/tools.py">link</a> for available unit systems</p>
<dd class="field-even"><p>See <a class="reference external" href="https://github.com/Andrew-AbiMansour/PyGranAnalysis/blob/master/PyGranAnalysis/tools.py">code</a> for available unit systems</p>
</dd>
</dl>
<dl class="method">
Expand Down Expand Up @@ -263,7 +263,7 @@
<dl class="method">
<dt id="analysis.PyGranAnalysis.core.SubSystem.noise">
<code class="descname">noise</code><span class="sig-paren">(</span><em>sigma</em>, <em>attr=('x'</em>, <em>'y'</em>, <em>'z')</em><span class="sig-paren">)</span><a class="reference internal" href="../modules/analysis/PyGranAnalysis/core.html#SubSystem.noise"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#analysis.PyGranAnalysis.core.SubSystem.noise" title="Permalink to this definition"></a></dt>
<dd><p>Adds white noise of standard deviation <a href="#id1"><span class="problematic" id="id2">`</span></a>sigma’ to all elements with attribute ‘attr’.</p>
<dd><p>Adds white noise of standard deviation sigma’ to all elements with attribute ‘attr’.</p>
<p>&#64;sigma: standard deviation of the Gaussian (white) noise
&#64;[attr]: attribute to perturb (positions by default)</p>
</dd></dl>
Expand Down Expand Up @@ -344,7 +344,7 @@
<dl class="method">
<dt id="analysis.PyGranAnalysis.core.Mesh.noise">
<code class="descname">noise</code><span class="sig-paren">(</span><em>sigma</em>, <em>attr=('x'</em>, <em>'y'</em>, <em>'z')</em><span class="sig-paren">)</span><a class="headerlink" href="#analysis.PyGranAnalysis.core.Mesh.noise" title="Permalink to this definition"></a></dt>
<dd><p>Adds white noise of standard deviation <a href="#id3"><span class="problematic" id="id4">`</span></a>sigma’ to all elements with attribute ‘attr’.</p>
<dd><p>Adds white noise of standard deviation sigma’ to all elements with attribute ‘attr’.</p>
<p>&#64;sigma: standard deviation of the Gaussian (white) noise
&#64;[attr]: attribute to perturb (positions by default)</p>
</dd></dl>
Expand Down Expand Up @@ -439,23 +439,15 @@
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>length of each side of the cube in space</strong> (<em>S</em>) – </p></li>
<li><p><strong>outer diameter of largest spherical shell</strong> (<em>rMax</em>) – </p></li>
<li><p><strong>increment for increasing radius of spherical shell</strong> (<em>dr</em>) – </p></li>
<li><p><strong>dr</strong> (<em>float</em>) – increment for increasing radius of spherical shell</p></li>
<li><p><strong>rMax</strong> (<em>float</em>) – outer diameter of largest spherical shell</p></li>
</ul>
</dd>
</dl>
<dl>
<dt>Implicit arguments:</dt><dd><p>x an array of x positions of centers of particles
y an array of y positions of centers of particles
z an array of z positions of centers of particles</p>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>(rdf as numpy array, radii of spherical shells as numpy array, indices of particles)</p>
</dd>
<dt>Returns a tuple: (g, radii, interior_indices)</dt><dd><p>g(r) a numpy array containing the correlation function g(r)
radii a numpy array containing the radii of the</p>
<blockquote>
<div><p>spherical shells used to compute g(r)</p>
</div></blockquote>
<p>reference_indices indices of reference particles</p>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>tuple</p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -591,7 +583,7 @@
<dl class="method">
<dt id="analysis.PyGranAnalysis.core.Particles.noise">
<code class="descname">noise</code><span class="sig-paren">(</span><em>sigma</em>, <em>attr=('x'</em>, <em>'y'</em>, <em>'z')</em><span class="sig-paren">)</span><a class="headerlink" href="#analysis.PyGranAnalysis.core.Particles.noise" title="Permalink to this definition"></a></dt>
<dd><p>Adds white noise of standard deviation <a href="#id5"><span class="problematic" id="id6">`</span></a>sigma’ to all elements with attribute ‘attr’.</p>
<dd><p>Adds white noise of standard deviation sigma’ to all elements with attribute ‘attr’.</p>
<p>&#64;sigma: standard deviation of the Gaussian (white) noise
&#64;[attr]: attribute to perturb (positions by default)</p>
</dd></dl>
Expand Down Expand Up @@ -675,7 +667,7 @@
<dl class="method">
<dt id="analysis.PyGranAnalysis.core.System.units">
<code class="descname">units</code><span class="sig-paren">(</span><em>iunits=None</em><span class="sig-paren">)</span><a class="reference internal" href="../modules/analysis/PyGranAnalysis/core.html#System.units"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#analysis.PyGranAnalysis.core.System.units" title="Permalink to this definition"></a></dt>
<dd><p>Change unit system to units ore return units if None
<dd><p>Change unit system to units or return units if None
units: si, micro, cgs, or nano</p>
</dd></dl>

Expand Down Expand Up @@ -749,7 +741,7 @@
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>when region is not supplied, all particle indices are returned</p>
<p>When region is not supplied, all particle indices are returned</p>
</div>
</dd></dl>

Expand Down
2 changes: 1 addition & 1 deletion docs/autosummary/analysis.PyGranAnalysis.dynamics.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/autosummary/analysis.PyGranAnalysis.equilibrium.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/autosummary/simulation.PyGranSim.dem.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/autosummary/simulation.PyGranSim.engine_liggghts.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/autosummary/simulation.PyGranSim.generator.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/autosummary/simulation.PyGranSim.model_liggghts.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down
8 changes: 4 additions & 4 deletions docs/autosummary/simulation.PyGranSim.models.html
Expand Up @@ -78,7 +78,7 @@
<li class="toctree-l2"><a class="reference internal" href="../analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="../zreferences.html">Bibliography</a></li>
</ul>


Expand Down Expand Up @@ -176,7 +176,7 @@
<td><p>A class that implements the linear spring model for granular materials</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="#simulation.PyGranSim.models.ThorntonNing" title="simulation.PyGranSim.models.ThorntonNing"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ThorntonNing</span></code></a>(**params)</p></td>
<td><p>A basic class that implements the Thornton elasto-plastic model based on <a class="reference internal" href="../references.html#thornton1998theoretical" id="id1">[TN98]</a>.</p></td>
<td><p>A basic class that implements the Thornton elasto-plastic model based on <a class="reference internal" href="../zreferences.html#thornton1998theoretical" id="id1">[TN98]</a>.</p></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -753,11 +753,11 @@
<dt id="simulation.PyGranSim.models.ThorntonNing">
<em class="property">class </em><code class="descclassname">simulation.PyGranSim.models.</code><code class="descname">ThorntonNing</code><span class="sig-paren">(</span><em>**params</em><span class="sig-paren">)</span><a class="reference internal" href="../modules/simulation/PyGranSim/models.html#ThorntonNing"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#simulation.PyGranSim.models.ThorntonNing" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="#simulation.PyGranSim.models.Model" title="simulation.PyGranSim.models.Model"><code class="xref py py-class docutils literal notranslate"><span class="pre">simulation.PyGranSim.models.Model</span></code></a></p>
<p>A basic class that implements the Thornton elasto-plastic model based on <a class="reference internal" href="../references.html#thornton1998theoretical" id="id2">[TN98]</a>.</p>
<p>A basic class that implements the Thornton elasto-plastic model based on <a class="reference internal" href="../zreferences.html#thornton1998theoretical" id="id2">[TN98]</a>.</p>
<dl class="method">
<dt id="simulation.PyGranSim.models.ThorntonNing.computeYieldRadius">
<code class="descname">computeYieldRadius</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../modules/simulation/PyGranSim/models.html#ThorntonNing.computeYieldRadius"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#simulation.PyGranSim.models.ThorntonNing.computeYieldRadius" title="Permalink to this definition"></a></dt>
<dd><p>Computes the contact radius at the yield point based on Eq. (65) in <a class="reference internal" href="../references.html#thornton1998theoretical" id="id3">[TN98]</a></p>
<dd><p>Computes the contact radius at the yield point based on Eq. (65) in <a class="reference internal" href="../zreferences.html#thornton1998theoretical" id="id3">[TN98]</a></p>
<p>return: yielding contact radius
rtype: float</p>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/genindex.html
Expand Up @@ -79,7 +79,7 @@
<li class="toctree-l2"><a class="reference internal" href="analysis.html#systems-subsystems">Systems &amp; SubSystems</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="references.html">Bibliography</a></li>
<li class="toctree-l1"><a class="reference internal" href="zreferences.html">Bibliography</a></li>
</ul>


Expand Down
4 changes: 4 additions & 0 deletions docs/html/.buildinfo
@@ -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: c37309b42e58890d0e41bed0ff5f08aa
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 comments on commit 372ae8f

Please sign in to comment.