Skip to content

Commit

Permalink
Cleanup file structure (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Oct 5, 2023
2 parents 69e53e0 + 29d7542 commit d642a96
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4,586 deletions.
3,486 changes: 0 additions & 3,486 deletions GraphTest1-Copy1.ipynb

This file was deleted.

869 changes: 0 additions & 869 deletions Papyri Prototype.ipynb

This file was deleted.

218 changes: 0 additions & 218 deletions TreeVisitor.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion d3.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/astropy.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[global]
module = 'astropy'
logo = "astropy_project_logo.svg"
logo = "img/astropy_project_logo.svg"
exclude = [ "astropy.utils.misc:OrderedDescriptorContainer",
# VisitTargetNotImplementedError
"astropy.utils.data:download_file",
Expand Down
6 changes: 0 additions & 6 deletions examples/example-0.expected

This file was deleted.

1 change: 0 additions & 1 deletion examples/example-0.rst

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion examples/matplotlib.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[global]
module = 'matplotlib'
logo = "../matplotlib_logo.png"
logo = "img/matplotlib_logo.png"
wait_for_plt_show = false
exec_failure = "fallback"
submodules = [ "image", "pyplot", "axes", "axes._base", "dviread", "image","figure",'colors', 'transforms']
Expand Down
1 change: 0 additions & 1 deletion examples/numpy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ submodules = [
'compat',
'core',
'ctypeslib',
'distutils',
'doc',
'fft',
'lib',
Expand Down
2 changes: 1 addition & 1 deletion examples/pandas.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[global]
module = 'pandas'
logo = 'logo_pandas.png'
logo = 'img/logo_pandas.png'
exec_failure = "fallback"
submodules = []
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion examples/scipy.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[global]
module = 'scipy'
logo = "../scipy_logo.png"
logo = "img/scipy_logo.png"
exec = true
submodules = [ "signal","misc"]
exclude = [
Expand Down

0 comments on commit d642a96

Please sign in to comment.