Skip to content

Commit

Permalink
Deploying to gh-pages from @ meshpro/meshplex-dev@661db58 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Jan 21, 2024
1 parent cedc919 commit ff55763
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 3 deletions.
23 changes: 23 additions & 0 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,31 @@
<h1 id="index">Index</h1>

<div class="genindex-jumpbox">
<a href="#M"><strong>M</strong></a>

</div>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
meshplex

<ul>
<li><a href="index.html#module-meshplex">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
module

<ul>
<li><a href="index.html#module-meshplex">meshplex</a>
</li>
</ul></li>
</ul></td>
</tr></table>



</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h1>meshplex — Simplex meshes for Python<a class="headerlink" href="#meshplex-
tetrahedral meshes, with a focus on efficiency. Useful in many contexts, e.g.,
finite-element and finite-volume computations.</p>
<p>For a quickstart, checkout <a class="reference external" href="//github.com/nschloe/meshplex">meshplex’s GitHubPage</a>.</p>
<section id="overview-of-classes-and-functions">
<h2>Overview of classes and functions<a class="headerlink" href="#overview-of-classes-and-functions" title="Link to this heading"></a></h2>
<section id="module-meshplex">
<span id="overview-of-classes-and-functions"></span><h2>Overview of classes and functions<a class="headerlink" href="#module-meshplex" title="Link to this heading"></a></h2>
</section>
</section>

Expand Down
Binary file modified objects.inv
Binary file not shown.
129 changes: 129 additions & 0 deletions py-modindex.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>

<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &#8212; meshplex documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=12dfc556" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="_static/meshplex-32x32.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />


<link rel="stylesheet" href="_static/custom.css" type="text/css" />






<script>
DOCUMENTATION_OPTIONS.COLLAPSE_INDEX = true;
</script>


</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">


<h1>Python Module Index</h1>

<div class="modindex-jumpbox">
<a href="#cap-m"><strong>m</strong></a>
</div>

<table class="indextable modindextable">
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-m"><td></td><td>
<strong>m</strong></td><td></td></tr>
<tr>
<td></td>
<td>
<a href="index.html#module-meshplex"><code class="xref">meshplex</code></a></td><td>
<em></em></td></tr>
</table>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="index.html">
<img class="logo" src="_static/meshplex-logo.svg" alt="Logo" />

</a>
</p>










<h3>Navigation</h3>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&#169;.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.2.6</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>


<a href="https://github.com/nschloe/meshplex" class="github">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
</a>



</body>
</html>
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff55763

Please sign in to comment.