Skip to content

Commit 95528d2

Browse files
fixed: hypergraph tutorial
1 parent 1764558 commit 95528d2

65 files changed

Lines changed: 6006 additions & 14083 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 34c72db44f55b3994ca5cacdd270e4e7
3+
config: 02a1949e5d5ed3f05329265c18410616
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/easygraph/model/hypergraphs/unignn.html

Lines changed: 631 additions & 0 deletions
Large diffs are not rendered by default.

docs/_modules/index.html

Lines changed: 61 additions & 157 deletions
Large diffs are not rendered by default.

docs/_sources/hypergraph.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Please refer to the related source code `here <https://github.com/easy-graph/Eas
6060
# Add hyperedges and you can find the weight of the last hyperedge is 1.0 and 2.0, if you set the merge_op to mean and sum, respectively.
6161
hg.add_hyperedges(e_list = [(0, 2, 1), (2, 4)], merge_op="mean")
6262
print("hg.e:", hg.e)
63-
# ([(0, 1, 2), (2, 3), (0, 4)], [1.0, 2.0, 1.0], [{}, {}, {}])
63+
# ([(0, 1, 2), (2, 3), (0, 4), (2, 4)], [1.0, 2.0, 1.0, 1.0], [{}, {}, {}, {}])
6464
hg.add_hyperedges(e_list = [(2, 4)], merge_op="sum")
6565
print("hg.e:", hg.e)
6666
# ([(0, 1, 2), (2, 3), (0, 4), (2, 4)], [1.0, 2.0, 1.0, 1.0], [{}, {}, {}, {}])

docs/_static/basic.css

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -237,10 +237,6 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240-
a:visited {
241-
color: #551A8B;
242-
}
243-
244240
h1:hover > a.headerlink,
245241
h2:hover > a.headerlink,
246242
h3:hover > a.headerlink,
@@ -674,16 +670,6 @@ dd {
674670
margin-left: 30px;
675671
}
676672

677-
.sig dd {
678-
margin-top: 0px;
679-
margin-bottom: 0px;
680-
}
681-
682-
.sig dl {
683-
margin-top: 0px;
684-
margin-bottom: 0px;
685-
}
686-
687673
dl > dd:last-child,
688674
dl > dd:last-child > :last-child {
689675
margin-bottom: 0;
@@ -752,14 +738,6 @@ abbr, acronym {
752738
cursor: help;
753739
}
754740

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763741
/* -- code displays --------------------------------------------------------- */
764742

765743
pre {

docs/_static/documentation_options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const DOCUMENTATION_OPTIONS = {
1+
var DOCUMENTATION_OPTIONS = {
2+
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
23
VERSION: '1.4',
34
LANGUAGE: 'en',
45
COLLAPSE_INDEX: false,

docs/_static/language_data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/
1212

1313
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
1414

1515

16-
/* Non-minified version is copied as a separate JS file, if available */
16+
/* Non-minified version is copied as a separate JS file, is available */
1717

1818
/**
1919
* Porter Stemmer

docs/_static/pygments.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
20-
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
2120
.highlight .gr { color: #FF0000 } /* Generic.Error */
2221
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2322
.highlight .gi { color: #00A000 } /* Generic.Inserted */
@@ -97,17 +96,16 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /*
9796
body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
9897
body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
9998
body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
100-
body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
99+
body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */
101100
body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
102-
body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
103-
body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */
101+
body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */
104102
body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
105103
body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */
106104
body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */
107105
body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
108106
body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
109107
body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
110-
body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
108+
body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */
111109
body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
112110
body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
113111
body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
@@ -183,17 +181,16 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol
183181
body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
184182
body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
185183
body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
186-
body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
184+
body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */
187185
body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
188-
body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
189-
body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */
186+
body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */
190187
body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
191188
body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */
192189
body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */
193190
body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
194191
body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
195192
body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
196-
body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
193+
body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */
197194
body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
198195
body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
199196
body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */

0 commit comments

Comments
 (0)