Skip to content

Commit 786ecb0

Browse files
committed
Cleanup, no more cycle and cmap wrappers accepting *args
1 parent aef207d commit 786ecb0

95 files changed

Lines changed: 189496 additions & 1533130 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.

.gitignore

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,27 @@
33
.vimsession
44
.*.sw[a-z]
55

6-
# Colormap subfolders
7-
tmp
8-
rejects
9-
weird
10-
colorbrewer
11-
126
# PyPi stuff
137
build
148
dist
159
*.egg-info
1610

17-
# Private files
18-
*.pdf
19-
*.png
20-
*.log
21-
*.tex
22-
*.dfont
23-
*.bdf
24-
empty*
25-
sample*
26-
notes*
27-
trash*
28-
29-
# Ignore top-level init used on my machine to make package importable as long
30-
# as $HOME is in $PYTHONPATH (see: https://stackoverflow.com/a/3637678/4970632)
31-
# /__init__.py # need this for other servers
32-
install
11+
# Deleted
12+
trash
13+
garbage
3314

3415
# Python extras
3516
*.pyc
3617
.*.pyc
37-
__trash__
3818
__pycache__
3919

4020
# Notebooks
4121
*.ipynb
4222
.ipynb_checkpoints
43-
!showcase.ipynb
44-
!logo.ipynb
23+
# !showcase.ipynb
24+
# !logo.ipynb
4525

46-
# OS generated files
26+
# OS files
4727
.DS_Store
4828
.DS_Store?
4929
._*

docs/_static/colors.ico

-37.2 KB
Binary file not shown.

docs/_static/colors.png

-3.62 KB
Binary file not shown.

docs/_static/graph.ico

-37.2 KB
Binary file not shown.

docs/_static/graph.png

-1.74 KB
Binary file not shown.

docs/_static/icon.png

26.2 KB
Loading

docs/_static/long.png

233 KB
Loading

docs/_static/palette.png

-2.51 KB
Binary file not shown.

docs/_static/scatter.png

-838 Bytes
Binary file not shown.

docs/_static/sine.ico

-37.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)