Skip to content

Commit

Permalink
Deploying to pdoc from @ 5ece149 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Feb 7, 2024
1 parent fa4342f commit 50de307
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions impl/boundary_condition_commons.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 class="title">Module <code>PyMPDATA_MPI.impl.boundary_condition_commons</cod
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34; boundary_condition common functions &#34;&#34;&#34;

from functools import lru_cache

import numba
Expand Down
1 change: 1 addition & 0 deletions impl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 class="title">Module <code>PyMPDATA_MPI.impl</code></h1>
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34; implementation details &#34;&#34;&#34;

from .mpi_boundary_condition import MPIBoundaryCondition</code></pre>
</details>
</section>
Expand Down
1 change: 1 addition & 0 deletions impl/mpi_boundary_condition.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 class="title">Module <code>PyMPDATA_MPI.impl.mpi_boundary_condition</code></
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34; common base class for MPI boundary conditions &#34;&#34;&#34;

from PyMPDATA_MPI.impl.boundary_condition_commons import make_scalar_boundary_condition


Expand Down
1 change: 1 addition & 0 deletions mpi_periodic.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 class="title">Module <code>PyMPDATA_MPI.mpi_periodic</code></h1>
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34; periodic/cyclic boundary condition logic &#34;&#34;&#34;

from functools import lru_cache

import numba
Expand Down
1 change: 1 addition & 0 deletions mpi_polar.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 class="title">Module <code>PyMPDATA_MPI.mpi_polar</code></h1>
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34; polar boundary condition logic &#34;&#34;&#34;

from functools import lru_cache

import numba
Expand Down

0 comments on commit 50de307

Please sign in to comment.