Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
5ad24da
Merge pull request #18 in ~PRAG717/hnx from develop to master
brendapraggastis May 2, 2019
3238f70
updated gitignore
brendapraggastis Sep 10, 2019
326f82b
updated gitignore
brendapraggastis Sep 16, 2019
dda38fa
updated gitignore
brendapraggastis Sep 16, 2019
25455fe
adding to gitignore
brendapraggastis Oct 9, 2019
1b2c042
Bug fix for hyp-110: prevents edge labels from disappearing
dlarendt Jan 25, 2020
8f90e48
Merge pull request #18 from pnnl/hotfix/hyp-110
brendapraggastis Jan 27, 2020
4625e06
Merge branch 'master' of https://github.com/pnnl/HyperNetX
brendapraggastis Jan 27, 2020
819eb15
updating version after hotfix/hyp-110/43
brendapraggastis Jan 27, 2020
92cea6c
Merge pull request #19 from pnnl/versionupdate
brendapraggastis Jan 28, 2020
aba9788
updating docs for v.0.2.6
brendapraggastis Jan 28, 2020
d2b6fda
Merge pull request #20 from pnnl/docs
brendapraggastis Jan 28, 2020
e28d059
removing build lib hypernetx copy
brendapraggastis Jan 28, 2020
9b7a06f
updating gitignore
brendapraggastis Jan 28, 2020
b821330
updating docs
brendapraggastis Jan 28, 2020
9c8d7bc
removing untested code
brendapraggastis Jan 28, 2020
57910e4
updated nx.connected_component calls to be consistent with newer vers…
brendapraggastis Jan 28, 2020
ab8c192
updating docs
brendapraggastis Jan 28, 2020
04cb370
Merge pull request #23 from pnnl/hotfix/hyp-109
brendapraggastis Jan 28, 2020
1b3cbdc
moved all constructors into hypergraph class to mimic pandas
brendapraggastis Feb 17, 2020
d4ca4ee
updated tests for hypergraph class including tests for constructors
brendapraggastis Feb 17, 2020
da85a7f
added code to compute homology
brendapraggastis Feb 17, 2020
bf75d49
added a tutorial for homology
brendapraggastis Feb 17, 2020
323f4dc
updated gitignore
brendapraggastis Feb 17, 2020
1a84f86
updated version number
brendapraggastis Feb 17, 2020
7e6d938
udated develop from new master
brendapraggastis Feb 17, 2020
a02265f
updated to version 0.3.0
brendapraggastis Feb 17, 2020
020a43a
Merge branch 'master' into develop
brendapraggastis Feb 17, 2020
07f94d3
fixed typo on Emilie's name
brendapraggastis Feb 18, 2020
2d75372
Merge pull request #21 from develop to master
brendapraggastis Feb 18, 2020
83d9552
updated documentation
brendapraggastis Feb 18, 2020
4631586
Merge branch 'master' into develop
brendapraggastis Feb 18, 2020
f0ffeac
Merge branch 'develop'
brendapraggastis Feb 18, 2020
26d7033
Merge branch 'master' of https://stash.pnnl.gov/scm/~prag717/hnx
brendapraggastis Feb 18, 2020
ee0884c
Merge pull request #25 from pnnl/release3
brendapraggastis Feb 18, 2020
b909ba5
Merge branch 'develop'
brendapraggastis Feb 18, 2020
214fef6
updating docs
brendapraggastis Feb 19, 2020
63e7ca5
removed build docs
brendapraggastis Feb 19, 2020
1c24d4f
updated docs
brendapraggastis Feb 19, 2020
7066ea4
Merge branch 'develop'
brendapraggastis Feb 19, 2020
01336a2
rebuilding repo for V 0.3.0
brendapraggastis Feb 19, 2020
c444c48
adding documentation back
brendapraggastis Feb 19, 2020
f24e2d3
updating docs
brendapraggastis Feb 19, 2020
694ae0d
Merge pull request #27 from pnnl/develop
brendapraggastis Feb 19, 2020
dfbd883
fixed typo in tutorial
brendapraggastis Feb 19, 2020
7d48cd2
Merge pull request #28 from pnnl/develop
brendapraggastis Feb 19, 2020
46cef57
improved performance of hom mod2 thanks to Andrew
brendapraggastis Feb 20, 2020
8d5cc2f
removed timings
brendapraggastis Feb 20, 2020
6b6805e
removed unnecessary import
brendapraggastis Feb 20, 2020
68068ed
removed calls to datetime
brendapraggastis Feb 20, 2020
c107a64
updated version for hom optimization
brendapraggastis Feb 20, 2020
9308fc6
Merge pull request #29 from pnnl/develop
brendapraggastis Feb 20, 2020
8af6ae2
removed bug in tutorial
brendapraggastis Feb 20, 2020
a6cabdd
updating documentation and version number
brendapraggastis Feb 20, 2020
66a2e53
Merge branch 'master' of https://github.com/pnnl/HyperNetX
brendapraggastis Feb 20, 2020
2bedaa8
gitignore update
brendapraggastis Feb 20, 2020
3e1d6b6
fixed error in snf documentation
brendapraggastis Feb 20, 2020
f4b1644
updated docs
brendapraggastis Feb 20, 2020
92dafbd
updated docs
brendapraggastis Feb 20, 2020
fe14a20
updating setup file - it didnot have algorithms
brendapraggastis Feb 20, 2020
44a4f29
Merge pull request #30 from pnnl/develop
brendapraggastis Feb 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated to version 0.3.0
  • Loading branch information
brendapraggastis committed Feb 17, 2020
commit a02265f6933d4b1f09084701a024df7eac7c20ee
4 changes: 3 additions & 1 deletion build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/bash

