Literate

所属分类:Julia编程
开发工具:Julia
文件大小:0KB
下载次数:0
上传日期:2023-07-31 09:57:37
上 传 者sh-1993
说明:  Julia中识字编程的简单包,
(Simple package for literate programming in Julia,)

文件列表:
.codecov.yml (13, 2023-11-08)
CHANGELOG.md (16570, 2023-11-08)
LICENSE.md (2518, 2023-11-08)
Project.toml (530, 2023-11-08)
docs/ (0, 2023-11-08)
docs/Manifest.toml (36557, 2023-11-08)
docs/Project.toml (156, 2023-11-08)
docs/make.jl (2566, 2023-11-08)
docs/src/ (0, 2023-11-08)
docs/src/assets/ (0, 2023-11-08)
docs/src/assets/custom.css (170, 2023-11-08)
docs/src/assets/favicon.ico (15086, 2023-11-08)
docs/src/assets/logo.png (36913, 2023-11-08)
docs/src/customprocessing.md (5071, 2023-11-08)
docs/src/documenter.md (1813, 2023-11-08)
docs/src/fileformat.md (6850, 2023-11-08)
docs/src/index.md (2756, 2023-11-08)
docs/src/outputformats.jl (245, 2023-11-08)
docs/src/outputformats.md (6602, 2023-11-08)
docs/src/pipeline.md (6678, 2023-11-08)
docs/src/reference.md (35, 2023-11-08)
docs/src/tips.md (5575, 2023-11-08)
examples/ (0, 2023-11-08)
examples/example.jl (6418, 2023-11-08)
src/ (0, 2023-11-08)
src/IJulia.jl (2848, 2023-11-08)
src/Literate.jl (36113, 2023-11-08)
test/ (0, 2023-11-08)
test/coverage/ (0, 2023-11-08)
test/coverage/Project.toml (57, 2023-11-08)
... ...

# Literate | **Documentation** | **Build Status** | |:------------------------- |:--------------------------------------------------------------------- | | [![][docs-img]][docs-url] | [![][gh-actions-img]][gh-actions-url] [![][codecov-img]][codecov-url] | Literate is a package for [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). The main purpose is to facilitate writing Julia examples/tutorials that can be included in your package documentation. Literate can generate markdown pages (for e.g. [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)), and [Jupyter notebooks](http://jupyter.org/), from the same source file. There is also an option to "clean" the source from all metadata, and produce a pure Julia script. Using a single source file for multiple purposes reduces maintenance, and makes sure your different output formats are synced with each other. This README was generated directly from [this source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/README.jl) running these commands from the package root of Literate.jl: ````julia using Literate Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) ```` ### Related packages - [Weave.jl](https://github.com/JunoLab/Weave.jl) [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg [docs-url]: https://fredrikekre.github.io/Literate.jl/ [gh-actions-img]: https://github.com/fredrikekre/Literate.jl/workflows/CI/badge.svg [gh-actions-url]: https://github.com/fredrikekre/Literate.jl/actions?query=workflow%3ACI [codecov-img]: https://codecov.io/gh/fredrikekre/Literate.jl/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/fredrikekre/Literate.jl --- *This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*

近期下载者

相关文件


收藏者