Skip to content

Commit

Permalink
Deploying to gh-pages from @ c0b9169 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
brmather committed Nov 14, 2023
1 parent 7d5a208 commit b2feb8e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ <h2 id="notebooks-examples">Notebooks / Examples</h2>
plot,
pygplates,
read_geometries,
reconstruction,
ptt
ptt,
reconstruction
)

from .data import DataCollection
Expand Down Expand Up @@ -4745,6 +4745,7 @@ <h2 id="attributes">Attributes</h2>

The delta time interval used for velocity calculations is, by default, assumed to be 1Ma.
&#34;&#34;&#34;
from . import ptt
anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -4839,6 +4840,8 @@ <h2 id="attributes">Attributes</h2>
The total subduction zone length (in km) at the specified `time`.

&#34;&#34;&#34;
from . import ptt

if use_ptt:
with warnings.catch_warnings():
warnings.simplefilter(&#34;ignore&#34;)
Expand Down Expand Up @@ -5041,6 +5044,8 @@ <h2 id="attributes">Attributes</h2>
* spreading velocity magnitude (in cm/yr)
* length of arc segment (in degrees) that current point is on
&#34;&#34;&#34;
from . import ptt

anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -5130,6 +5135,7 @@ <h2 id="attributes">Attributes</h2>
total_ridge_length_kms : float
The total length of global mid-ocean ridges (in kilometres) at the specified time.
&#34;&#34;&#34;
from . import ptt

if use_ptt is True:
with warnings.catch_warnings():
Expand Down Expand Up @@ -6518,6 +6524,8 @@ <h2 id="returns">Returns</h2>
* spreading velocity magnitude (in cm/yr)
* length of arc segment (in degrees) that current point is on
&#34;&#34;&#34;
from . import ptt

anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -6725,6 +6733,7 @@ <h2 id="notes">Notes</h2>

The delta time interval used for velocity calculations is, by default, assumed to be 1Ma.
&#34;&#34;&#34;
from . import ptt
anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -6994,6 +7003,7 @@ <h2 id="returns">Returns</h2>
total_ridge_length_kms : float
The total length of global mid-ocean ridges (in kilometres) at the specified time.
&#34;&#34;&#34;
from . import ptt

if use_ptt is True:
with warnings.catch_warnings():
Expand Down Expand Up @@ -7119,6 +7129,8 @@ <h2 id="returns">Returns</h2>
The total subduction zone length (in km) at the specified `time`.

&#34;&#34;&#34;
from . import ptt

if use_ptt:
with warnings.catch_warnings():
warnings.simplefilter(&#34;ignore&#34;)
Expand Down
21 changes: 19 additions & 2 deletions reconstruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ <h1 class="title">Module <code>gplately.reconstruction</code></h1>
import numpy as np
import pygplates

import gplately.ptt as ptt
import gplately.tools as _tools
from . import tools as _tools
from .gpml import _load_FeatureCollection
from .pygplates import FeatureCollection as _FeatureCollection
from .pygplates import RotationModel as _RotationModel
Expand Down Expand Up @@ -207,6 +206,7 @@ <h1 class="title">Module <code>gplately.reconstruction</code></h1>

The delta time interval used for velocity calculations is, by default, assumed to be 1Ma.
&#34;&#34;&#34;
from . import ptt
anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -301,6 +301,8 @@ <h1 class="title">Module <code>gplately.reconstruction</code></h1>
The total subduction zone length (in km) at the specified `time`.

&#34;&#34;&#34;
from . import ptt

if use_ptt:
with warnings.catch_warnings():
warnings.simplefilter(&#34;ignore&#34;)
Expand Down Expand Up @@ -503,6 +505,8 @@ <h1 class="title">Module <code>gplately.reconstruction</code></h1>
* spreading velocity magnitude (in cm/yr)
* length of arc segment (in degrees) that current point is on
&#34;&#34;&#34;
from . import ptt

anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -592,6 +596,7 @@ <h1 class="title">Module <code>gplately.reconstruction</code></h1>
total_ridge_length_kms : float
The total length of global mid-ocean ridges (in kilometres) at the specified time.
&#34;&#34;&#34;
from . import ptt

if use_ptt is True:
with warnings.catch_warnings():
Expand Down Expand Up @@ -2917,6 +2922,7 @@ <h2 id="attributes">Attributes</h2>

The delta time interval used for velocity calculations is, by default, assumed to be 1Ma.
&#34;&#34;&#34;
from . import ptt
anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -3011,6 +3017,8 @@ <h2 id="attributes">Attributes</h2>
The total subduction zone length (in km) at the specified `time`.

&#34;&#34;&#34;
from . import ptt

if use_ptt:
with warnings.catch_warnings():
warnings.simplefilter(&#34;ignore&#34;)
Expand Down Expand Up @@ -3213,6 +3221,8 @@ <h2 id="attributes">Attributes</h2>
* spreading velocity magnitude (in cm/yr)
* length of arc segment (in degrees) that current point is on
&#34;&#34;&#34;
from . import ptt

anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -3302,6 +3312,7 @@ <h2 id="attributes">Attributes</h2>
total_ridge_length_kms : float
The total length of global mid-ocean ridges (in kilometres) at the specified time.
&#34;&#34;&#34;
from . import ptt

if use_ptt is True:
with warnings.catch_warnings():
Expand Down Expand Up @@ -4690,6 +4701,8 @@ <h2 id="returns">Returns</h2>
* spreading velocity magnitude (in cm/yr)
* length of arc segment (in degrees) that current point is on
&#34;&#34;&#34;
from . import ptt

anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -4897,6 +4910,7 @@ <h2 id="notes">Notes</h2>

The delta time interval used for velocity calculations is, by default, assumed to be 1Ma.
&#34;&#34;&#34;
from . import ptt
anchor_plate_id = kwargs.pop(&#34;anchor_plate_id&#34;, self.anchor_plate_id)

if ignore_warnings:
Expand Down Expand Up @@ -5166,6 +5180,7 @@ <h2 id="returns">Returns</h2>
total_ridge_length_kms : float
The total length of global mid-ocean ridges (in kilometres) at the specified time.
&#34;&#34;&#34;
from . import ptt

if use_ptt is True:
with warnings.catch_warnings():
Expand Down Expand Up @@ -5291,6 +5306,8 @@ <h2 id="returns">Returns</h2>
The total subduction zone length (in km) at the specified `time`.

&#34;&#34;&#34;
from . import ptt

if use_ptt:
with warnings.catch_warnings():
warnings.simplefilter(&#34;ignore&#34;)
Expand Down

0 comments on commit b2feb8e

Please sign in to comment.