Skip to content

Commit

Permalink
Deploying to main from @ pyt-team/TopoNetX@d729346 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed May 25, 2023
1 parent 2460356 commit bc604e2
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 71 deletions.
Binary file modified toponetx/.doctrees/api/classes.doctree
Binary file not shown.
Binary file modified toponetx/.doctrees/environment.pickle
Binary file not shown.
Binary file modified toponetx/.doctrees/notebooks/01_simplicial_complexes.doctree
Binary file not shown.
Binary file modified toponetx/.doctrees/notebooks/02_cell_complexes.doctree
Binary file not shown.
Binary file modified toponetx/.doctrees/notebooks/03_combinatorial_complexes.doctree
Binary file not shown.
101 changes: 42 additions & 59 deletions toponetx/_modules/toponetx/classes/simplicial_complex.html

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions toponetx/api/classes.html
Expand Up @@ -2982,19 +2982,11 @@ <h3>Features<a class="headerlink" href="#features" title="Permalink to this head
</li>
<li><p>The class has robust error handling and input validation, ensuring reliable and easy use of the class.</p></li>
</ol>
<dl class="field-list">
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul>
<dd class="field-odd"><ul class="simple">
<li><p><strong>simplices</strong> (<em>list, optional, default: None</em>) – list of maximal simplices that define the simplicial complex</p></li>
<li><p><strong>name</strong> (<em>hashable, optional, default: None</em>) – If None then a placeholder ‘’ will be inserted as name</p></li>
<li><p><strong>mode</strong> (<em>str, optional, default ‘normal’.</em>) – computational mode, available options are “normal” or “gudhi”.
default is ‘normal’.</p>
<p>Note : When ghudi is selected additioanl structure
obtained from the simplicial tree is stored.
this creates an additional reduannt storage
but it can be used for access the simplicial
tree of the complex.</p>
</li>
</ul>
</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion toponetx/notebooks/01_simplicial_complexes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion toponetx/searchindex.js

Large diffs are not rendered by default.

0 comments on commit bc604e2

Please sign in to comment.