Skip to content

Commit 4d17b9f

Browse files
andrewram4287Andrew Ramirez
andauthored
Rise tut (#502)
* Add RISE tutorial documentation * Add png files to documentation * Remove duplicates * Comment out lupus dataset * Updated RISE tutorial --------- Co-authored-by: Andrew Ramirez <[email protected]>
1 parent d490cd8 commit 4d17b9f

14 files changed

+347
-550
lines changed

RISE/tests/test_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"import_func",
1313
[
1414
import_thomson,
15-
import_lupus,
15+
# import_lupus,
1616
],
1717
)
1818
def test_imports(import_func):
58.1 KB
Loading
31.9 KB
Loading
39.1 KB
Loading
157 KB
Loading
33.3 KB
Loading
37.8 KB
Loading
75.1 KB
Loading
28.8 KB
Loading

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"sphinx.ext.viewcode",
2020
"sphinx.ext.napoleon",
2121
"sphinx.ext.intersphinx",
22+
"nbsphinx",
2223
]
2324

2425
templates_path = ["_templates"]

0 commit comments

Comments
 (0)