File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# python-cwlgen
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/khillion/python-cwlgen.svg?branch=master )] ( https://travis-ci.org/khillion/python-cwlgen )
4
- [ ![ codecov] ( https://codecov.io/gh/khillion /python-cwlgen/branch/master/graph/badge.svg )] ( https://codecov.io/gh/khillion /python-cwlgen )
4
+ [ ![ codecov] ( https://codecov.io/gh/common-workflow-language /python-cwlgen/branch/master/graph/badge.svg )] ( https://codecov.io/gh/common-workflow-language /python-cwlgen )
5
5
[ ![ Documentation Status] ( https://readthedocs.org/projects/python-cwlgen/badge/?version=latest )] ( http://python-cwlgen.readthedocs.io/en/latest/?badge=latest )
6
6
7
7
Python-cwlgen is a python library for the generation of CWL programmatically.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Python-cwlgen
11
11
12
12
introduction
13
13
installation
14
- references
15
14
user_guide
15
+ references
16
16
17
17
Python-cwlgen API documentation
18
18
===============================
Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ This user guide aims to help you through the different steps to build your CWL t
10
10
python-cwlgen.
11
11
12
12
.. Note ::
13
- If you find a bug, have any questions or suggestions, please submit an issue on Github.
13
+ If you find a bug, have any questions or suggestions, please `submit an issue on Github `_.
14
+
15
+ .. _`submit an issue on Github` : https://github.com/common-workflow-language/python-cwlgen/issues/new
14
16
15
17
Basic example
16
18
-------------
19
+ Through this little tutorial, we will go step by step through the example you can `find on Github `_.
20
+
21
4971
+ .. _`find on Github` : https://github.com/common-workflow-language/python-cwlgen/blob/master/examples/example.py
17
22
18
23
Initialize your tool
19
24
""""""""""""""""""""
You can’t perform that action at this time.
0 commit comments