Commit Graph

326 Commits (a4891b01a8f20557270f827a9c5a5e5e7c25ec6a)

Author SHA1 Message Date
Matti Pastell 50ead387bb Started working on script example, weaving seems to work 2016-04-21 19:12:43 +03:00
Matti Pastell 54ada93bdd First version of script reader implemented, needs testing 2016-04-21 19:02:08 +03:00
Matti Pastell 6f4fa68427 Make inputs have a type, old readers work 2016-04-21 18:51:06 +03:00
Matti Pastell 3df46a118a New doc structure, added getting started 2016-04-21 14:36:55 +03:00
Matti Pastell bbe797fcc8 Improved examples 2016-04-20 22:19:01 +03:00
Matti Pastell 92a5a372c4 Updates to gadfly sample 2016-04-20 21:31:55 +03:00
Matti Pastell 54a9a79e98 Changed readall to @compat readstring 2016-04-20 21:01:14 +03:00
Matti Pastell f62a315dc0 Fixes Winston support, some tests now work on 0.5 2016-04-20 20:23:00 +03:00
Matti Pastell 589e0aaf61 Updated news 2016-04-20 19:08:06 +03:00
Matti Pastell 1d2c108fa9 Fix changes to tests caused by whitespace fix in reader 2016-04-20 19:02:43 +03:00
Matti Pastell 65a10335a3 Added md2pdf format 2016-04-20 18:36:26 +03:00
Matti Pastell 9a7aebc98d Exception handling for missing pandoc 2016-04-20 17:04:38 +03:00
Matti Pastell 34ea7f495e Move css back to separate file 2016-04-20 16:58:38 +03:00
Matti Pastell bb613d1017 Fixed extra empty space in first doc chunk, tweaks to html style 2016-04-20 16:32:22 +03:00
Matti Pastell d974134ee4 First version of md2html formatter using templates and pandoc 2016-04-20 15:41:54 +03:00
Matti Pastell 6bec8f19ea Fix output for paths containing ~ 2016-04-20 13:18:12 +03:00
Matti Pastell dca8fa5bf4 Update syntax for command line scipt and add it to docs 2016-04-20 12:56:06 +03:00
Matti Pastell 9ad7493e1d Updated doc structure 2016-04-20 12:26:22 +03:00
Matti Pastell ffcccbb71c Change mkdocs theme 2016-04-20 11:56:01 +03:00
Matti Pastell 363fd98d24 Added documentation for chunk options 2016-04-20 11:44:36 +03:00
Matti Pastell 57fdbe72f9 Added tests for changing chunk options 2016-04-20 11:30:22 +03:00
Matti Pastell a1de2c64e2 Added setting and restoring chunk options 2016-04-20 11:16:50 +03:00
Matti Pastell f7e18f45a3 Removed unsused code 2016-04-19 17:36:56 +03:00
Matti Pastell 54663179cb Add test and docs for hold chunk option 2016-04-19 17:07:07 +03:00
Matti Pastell 1ede33365b Change pandoc output to output inline images if there is no caption 2016-04-19 16:48:30 +03:00
Matti Pastell 526646bb79 Add hold option for chunks 2016-04-19 16:39:10 +03:00
Matti Pastell f50c94d0ed First version of documentation with Documenter.jl and mkdocs. Remove Docile depency 2016-04-19 16:10:10 +03:00
Matti Pastell 3c1e0e87a9 Updated README and NEWS for 0.1.0 2016-04-19 09:50:32 +03:00
Matti Pastell 0399b57c0e Fix md strings and deprecation warning from pgf example 2016-04-12 17:35:58 +03:00
Matti Pastell a0fbf826c0 Fix deprecation warning from mmap 2016-04-12 17:16:44 +03:00
Matti Pastell 8a35d741f6 Fixed output format and tests for PyPlot 2016-04-12 17:08:29 +03:00
= 6ab22417bf Gadfly tests pass 2016-04-11 22:16:29 +03:00
= 4fb521e219 Fixes to saving in pyplot, needs testing 2016-04-11 22:08:41 +03:00
= 0254a78e27 Fixed Gadfly tests 2016-04-11 21:23:15 +03:00
= dfd4f6dadd Fix formatter tests and format bugs 2016-04-11 20:34:36 +03:00
= 1250b4b0de Update conda path in travis 2016-04-11 19:15:39 +03:00
= 5dc7be69a9 Fix tuples for 0.4 2016-04-11 19:13:00 +03:00
= 0e44f9683c Make string AbstractStrings 2016-04-11 18:47:23 +03:00
= 178c295605 Change plotlib paramater 2016-04-11 18:29:19 +03:00
Matti Pastell 97fe1a43bd Capturing output now works with new options. Needs new tests and need to clean up obsolete code. Caching is broken 2015-01-11 23:38:58 +02:00
Matti Pastell 7ed8638658 Capturing output for 'script' chunks implemented, everything else is broken 2015-01-11 01:20:28 +02:00
Matti Pastell abb21a6d80 Working to improve capturing output, added functions to parse and capture chunk content. 2015-01-10 20:10:40 +02:00
Matti Pastell bf3e88ace0 Merge pull request #29 from wildart/dev
Clear only what can be cleared
2015-01-09 19:23:19 +02:00
Art Wild 3a9388d063 Clear only what can be cleared (vars) and disregard the rest (funcs and variables that cannot be defined) 2015-01-09 09:48:58 -05:00
Matti Pastell e3fd3833eb Tweak tests to run on nightly 2015-01-09 14:17:56 +02:00
Matti Pastell bf69fb7d28 Fixed travis 2015-01-09 10:06:59 +02:00
Matti Pastell e8b69bfa72 Fixed a bug with PyPlot, added PyPlot to tests 2015-01-09 10:04:27 +02:00
Matti Pastell c2f76c7190 Added shortcut method for weave, cleaned obsolete code 2015-01-09 00:05:46 +02:00
Matti Pastell 00660a6332 Fix to caching, extended Gadfly with PGF example 2015-01-08 23:45:26 +02:00
Matti Pastell c5d91dd6c7 Removed unused code, tweaked test 2015-01-08 19:35:59 +02:00