version 0.10.5

pull/375/merge v0.10.5
Shuhei Kadowaki 2020-09-30 19:07:26 +09:00
parent c24a262135
commit 78befc61b5
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ language: julia
jobs: jobs:
include: include:
- stage: "Documentation" - stage: "Documentation"
julia: 1 julia: 1.5
os: linux os: linux
script: script:
- julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

View File

@ -1,6 +1,6 @@
name = "Weave" name = "Weave"
uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9" uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
version = "0.10.4" version = "0.10.5"
[deps] [deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

View File

@ -170,7 +170,7 @@ It will be available as `WEAVE_ARGS` variable in the `weave`d document.
This makes it possible to create the same report easily for e.g. different date ranges of input data from a database or from files with similar format giving the filename as input. This makes it possible to create the same report easily for e.g. different date ranges of input data from a database or from files with similar format giving the filename as input.
E.g. if you call `weave("weavefile.jmd", args = (datalocation = "somedata.h5",))`, and then you can retrieve `datalocation` in `weavefile.jmd` as follows: `WEAVE_ARGS.datalocation` E.g. if you call `weave("weavefile.jmd", args = (datalocation = "somedata.h5",))`, and then you can retrieve the `datalocation` in `weavefile.jmd` as follows: `WEAVE_ARGS.datalocation`
## `include_weave` ## `include_weave`