8000 update coverage badge link and links from docs to GitHub · illusional/python-cwlgen@c44d09c · GitHub
[go: up one dir, main page]

Skip to content

Commit c44d09c

Browse files
committed
update coverage badge link and links from docs to GitHub
1 parent 292b8b2 commit c44d09c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-cwlgen
22

33
[![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)
55
[![Documentation Status](https://readthedocs.org/projects/python-cwlgen/badge/?version=latest)](http://python-cwlgen.readthedocs.io/en/latest/?badge=latest)
66

77
Python-cwlgen is a python library for the generation of CWL programmatically.

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Python-cwlgen
1111

1212
introduction
1313
installation
14-
references
1514
user_guide
15+
references
1616

1717
Python-cwlgen API documentation
1818
===============================

doc/source/user_guide.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ This user guide aims to help you through the different steps to build your CWL t
1010
python-cwlgen.
1111

1212
.. 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
1416

1517
Basic example
1618
-------------
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
1722

1823
Initialize your tool
1924
""""""""""""""""""""

0 commit comments

Comments
 (0)
0