Skip to content

Commit 4992745

Browse files
authored
Merge pull request #18 from pyt-team/icml_challenge_2024
ICML Challenge 2024
2 parents d7d7b7c + be34e12 commit 4992745

Some content is hidden

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

56 files changed

+3445
-541
lines changed

.nojekyll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
216 KB
Loading

_images/lifting_maps.png

2.58 MB
Loading

_sources/index.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ To learn more about how topological domains are used in deep learning:
7171
packs/index_tnx
7272
packs/index_tmx
7373
packs/index_tex
74+
packs/challenge
7475
packs/about

_sources/packs/challenge.rst.txt

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

_sources/packs/index_tnx.rst.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@ To learn more about how topological domains are used in deep learning:
9898
eprint={2304.10031},
9999
archivePrefix={arXiv},
100100
primaryClass={cs.LG}
101-
}
101+
}
102+
103+
.. toctree::
104+
:maxdepth: 1
105+
:hidden:

_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/binder_badge_logo.svg

Lines changed: 1 addition & 0 deletions
Loading

_static/broken_example.png

20.9 KB
Loading

_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: 'latest',
2+
VERSION: '',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

_static/jupyterlite_badge_logo.svg

Lines changed: 3 additions & 0 deletions
Loading

_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-2023 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2024 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, is available */
16+
/* Non-minified version is copied as a separate JS file, if available */
1717

1818
/**
1919
* Porter Stemmer

_static/nbsphinx-broken-thumbnail.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)