All Projects → fredrikekre → Literate.jl

fredrikekre / Literate.jl

Licence: other
Simple package for literate programming in Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Literate.jl

Naturaldocs
Natural Docs source code documentation system
Stars: ✭ 106 (-61.03%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (+122.06%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (+5.15%)
Mutual labels:  documentation, documentation-tool, documentation-generator
App
Fast and searchable Ruby docs
Stars: ✭ 47 (-82.72%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Graphdoc
Static page generator for documenting GraphQL Schema
Stars: ✭ 1,218 (+347.79%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+340.81%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Pdoc
API Documentation for Python Projects
Stars: ✭ 853 (+213.6%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-69.85%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Documentalist
📝 A sort-of-static site generator optimized for living documentation of software projects
Stars: ✭ 130 (-52.21%)
Mutual labels:  documentation, documentation-tool, documentation-generator
Devdocs Macos
An unofficial DevDocs API Documentation viewer for macOS.
Stars: ✭ 258 (-5.15%)
Mutual labels:  documentation, documentation-tool
numpydoc.el
Insert NumPy style docstrings in Python functions.
Stars: ✭ 33 (-87.87%)
Mutual labels:  documentation-tool, documentation-generator
cutedoc
Generate stunning documentation for any project using simple markdown files.
Stars: ✭ 16 (-94.12%)
Mutual labels:  documentation-tool, documentation-generator
BooGi
Generate GitBook-like modern docs/tutorial websites using Gatsby
Stars: ✭ 117 (-56.99%)
Mutual labels:  documentation-tool, documentation-generator
strictdoc
Software for writing technical requirements specifications.
Stars: ✭ 80 (-70.59%)
Mutual labels:  documentation-tool, documentation-generator
NextBook
NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.
Stars: ✭ 153 (-43.75%)
Mutual labels:  documentation-tool, documentation-generator
Spectaql
Autogenerate static GraphQL API documentation
Stars: ✭ 198 (-27.21%)
Mutual labels:  documentation, documentation-generator
asciidoctor-lein-plugin
A Leiningen plugin for generating documentation using Asciidoctor
Stars: ✭ 26 (-90.44%)
Mutual labels:  documentation-tool, documentation-generator
literator
📝 Generate literate-style markdown docs from your sources
Stars: ✭ 55 (-79.78%)
Mutual labels:  documentation-tool, documentation-generator
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (-18.38%)
Mutual labels:  documentation, documentation-tool
ocular
A documentation generator for our OSS frameworks
Stars: ✭ 42 (-84.56%)
Mutual labels:  documentation-tool, documentation-generator

Literate

Documentation Build Status

Literate is a package for 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), and Jupyter notebooks, 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 running these commands from the package root of Literate.jl:

using Literate
Literate.markdown("examples/README.jl", "."; documenter=false)

This page was generated using Literate.jl.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].