Commit Graph

55 Commits (06c5933cd1430d3879cf11056a348c89708f67f2)

Author SHA1 Message Date
Matti Pastell 0d170ead3a More documentation 2015-01-02 17:05:40 +02:00
Matti Pastell 5ec60597b0 Small improvements to docstrings 2015-01-01 23:36:58 +02:00
Matti Pastell eff8f1f522 Added docstrings using Docile.jl 2015-01-01 23:32:15 +02:00
Matti Pastell 8ae1cbd920 Merge pull request #22 from wildart/dev
disable figure processing for no-eval chunks
2014-12-21 10:03:40 +02:00
Art Wild cf7187666a added code extraction into an Julia source file 2014-12-21 02:25:45 -05:00
Art Wild 5ae4314ac7 disable figure processing for no-eval chunks 2014-12-20 21:17:30 -05:00
Matti Pastell 6910d6e707 Implemented asciidoc formatter, closes #16 2014-12-20 17:36:02 +02:00
Matti Pastell 9b620e4a67 Added command line script for weaving: bin/weave.jl. Closes #19 2014-12-20 16:41:37 +02:00
Matti Pastell cb60eee6f8 Updated README, made Gadfly default for plots 2014-12-20 13:04:12 +02:00
Matti Pastell 7cbdd2e431 Added out_path option, fixes #20 2014-12-20 12:38:35 +02:00
Matti Pastell f5250bab6a Added dpi option for Gadfly pngs 2014-12-18 13:44:37 +02:00
Matti Pastell b0f2f92e37 Tests for pyplot and minor fixes 2014-12-09 15:32:41 +02:00
Matti Pastell 9e5f7cb1c2 Bug fix: eval=false was excluding code from output 2014-12-09 11:33:30 +02:00
Matti Pastell 89333e8005 Tests and small fixes to Winston support 2014-12-09 10:35:38 +02:00
Matti Pastell 73fc1ee8e6 Clear the Sanbox for running code for each document 2014-12-09 10:27:50 +02:00
Matti Pastell 2d92fe44e5 Bug fix: environments with figures in latex 2014-12-09 09:43:32 +02:00
Matti Pastell d97c45c63d New tests for Gadfly and figure formatters, small fixes to formats 2014-12-08 23:51:27 +02:00
Matti Pastell eaa3f34578 Separate environment for term chunks in tex format 2014-12-08 20:46:18 +02:00
Art Wild 075b11ee49 fixed latex figure handling, added latex example 2014-12-08 12:15:03 -05:00
Matti Pastell 784a524d86 Cleaning for release 2014-12-08 11:43:29 +02:00
Matti Pastell 97b7c0f26d Renamed package to Weave,jl as discussed in mpastell:pull-request/54b50af2 2014-12-08 10:31:03 +02:00
Matti Pastell 8fd8de5a4c Added tests, fix to markdown parsing 2014-12-06 19:16:45 +02:00
Matti Pastell 85bfafb760 Improved markdown reader 2014-12-06 16:40:50 +02:00
Matti Pastell 70b2df47aa Implemented markdown reader 2014-12-06 00:17:54 +02:00
Matti Pastell 7d4b94b4e6 Added descriptions to output formats 2014-12-05 23:33:54 +02:00
Matti Pastell 4a3cad3118 Added rst format, closes #14 2014-12-05 23:13:44 +02:00
Matti Pastell 99d7a5ebb7 Updated Readme 2014-12-05 18:58:15 +02:00
Matti Pastell e6c7d5b59d Formatting 2014-12-05 12:59:05 +02:00
Matti Pastell b73137bd12 Fixed figures inside term chunks 2014-12-05 11:28:55 +02:00
Matti Pastell 63935ccf87 Added github markdown to formats, changed fig size defaults 2014-12-05 10:37:02 +02:00
Matti Pastell 7239424432 Removed broken dpi option from Gadfly 2014-12-05 09:34:08 +02:00
Matti Pastell e20025315d Changed chunk options to follow Knitr's naming
* Implemented dpi and fig_witdth and fig_height for Gadfly and Winston
2014-12-04 21:54:56 +02:00
Matti Pastell 60b29e751e Improved resolution for Winston figures 2014-12-04 18:01:49 +02:00
Matti Pastell c4ab398ac3 Fixes to Winston support 2014-12-04 17:54:56 +02:00
Matti Pastell 2b83abd264 Improvements to Winston support 2014-12-04 16:14:07 +02:00
Matti Pastell 8ce6840c1b Fixed a few deprecation warnings 2014-12-04 00:01:38 +02:00
Matti Pastell 3830ef9e54 Initial Gadfly support 2014-12-03 23:34:29 +02:00
Matti Pastell 6c540a4cec Working on Gadfly support 2014-12-03 15:41:53 +02:00
Matti Pastell f56ad978d6 Added sandbox for running code, fixes scoping problems 2014-12-03 09:21:56 +02:00
Douglas Bates 009c8baee4 Use a thunk to cause outfile to be closed 2014-12-02 12:42:12 -06:00
Matti Pastell 12a31c7396 Added texminted format 2014-12-02 17:22:33 +02:00
Matti Pastell 706ab8f72f Implemented formatting in Julia, removed PyCall depency 2014-12-02 16:57:00 +02:00
Matti Pastell f993537ba5 Notes about Winston 2014-12-02 11:07:10 +02:00
Douglas Bates 5daa95287d Parse the chunk options as a set of Julia expressions and store options in a Dict{Symbol,Any} 2014-12-01 16:58:12 -06:00
Douglas Bates b67b20eb15 Memory map the document file as an array of bytes then split. 2014-12-01 15:16:51 -06:00
Matti Pastell dbc0a08fe1 formatting fix 2014-12-01 23:06:57 +02:00
Matti Pastell 5d95c806d5 Merge branch 'master' of https://github.com/dmbates/JuliaReport.jl
Conflicts:
	REQUIRE
	src/config.jl
	src/readers.jl
2014-12-01 22:58:26 +02:00
Matti Pastell bd4af9c326 Fixes to Winston support 2014-12-01 22:41:12 +02:00
Matti Pastell 00f45832b3 Initial support for Winston plots 2014-12-01 21:23:35 +02:00
Douglas Bates ba98eb4a62 Use @compat for new Dict syntax 2014-12-01 12:31:44 -06:00