Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 8448470

Browse files
committed
Minor fix to cwlgen class reference on index doc page
1 parent d6d75bf commit 8448470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ You can install Python-CWLGen through pip with the following command:
3838
The classes very closely (if not exactly) mirror the CWL v1.0 specification. You can find
3939
more about their parameters in the following specifications:
4040

41-
- :class:`CommandLineTool`
42-
- :class:`Workflow`
41+
- :class:`cwlgen.CommandLineTool`
42+
- :class:`cwlgen.Workflow`
4343

4444

4545
Python-cwlgen

0 commit comments

Comments
 (0)