diff options
author | Arun Isaac | 2021-05-24 18:34:35 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-24 18:34:35 +0530 |
commit | 00cc6fa21396710ec044737c93890c721cfc93cb (patch) | |
tree | cc866c88db356f19fb6607a854dcda9de9dadccd | |
parent | 8938236c61945021271f42909102fc81d34bb245 (diff) | |
download | ccwl-00cc6fa21396710ec044737c93890c721cfc93cb.tar.gz ccwl-00cc6fa21396710ec044737c93890c721cfc93cb.tar.lz ccwl-00cc6fa21396710ec044737c93890c721cfc93cb.zip |
Mention documentation in the README.
* README.org (Documentation): New section.
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ ccwl is a compiler to generate CWL workflows from concise descriptions in ccwl. In the future, ccwl will also have a runtime whereby users can interactively execute workflows while developing them. +* Documentation + +[[https://ccwl.systemreboot.net/manual/dev/en/][Documentation for ccwl]] is available online. If ccwl is installed on +your machine, you may also read the manual using your info +browser. The [[http://ccwl.systemreboot.net/manual/dev/en/Tutorial.html][Tutorial section]] of the manual provides a gentle +introduction to ccwl. * Contributing |