An open API service indexing awesome lists of open source software.

https://github.com/robrohan/narrative

Narrative is a Literate Programming like workflow for making manuals and tutorials for code
https://github.com/robrohan/narrative

documentation literate-programming

Last synced: 17 days ago
JSON representation

Narrative is a Literate Programming like workflow for making manuals and tutorials for code

Awesome Lists containing this project

README

          

# Introduction

Narrative is a technique to comment code to produce both the code itself, and at the same time create documentation (a manual, a tutorial, etc) about the code.

It is a similar idea to, and was inspired by, literate programming. Narrative is more focused on guiding someone through the code than on producing an academic paper.

[View example output from this codebase (work in progress)](testdata/manual.pdf)