Skip to content

Commit 7ff9738

Browse files
committed
Convert manual from Wiki to mld
This allows to view the manual offline. Converted with: sed -E \ -e 's/^==== *(.*) *====/{3 \1}/g' \ -e 's/^=== *(.*) *===/{2 \1}/g' \ -e 's/^== *(.*) *==/{1 \1}/g' \ -e 's/^= *(.*) *=/{0 \1}/g' \ -e 's/\[\[(.*)\|(.*)]]/{{: \1 }\2}/g' \ -e 's|//(.*)//|{e \1}|g' \ -e 's/<<a_api text=".*" *\| module (.+)>>/in {!\1}/g' \ -e 's/<<code language="ocaml" *\|/{[\n/g' \ -e 's/<<code language="c" *\|/{@c[/g' \ -e 's/>>/]}/g' \ -e "s/\`\`(.*)''/“\1”/g" \ -e 's/\.\.\./…/g' \ "$@" | \ perl -pe 's|{{{(.*?)}}}|[\1]|g' and then some manual fixes for lists and tables.
1 parent fe3420f commit 7ff9738

File tree

4 files changed

+990
-906
lines changed

4 files changed

+990
-906
lines changed

docs/dune

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(documentation
2+
(package lwt)
3+
(mld_files :standard))

0 commit comments

Comments
 (0)