Skip to content

Commit 9180d0d

Browse files
authored
📚 Add description and links to knitpy and stittch
1 parent b176125 commit 9180d0d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
[![CircleCI](https://circleci.com/gh/sciruby-jp/rubydown/tree/master.svg?style=svg)](https://circleci.com/gh/sciruby-jp/rubydown/tree/master)
44
[![Build status](https://ci.appveyor.com/api/projects/status/rroa24x9jgdwuka5?svg=true)](https://ci.appveyor.com/project/kozo2/rubydown)
55

6-
76
*rubydown* is pure-Ruby [R Markdown](https://rmarkdown.rstudio.com/) clone.
7+
It takes a markdown source file, executes the code chunks, captures the output, and stitches the output into the destination file.
8+
9+
Python also has R Markdown like packages.
10+
If you have interest about making reproducible reports, please also refer to the following projects.
11+
12+
https://github.com/jankatins/knitpy
13+
14+
https://github.com/pystitch/stitch
15+
16+
817

918
## Quick Start
1019

0 commit comments

Comments
 (0)