-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://stash.pnnl.gov/scm/hyp/hypernetx in…
…to hotfix/grabprop
- Loading branch information
Showing
5 changed files
with
44 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. _Modules: | ||
|
||
******************** | ||
Modules | ||
******************** | ||
|
||
This page provides additionally documentation for various contributions to HyperNetX through modules. | ||
We use the term module to describe an advanced method for studying hypergraphs. | ||
Each module includes a descriptive document here as well as a notebook showcasing its functionality. | ||
Tutorial notebooks can be found for each module under the `advanced tutorials <https://github.com/pnnl/HyperNetX/tree/master/tutorials/advanced>`_ folder in GitHub. | ||
|
||
**Modules with additional documentation:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Hypergraph Modularity and Clustering <algorithms/hypergraph_modularity_and_clustering> | ||
Hypergraph Matching <algorithms/matching_algorithms> |