Grant Bruer
f26fb3db6a
Implement mime chooser for markdown output
1 year ago
Grant Bruer
afb0239caa
Write display() calls in markdown output
1 year ago
Fredrik Ekre
90b24681a7
Set version to 2.19.1
1 year ago
Fredrik Ekre
6d42161304
Update doc dependencies.
1 year ago
Grant Bruer
369ebb0db7
Set `:SOURCE_PATH` when evaluating code in sandbox module ( #252 )
...
This patch sets `:SOURCE_PATH` in the task local storage to the output file
while executing code in the sandbox module so that recursive `include` work as
expected. Fixes #251 .
1 year ago
Fredrik Ekre
5c9beaa7f5
Mark `Literate.(markdown|notebook|script)` as `public` ( #248 )
...
This patch marks `Literate.markdown`, `Literate.notebook`, and
`Literate.script` as `public` in supported Julia versions.
Update version to 2.19.0.
1 year ago
Sheehan Olver
66e98332c6
Mention Quarto under related packages in README ( #244 )
1 year ago
dependabot[bot]
c478e48fbb
Bump julia-actions/cache from 1 to 2 ( #247 )
...
Bumps [julia-actions/cache](https://github.com/julia-actions/cache ) from 1 to 2.
- [Release notes](https://github.com/julia-actions/cache/releases )
- [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md )
- [Commits](https://github.com/julia-actions/cache/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: julia-actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Fredrik Ekre
184eed1835
Set version to 2.18.0.
2 years ago
nathan musoke
142bbeefa5
Remove at-extref from non-Documenter output ( #245 )
2 years ago
Fredrik Ekre
65e8796ec4
Use Changelog.jl.
2 years ago
Fredrik Ekre
1c72c39475
Set version to 2.17.0.
2 years ago
J S
8abaeeb712
Add Quarto support ( #200 )
2 years ago
dependabot[bot]
44fdf9d01a
Bump codecov/codecov-action from 3 to 4 ( #235 )
...
* Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Add toknen
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
2 years ago
Fredrik Ekre
de25a23cf1
Update doc build dependencies. ( #243 )
2 years ago
Fredrik Ekre
73b7ee9036
Replace actions/cache with julia-actions/cache. ( #242 )
2 years ago
dependabot[bot]
eb453e8358
Bump julia-actions/setup-julia from 1 to 2 ( #241 )
2 years ago
Fredrik Ekre
ce7e21d3c2
Set version to 2.16.1.
2 years ago
Fredrik Ekre
c9af38c2b5
Update doc build dependencies for Julia 1.10.0.
2 years ago
Kipton Barros
ff4a1c2e9d
Handle at-ref replacements that span multiple lines, fixes #224 ( #233 )
2 years ago
Fredrik Ekre
433efde289
Add TagBot config for changelogs.
2 years ago
Fredrik Ekre
07a1fed75f
Set version to 2.16.0.
2 years ago
Fredrik Ekre
81877fe73e
Add soft scoping rule capabilities
...
This patch enables "soft" scoping rules (see e.g.
https://github.com/JuliaLang/SoftGlobalScope.jl ) for code execution
(markdown and notebook output). This is enabled by default for Jupyter
notebook output (to mimic how the IJulia kernel works), and disabled
otherwise. Soft scope rules can be enabled/disabled with the `softscope
:: Bool` configuration variable. Fixes #227 .
2 years ago
Fredrik Ekre
51be2c37aa
Update julia compat from [1.0.0-2) to [1.6.0-2).
2 years ago
Fredrik Ekre
a4099cbec6
Add dependabot.yml and update some actions.
2 years ago
Fredrik Ekre
b48b504de4
Add compat for stdlibs.
2 years ago
Fredrik Ekre
66d15cb360
Set version to 2.15.1.
2 years ago
Fredrik Ekre
9e73bd75f3
Update doc build deps.
2 years ago
Fredrik Ekre
7fc99585f7
`Literate.markdown`: fix output directory for images
...
This patch fixes a bug where `Literate.markdown` with `execute=true`
would (try to) output images in the wrong directory. This only occured
when passing a relative output directory. Fixes #228 .
2 years ago
Fredrik Ekre
5047103527
Set version to 2.15.0.
2 years ago
Fredrik Ekre
b734072227
Fix Documenter error by including all docstrings.
2 years ago
Kipton Barros
98328722c9
Remove `@raw html` decorations if target is Jupyter notebook ( #223 )
2 years ago
Fredrik Ekre
c1af5d485c
Set version to 2.14.2.
2 years ago
Fredrik Ekre
14a6f3d6c5
Add changelog for new release.
2 years ago
Fredrik Ekre
6962444236
Update doc build dependencies.
2 years ago
Christian Schilling
329a44af80
Literate.script: do not end with double newline ( #221 )
2 years ago
Fredrik Ekre
d59c8c16d4
Set version to 2.14.1.
2 years ago
Fredrik Ekre
22a2b0ffb6
Update doc build deps
2 years ago
Fredrik Ekre
e1c980af32
Change EditURL output to use relative path ( #219 )
...
This patch changes the generated EditURl to use a relative path (source
file relative output directory) and let Documenter figure out the remote
URL instead. This is required for Documenter version 1, but works also
on older Documenter versions.
2 years ago
Daniel VandenHeuvel
515cd34fd7
Fix typo in pipeline.md ( #218 )
2 years ago
Fredrik Ekre
c0bfc3be6f
CI: key test cache on julia version.
3 years ago
Fredrik Ekre
b7ee4af4bc
CI: enable depot caching.
3 years ago
Fredrik Ekre
f434b969bb
CI: remove julia-actions/julia-buildpkg
3 years ago
Fredrik Ekre
7a8756f8b5
Add link to Weave.jl under 'Related packages' in README, fixes #208 .
3 years ago
Tamas K. Papp
60c08dc23e
doc: mention MarkdownTables.jl in tips section. ( #207 )
3 years ago
Fredrik Ekre
594fbd6fc8
Set version to 2.14.0.
3 years ago
Fredrik Ekre
3dcca07e60
Upgrade doc building dependencies.
3 years ago
Fredrik Ekre
d434e35261
Change filename structure of generated image files ( #205 )
...
When executing markdown (Literate.markdown(...; execute=true) images
where previously saved to files where the name was based on the hash of
the source block. This patch changes this such that files instead follow
the format {name}-{blocknumber}.(svg|png|...). Closes #204 .
3 years ago
Wonseok Shin
9adfd9a380
doc: fix a typo ( #203 )
3 years ago
Fredrik Ekre
1ff48e95c6
Update doc deps.
3 years ago