rm -rf docs/build
rm -rf docs/source/classes
rm -rf docs/source/classes
rm -rf docs/source/algorithms
rm -rf docs/source/drawing
rm -rf docs/source/reports

sphinx-apidoc -o docs/source/classes hypernetx/classes
sphinx-apidoc -o docs/source/algorithms hypernetx/algorithms
sphinx-apidoc -o docs/source/drawing hypernetx/drawing
sphinx-apidoc -o docs/source/reports hypernetx/reports
sphinx-build -b html docs/source docs/build
2 changes: 1 addition & 1 deletion docs/build/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +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: 3539ecd7d41e3c89ec0585615692d6c6
config: 673a2b0b26a4af3560f6f8e3e7022acd
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file added docs/build/.doctrees/algorithms/modules.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/classes/classes.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
957 changes: 957 additions & 0 deletions docs/build/_modules/algorithms/homology_mod2.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/build/_modules/classes/entity.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>classes.entity &mdash; HyperNetX 0.2.6 documentation</title>
<title>classes.entity &mdash; HyperNetX 0.3.0 documentation</title>



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


<div class="version">
0.2
0.3
</div>


Expand Down Expand Up @@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../install.html">Installing HyperNetX</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../classes/modules.html">Hypergraphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../algorithms/modules.html">Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../drawing/modules.html">Drawing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../reports/modules.html">Reports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
Expand Down
423 changes: 0 additions & 423 deletions docs/build/_modules/classes/hg_constructors.html

This file was deleted.

136 changes: 131 additions & 5 deletions docs/build/_modules/classes/hypergraph.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/build/_modules/drawing/rubber_band.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>drawing.rubber_band &mdash; HyperNetX 0.2.6 documentation</title>
<title>drawing.rubber_band &mdash; HyperNetX 0.3.0 documentation</title>



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


<div class="version">
0.2
0.3
</div>


Expand Down Expand Up @@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../install.html">Installing HyperNetX</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../classes/modules.html">Hypergraphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../algorithms/modules.html">Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../drawing/modules.html">Drawing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../reports/modules.html">Reports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/build/_modules/drawing/two_column.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>drawing.two_column &mdash; HyperNetX 0.2.6 documentation</title>
<title>drawing.two_column &mdash; HyperNetX 0.3.0 documentation</title>



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


<div class="version">
0.2
0.3
</div>


Expand Down Expand Up @@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../install.html">Installing HyperNetX</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../classes/modules.html">Hypergraphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../algorithms/modules.html">Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../drawing/modules.html">Drawing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../reports/modules.html">Reports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/build/_modules/drawing/util.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>drawing.util &mdash; HyperNetX 0.2.6 documentation</title>
<title>drawing.util &mdash; HyperNetX 0.3.0 documentation</title>



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


<div class="version">
0.2
0.3
</div>


Expand Down Expand Up @@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../install.html">Installing HyperNetX</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../classes/modules.html">Hypergraphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../algorithms/modules.html">Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../drawing/modules.html">Drawing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../reports/modules.html">Reports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
Expand Down
9 changes: 5 additions & 4 deletions docs/build/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Overview: module code &mdash; HyperNetX 0.2.6 documentation</title>
<title>Overview: module code &mdash; HyperNetX 0.3.0 documentation</title>



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


<div class="version">
0.2
0.3
</div>


Expand Down Expand Up @@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="../install.html">Installing HyperNetX</a></li>
<li class="toctree-l1"><a class="reference internal" href="../glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="../classes/modules.html">Hypergraphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../algorithms/modules.html">Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="../drawing/modules.html">Drawing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../reports/modules.html">Reports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
Expand Down Expand Up @@ -156,8 +157,8 @@
<div itemprop="articleBody">

<h1>All modules for which code is available</h1>
<ul><li><a href="classes/entity.html">classes.entity</a></li>
<li><a href="classes/hg_constructors.html">classes.hg_constructors</a></li>
<ul><li><a href="algorithms/homology_mod2.html">algorithms.homology_mod2</a></li>
<li><a href="classes/entity.html">classes.entity</a></li>
<li><a href="classes/hypergraph.html">classes.hypergraph</a></li>
<li><a href="drawing/rubber_band.html">drawing.rubber_band</a></li>
<li><a href="drawing/two_column.html">drawing.two_column</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/build/_modules/reports/descriptive_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>reports.descriptive_stats &mdash; HyperNetX 0.2.6 documentation</title>
<title>reports.descriptive_stats &mdash; HyperNetX 0.3.0 documentation</title>



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


<div class="version">
0.2
0.3
</div>


Expand Down Expand Up @@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../install.html">Installing HyperNetX</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../classes/modules.html">Hypergraphs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../algorithms/modules.html">Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../drawing/modules.html">Drawing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../reports/modules.html">Reports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
Expand Down
22 changes: 22 additions & 0 deletions docs/build/_sources/algorithms/algorithms.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
algorithms package
==================

Submodules
----------

algorithms.homology\_mod2 module
--------------------------------

.. automodule:: algorithms.homology_mod2
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: algorithms
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/build/_sources/algorithms/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
algorithms
==========

.. toctree::
:maxdepth: 4

algorithms
8 changes: 0 additions & 8 deletions docs/build/_sources/classes/classes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ classes.entity module
:undoc-members:
:show-inheritance:

classes.hg\_constructors module
-------------------------------

.. automodule:: classes.hg_constructors
:members:
:undoc-members:
:show-inheritance:

classes.hypergraph module
-------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/build/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Contents
install
Glossary <glossary>
Hypergraphs <classes/modules.rst>
Algorithms <algorithms/modules.rst>
Drawing <drawing/modules.rst>
Reports <reports/modules.rst>
license
Expand Down
2 changes: 1 addition & 1 deletion docs/build/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.2.6',
VERSION: '0.3.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading