Skip to content

Commit

Permalink
Basics of packaging, bug fixes, better updating
Browse files Browse the repository at this point in the history
  • Loading branch information
acbart committed Jul 25, 2019
1 parent 83656e9 commit 5a2f064
Show file tree
Hide file tree
Showing 63 changed files with 7,381 additions and 1,294 deletions.
3 changes: 3 additions & 0 deletions .idea/dictionaries/acbart.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

762 changes: 112 additions & 650 deletions .idea/workspace.xml

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions color_categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
Variables=Blue, 225
AnnAssign
Assign
AugAssign
Delete
Name

Global
Nonlocal

Functions=CyanBlue, 210
Call
FunctionDef
Lambda
Return
Starred
Yield
YieldFrom

Object Oriented Programming=DarkerBlue, 240
Attribute
Generic Methods
ClassDef

Control Flow=Purple, 270
For
While
With
Break
Continue

Math=BlueGreen, 150
BinOp
UnaryOp
Num
int call
float call


Text=Green, 120
Str

Printing
Input
String methods
str call

Plotting=YellowGreen, 135

Logic=Maroon, 345
BoolOp
Compare
If
IfExp
NameConstant
Assert

bool call

Python Core=Yellow, 60
Comment
Expr
Raw
Import

Sequences=Brown, 15 (0-30)
Comp
List
List
Dictionary
Dict
Set
Set
Tuple
Tuple
Subscript

Exceptions=DarkPurple, 300
Raise
Try


12 changes: 12 additions & 0 deletions dist/block_mirror.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.CodeMirror-gutters {
background-color: #ddd;
/*border-left: 1px solid #bbb;*/
}

.CodeMirror-code div pre {
border-bottom: 1px dashed rgba(1,1,1,.1);
}

.block-mirror-read-only .CodeMirror-scroll {
background-color: #E5E5E5;
}
Loading

0 comments on commit 5a2f064

Please sign in to comment.