Commit Graph

737 Commits (5e5cb875cfd959717fd8aca341fac6c0ddd2a54c)

Author SHA1 Message Date
Shuhei Kadowaki 5e5cb875cf fix doc generation, add issue template 2020-05-17 13:03:19 +09:00
Shuhei Kadowaki 576ca2b6c9 some doc fix:
- update functions
- only make examples in CI
2020-05-17 12:23:41 +09:00
Shuhei Kadowaki 4113402908 rename `latex_keep_unicode` to `keep_unicode`, handle this in `format` 2020-05-17 12:17:24 +09:00
Shuhei Kadowaki 249c94a5c1 avoid manipulation of global struct 2020-05-17 12:14:30 +09:00
Shuhei Kadowaki 101b170ea6 some support for dynamic YAML `weave` configuration 2020-05-17 11:45:39 +09:00
Shuhei Kadowaki 6d1732247a a bit refactor 2020-05-17 11:10:25 +09:00
Shuhei Kadowaki b7233b468e no `term` option for inline code chunk 2020-05-17 11:05:30 +09:00
Shuhei Kadowaki 405deb3681 reorder things 2020-05-17 10:30:33 +09:00
Shuhei Kadowaki 87ba87d2d1 resolve CSS theme path relative to a target document when given in YAML 2020-05-17 10:29:01 +09:00
Shuhei Kadowaki cec388e94f add Weave version 2020-05-17 01:16:59 +09:00
Shuhei Kadowaki 0831144393
Merge pull request #311 from JunoLab/avi/limitdisplay
limit display:
2020-05-17 00:18:12 +09:00
Shuhei Kadowaki e60f066d31 fix when a header value is not `String` 2020-05-16 23:45:41 +09:00
Shuhei Kadowaki f86f5a7bd0 preserve header when weaving to Hugo markdown 2020-05-16 23:31:27 +09:00
Shuhei Kadowaki f9daa3a289 add test for HTML display limit 2020-05-16 23:25:44 +09:00
Shuhei Kadowaki 91403b4ec0 fix typo 2020-05-16 23:11:05 +09:00
Shuhei Kadowaki 5fb3fae741 no ANSI chars 2020-05-16 23:11:05 +09:00
Shuhei Kadowaki 7b53eb8e9e limit display:
- for now if we try to render a "big object" like a table with many 
rows, Weave tries to render all of the result and it can lead to that a 
document can't even be opened
2020-05-16 23:11:05 +09:00
Shuhei Kadowaki 58bc741b7f detect doctype when running a doc 2020-05-16 23:10:44 +09:00
Shuhei Kadowaki a740ba3556
Merge pull request #331 from JunoLab/avi/progres
integrate with Juno progress bar
2020-05-16 21:29:33 +09:00
Shuhei Kadowaki bca3ee7dd1 LTS compat ... 2020-05-16 21:04:58 +09:00
Shuhei Kadowaki ba8e9f4724 fix header handling in noweb doc 2020-05-16 20:33:48 +09:00
Shuhei Kadowaki 6121d21bfb fix doc syntax highlight 2020-05-16 19:53:09 +09:00
Shuhei Kadowaki 99a50ad86f integrate with Juno progress bar 2020-05-16 19:52:56 +09:00
Shuhei Kadowaki 2a6ee38850 fix code chunk line numbers 2020-05-16 19:52:24 +09:00
Shuhei Kadowaki 11c720ad7f
Merge pull request #329 from JunoLab/avi/dynamic
dynamic YAML parsing
2020-05-16 18:57:07 +09:00
Shuhei Kadowaki c1cf566c53 refactor format.jl 2020-05-16 17:59:17 +09:00
Shuhei Kadowaki 0d3d3a8c19 rm code ... 2020-05-16 17:59:04 +09:00
Shuhei Kadowaki 6d91ab6512 no explicit header support in `convert_doc` 2020-05-16 17:53:46 +09:00
Shuhei Kadowaki 98abd5e92e write documentation for dynamic header 2020-05-16 17:52:17 +09:00
Shuhei Kadowaki 6100083c9e update test 2020-05-16 16:05:02 +09:00
Shuhei Kadowaki 6955ca6be2 add test for header processing 2020-05-16 01:49:55 +09:00
Shuhei Kadowaki 17c2151d86 a bit refactor:
- don't match slide `---` separator as header start/end
- recognize `doctype` in construction
2020-05-16 01:49:30 +09:00
Shuhei Kadowaki 492d1f330b dynamic YAML option specification 2020-05-16 01:47:52 +09:00
Shuhei Kadowaki 95c3dac962
Merge pull request #330 from JunoLab/avi/refactor
refactor
2020-05-16 01:25:25 +09:00
Shuhei Kadowaki 42115e7d52 rename writer.jl -> converter.jl 2020-05-16 00:43:33 +09:00
Shuhei Kadowaki 094ebea6cf simplify converter functions 2020-05-16 00:32:28 +09:00
Shuhei Kadowaki 7c2eb23bcd small refactors (mostly about code styles) 2020-05-16 00:32:09 +09:00
Shuhei Kadowaki 589e1ce3d1
Merge pull request #327 from JunoLab/avi/clean
more test clean up
2020-05-11 14:33:53 +09:00
Shuhei Kadowaki 1ddff9a1b7 more test clean up 2020-05-11 09:40:10 +09:00
Shuhei Kadowaki 636e3540c7
Merge pull request #325 from JunoLab/avi/header
rm header_args
2020-05-10 16:25:34 +09:00
Shuhei Kadowaki bc0f687352 rm header_args 2020-05-10 15:55:37 +09:00
Shuhei Kadowaki 2c7f3da7cc
Merge pull request #324 from JunoLab/avi/cleanup
rm unused tests
2020-05-10 15:54:46 +09:00
Shuhei Kadowaki 423146f981 rm unused tests 2020-05-10 15:27:14 +09:00
Shuhei Kadowaki 2e19930565
Merge pull request #323 from JunoLab/avi/bang
use bangs for destructive functions
2020-05-10 14:28:40 +09:00
Shuhei Kadowaki de2a6657ea rm appveyor 2020-05-10 14:11:10 +09:00
Shuhei Kadowaki 867ad7c954 update LICENSE 2020-05-10 14:10:46 +09:00
Shuhei Kadowaki 54e50a54cb users should load Cairo 2020-05-10 14:07:55 +09:00
Shuhei Kadowaki d809ddf703
Merge pull request #322 from JunoLab/avi/require
don't load Weave Plots submodules into user's module
2020-05-10 14:06:09 +09:00
Shuhei Kadowaki e459bfb87d use bangs for destructive functions 2020-05-10 13:56:09 +09:00
Shuhei Kadowaki 98e44db659
Merge pull request #321 from JunoLab/avi/noauto
internal API improvements
2020-05-10 13:49:33 +09:00