- 30 Apr, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 4cc5a2b5b9044e06fca82d216aa5a3c919abf033
-
- 29 Apr, 2014 1 commit
-
-
Robert Bradshaw authored
Directory with __init__.pyc file is a package dir
-
- 28 Apr, 2014 1 commit
-
-
Alok Singhal authored
Consider a directory with __init__.pyc as a package directory.
-
- 27 Apr, 2014 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
line-highlight fix + pygments highlight
-
Matthias BUSSONNIER authored
- if pygments is availlable, highlight - when lines have no generated code, do not generate the subdiv and do not make clickable - line number with correct number digit for alignment of code - line that can be expanded with + in front - use 0 margin top and bottom for code blocks
-
scoder authored
Add a div with cython class for embedding
-
Matthias BUSSONNIER authored
This allow to reuse directly the body and embed it without having to wrap it in the correct div and have the CSS apply to it.
-
- 26 Apr, 2014 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 9e1c6980d3fd2fa2d1cd0e882f7e186c3a08c7e5
-
scoder authored
Clean html-annotate generation
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Apr, 2014 10 commits
-
-
Matthias BUSSONNIER authored
special_char was use before for counting column offset, now removed. replace by escape_html
-
Matthias BUSSONNIER authored
-
Matthias BUSSONNIER authored
generated html can be added many time in one page relying on line number to collapse is dangerous. Walking the dom to get next children is more reliable
-
Matthias BUSSONNIER authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
add a directive to disable SwitchTransform
-
- 24 Apr, 2014 4 commits
-
-
Alok Singhal authored
-
Alok Singhal authored
-
Robert Bradshaw authored
Previously cython.inline didn't correctly handle variables declared in nested scopes (such as function declarations).
-
Robert Bradshaw authored
-
- 23 Apr, 2014 3 commits
-
-
Matthias BUSSONNIER authored
-
Matthias BUSSONNIER authored
-
Matthias BUSSONNIER authored
in particular tings like 'code' are conflicting when embeding the page
-