Commit Graph

686 Commits (e89d5da2500e6e486b2477769220fe505612ef1f)

Author SHA1 Message Date
Shuhei Kadowaki e89d5da250 rm unncessary `Symbol` spec:
- change `informat` and `doctype` options to 
`Union{NothingAbstractString}`
2020-05-10 13:20:44 +09:00
Shuhei Kadowaki 4b6fc2d913 fix typings 2020-05-10 00:01:49 +09:00
Shuhei Kadowaki c825076e36 simplify imports 2020-05-10 00:01:41 +09:00
Shuhei Kadowaki 68f72bdfb3 small updates 2020-05-09 23:55:11 +09:00
Shuhei Kadowaki ca42e09f8d
Merge pull request #313 from JunoLab/avi/sandbox
internal refactor step 1
2020-05-09 23:53:49 +09:00
Shuhei Kadowaki a526cb8f15
Merge pull request #319 from JunoLab/avi/weavedoc
remove weird default constructor for `WeaveDoc`
2020-05-09 23:39:03 +09:00
Shuhei Kadowaki f1df02c2b7
Merge pull request #320 from JunoLab/avi/robusttest
more robust error rendering test
2020-05-09 23:17:24 +09:00
Shuhei Kadowaki 4dae2a0816 `WEAVE_OPTION_NAME` 2020-05-09 22:42:05 +09:00
Shuhei Kadowaki 8303311d59 more robust error rendering test 2020-05-09 22:35:45 +09:00
Shuhei Kadowaki 36bdd4f82b remove weird default constructor for `WeaveDoc` 2020-05-09 22:33:58 +09:00
Shuhei Kadowaki 5f7cf529b9 chunks.jl -> types.jl 2020-05-09 21:03:00 +09:00
Shuhei Kadowaki 66d32fabe8
Merge pull request #318 from JunoLab/avi/refactorreader
refactor readers.jl
2020-05-09 21:00:35 +09:00
Shuhei Kadowaki 750b7624e0 refactor readers.jl:
- avoid unnecessary overloading on `parse_doc`
- split readers.jl into multiple scripts
2020-05-09 20:17:53 +09:00
Shuhei Kadowaki 8b910c0d70
Merge pull request #317 from JunoLab/avi/clearsandbox
clear sandbox module correctly
2020-05-09 18:56:44 +09:00
Shuhei Kadowaki 3b8201df04 add test for `clear_module!` 2020-05-09 18:22:24 +09:00
Shuhei Kadowaki 79579053f1 refactor tests:
- simpler module evaluation test
- remove useless include_weave test
2020-05-09 17:27:51 +09:00
Shuhei Kadowaki d4413a1d78 clear sandbox module correctly 2020-05-09 16:09:11 +09:00
Shuhei Kadowaki 5dbe54316b isnothing utility 2020-05-09 11:26:32 +09:00
Shuhei Kadowaki e41202d3ff no weird Base.run overload 2020-05-09 11:25:19 +09:00
Shuhei Kadowaki 14e7635458 getvalue -> get 2020-05-09 11:25:19 +09:00
Shuhei Kadowaki ac486c5e1d
Merge pull request #316 from JunoLab/avi/dev
ensure Weave display pops out even if an internal err occurs
2020-05-09 11:16:03 +09:00
Shuhei Kadowaki 9a1b81a026
Merge pull request #315 from JunoLab/avi/bumpplot
bump Plots.jl version
2020-05-09 03:25:18 +09:00
Shuhei Kadowaki 4e7fda212d ensure Weave display pops out even if an internal err occurs 2020-05-09 02:48:56 +09:00
Shuhei Kadowaki b25300b269 bump Plots.jl version 2020-05-09 02:48:09 +09:00
Shuhei Kadowaki 0c59e92fd7
Merge pull request #312 from JunoLab/avi/format
format things
2020-05-09 01:10:44 +09:00
Shuhei Kadowaki 2376a9dae9 format things 2020-05-08 23:39:17 +09:00
Shuhei Kadowaki 020b4353a4 fix indents, Github -> GitHub 2020-05-06 23:37:04 +09:00
Shuhei Kadowaki 36bce9cf1f
Merge pull request #305 from JunoLab/avi/headers
more graceful header handling
2020-04-23 00:44:51 +09:00
Shuhei Kadowaki db13be44e3 fix no header case 2020-04-18 19:18:03 +09:00
Shuhei Kadowaki 95e32c4908 more graceful header handling 2020-04-18 19:10:07 +09:00
Shuhei Kadowaki 8bbe31324f
Merge pull request #302 from baggepinnen/keepfigures
Keep latex figures [replaces #274]
2020-04-17 18:59:16 +09:00
Fredrik Bagge Carlson f126e1c7a9 fix formatting 2020-04-17 12:16:56 +08:00
Fredrik Bagge Carlson 7e88052db3 keep latex figures 2020-04-17 12:16:56 +08:00
Shuhei Kadowaki 67126a515a update README 2020-04-01 19:04:55 +09:00
Shuhei Kadowaki 3a3385471b
Merge pull request #297 from JunoLab/avi/buildpdf
upload (locally) prebuilt PDF example outputs
2020-04-01 18:28:08 +09:00
Shuhei Kadowaki 20fd22ec75 upload prebuilt PDF examples 2020-04-01 18:26:59 +09:00
Shuhei Kadowaki f1e87123f4
Merge pull request #296 from JunoLab/avi/notebook
Specify HTML as a default output format for weaving notebooks
2020-03-28 01:14:17 +09:00
Shuhei Kadowaki d40e21ea35 improve documentations around notebooks 2020-03-27 20:43:33 +09:00
Shuhei Kadowaki a759dc10bd specify default output format (HMTL) for notebooks 2020-03-27 20:34:06 +09:00
Shuhei Kadowaki b6b4082977
Merge pull request #295 from JunoLab/avi/moretypes
more type annotate APIs
2020-03-27 19:12:51 +09:00
Shuhei Kadowaki 840f1b3b8f simpler doc APIs 2020-03-27 18:45:04 +09:00
Shuhei Kadowaki efccb5c7f1 more documentation improve 2020-03-27 10:16:57 +09:00
Shuhei Kadowaki dfb9e63d0e update travis 2020-03-26 21:42:31 +09:00
Shuhei Kadowaki 9e9fe45231 improve documentations 2020-03-26 21:41:54 +09:00
Shuhei Kadowaki 7a7d8f3dde update documentation source accordingly 2020-03-26 17:35:43 +09:00
Shuhei Kadowaki f8c32c865b more type annotate APIs 2020-03-26 17:35:05 +09:00
Shuhei Kadowaki 529edaf94e version 0.9.4 2020-03-18 18:19:23 +09:00
Shuhei Kadowaki e1365ba9b5
Merge pull request #294 from JunoLab/avi/rmcompat
rm Compat
2020-03-18 18:05:32 +09:00
Shuhei Kadowaki 16bc2d7be9 immutable structs for result trait 2020-03-18 10:50:01 +09:00
Shuhei Kadowaki 545baecdaa bump YAML (closes #291) 2020-03-18 10:23:27 +09:00