Commit Graph

93 Commits (master)

Author SHA1 Message Date
xgdgsc df47ea191f
HTML( 2022-02-14 15:33:21 +08:00
Shuhei Kadowaki 78befc61b5 version 0.10.5 2020-09-30 19:07:26 +09:00
Shuhei Kadowaki c24a262135 allow arbitrary runtime argument 2020-09-30 18:43:15 +09:00
Fredrik Bagge Carlson fa71830479
Import Dates
One must now `import Dates` for `now, Date` to be defined.
2020-09-26 08:41:42 +02:00
Oscar Dowson 51f905ca83
Fix typo in header.md 2020-09-04 16:03:58 +12:00
Shuhei Kadowaki f077609798 fix repository url 2020-06-14 04:05:28 +09:00
Shuhei Kadowaki 912387c331 follow RMarkdown more: make `throw_error` option into chunk option 2020-06-13 23:09:51 +09:00
Shuhei Kadowaki 1e9ba19db4 fix wording 2020-05-25 12:22:33 +09:00
Shuhei Kadowaki 84e91104d5 maybe fix type errors 2020-05-25 11:44:09 +09:00
Shuhei Kadowaki 022bb216eb general documentation improvements 2020-05-25 11:44:09 +09:00
Shuhei Kadowaki e43a2843af descriptions for RMarkdown style chunk option specs 2020-05-25 11:44:09 +09:00
Shuhei Kadowaki 0bc0d3b510 more consistent templates names, move stylesheets into ./stylesheets 2020-05-24 14:16:37 +09:00
Shuhei Kadowaki a03a1d4c34 EXAMPLE_FOLDER 2020-05-23 19:42:19 +09:00
Shuhei Kadowaki 8aa8f0c4df easy doc access 2020-05-18 22:59:18 +09:00
Shuhei Kadowaki b4c2bbea45 deprecate `options`, change to `weave_options`:
- avoid unexpected header stripping (`options` sounds too general)
- deprecated `options` support will be remove within ≥v0.11
2020-05-18 22:10:26 +09:00
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 101b170ea6 some support for dynamic YAML `weave` configuration 2020-05-17 11:45:39 +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 98abd5e92e write documentation for dynamic header 2020-05-16 17:52:17 +09:00
Shuhei Kadowaki 094ebea6cf simplify converter functions 2020-05-16 00:32:28 +09:00
Shuhei Kadowaki 67126a515a update README 2020-04-01 19:04:55 +09:00
Shuhei Kadowaki 20fd22ec75 upload prebuilt PDF examples 2020-04-01 18:26:59 +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 efccb5c7f1 more documentation improve 2020-03-27 10:16:57 +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 5fd0bcb9ee re: update image 2020-03-06 20:52:09 +09:00
Shuhei Kadowaki 47323b37f7 update Juno integration image 2020-03-06 20:23:44 +09:00
Shuhei Kadowaki d8595e266f more doc fixes 2020-03-06 10:14:21 +09:00
Shuhei Kadowaki 230a8c5454 more fix doc syntax 2020-03-06 09:59:32 +09:00
Shuhei Kadowaki db0aa06f38 fix doc syntax 2020-03-06 09:20:32 +09:00
Shuhei Kadowaki deeb54dc7c fix doc url and reenable doc build 2020-03-06 01:08:07 +09:00
Shuhei Kadowaki c020fea642 fix matrix&jobs 2020-03-04 19:37:36 +09:00
Shuhei Kadowaki 2aa7cb7ca5 several documentation updates 2020-03-04 19:23:48 +09:00
Shuhei Kadowaki 4dfa7da71f update doc deps 2020-03-04 19:20:03 +09:00
Amin Yahyaabadi a64fccbf2c
Update old markdown link 2019-11-03 07:00:37 -06:00
evalparse 31d3c2da56
Update usage.md 2019-09-28 17:41:54 +10:00
Sebastian Pfitzner b01b18ea2f
Merge pull request #241 from sebastianpech/figures
Improve usage of different figure environments in latex
2019-09-05 12:34:45 +02:00
MatFi 4fcee4d0e2
Update getting_started.md 2019-09-03 10:07:35 +02:00
Sebastian Pech 1b450b9e3d Fix docs \linewidth and fig_pos defaulting to !h 2019-08-25 17:16:59 +02:00
Arnav Sood 5d3e05511e allow configuration of jupyter command while weaving notebooks, fixes #194
* notebook refactor and tests

* update PR

* add jupyter test jmd

* add back full warnings and remove debugging output

* Update test filename [ci skip]

* Conda for CI

* update for CI?

* remove Conda, IJulia, and tests for now

* Project.toml changes suggested by tinagly

* revive travis tests

* comment out nb tests
2019-06-19 10:26:13 -07:00
Matti Pastell c33309abf6 Tweak docs 2019-03-10 23:09:27 +02:00
Matti Pastell 4338fc4b07 Make out_path and template path relative to document 2019-03-10 22:53:00 +02:00
Matti Pastell 3488af5534 Add docs for inline output, make figure output inline 2019-03-10 19:23:18 +02:00
Matti Pastell 4e70d32901 Don't run latex on travis 2019-03-05 20:18:58 +02:00