Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzoh/pollen.jl
Format-independent document generation tool built for interactive work
https://github.com/lorenzoh/pollen.jl
Last synced: 11 days ago
JSON representation
Format-independent document generation tool built for interactive work
- Host: GitHub
- URL: https://github.com/lorenzoh/pollen.jl
- Owner: lorenzoh
- License: mit
- Created: 2021-02-27T09:23:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T01:29:31.000Z (over 1 year ago)
- Last Synced: 2024-11-11T16:44:14.423Z (2 months ago)
- Language: Julia
- Homepage: https://lorenzoh.github.io/Pollen.jl
- Size: 24.3 MB
- Stars: 76
- Watchers: 4
- Forks: 5
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pollen.jl
[Documentation](https://lorenzoh.github.io/Pollen.jl)
A document generation system based on tree rewriting, built for interactive work.
Pollen.jl generates documentation for Julia packages that comes with many features:
- support for many input and output formats: Markdown, Jupyter notebooks, HTML, JSON, and Julia source code
- a modern frontend with Sliding Panes
- automatic hyperreferencing of code variables for discoverability
- code execution to ensure your code examples stay up-to-date
- automated builds, deployments and PR previews with GitHub Actions and GitHub Pages
- local preview with incremental builds for an improved developer experience
- full support for multiple packages and linking between themFirst, find out [how to install Pollen](https://lorenzoh.github.io/Pollen.jl/dev/Pollen@dev/doc/docs/howto/install.md.html) and then [how to setup package documentation](https://lorenzoh.github.io/Pollen.jl/dev/Pollen@dev/doc/docs/tutorials/setup.md.html).