Skip to content

Commit 1678fe1

Browse files
committed
fix RST errors with missing spaces
1 parent a4ce875 commit 1678fe1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Running tests locally
6262

6363
- Running basic tests ``(/tests)``:
6464

65-
We use `tox<https://github.com/common-workflow-language/cwltool/tree/master/tox.ini>`_ to run various tests in all supported Python environments.
65+
We use `tox <https://github.com/common-workflow-language/cwltool/tree/master/tox.ini>`_
66+
to run various tests in all supported Python environments.
6667
You can run the test suite by simply running the following in the terminal:
6768
``pip install tox; tox``
6869

@@ -209,7 +210,8 @@ for the plugin above, this is ``type`` and defines the plugin type. This paramet
209210
is required for all plugins. The available plugins and the parameters
210211
available for each are documented (incompletely) `here
211212
<https://docs.galaxyproject.org/en/latest/admin/dependency_resolvers.html>`__.
212-
Unfortunately, this documentation is in the context of Galaxy tool ``requirement`` s instead of CWL ``SoftwareRequirement``s, but the concepts map fairly directly.
213+
Unfortunately, this documentation is in the context of Galaxy tool
214+
``requirement`` s instead of CWL ``SoftwareRequirement`` s, but the concepts map fairly directly.
213215

214216
cwltool is distributed with an example of such seqtk tool and sample corresponding
215217
job. It could executed from the cwltool root using a dependency resolvers
@@ -368,7 +370,7 @@ at the following links:
368370
- `Initial cwltool Integration Pull Request <https://github.com/common-workflow-language/cwltool/pull/214>`__
369371

370372
CWL Tool Control Flow
371-
--------------------
373+
---------------------
372374

373375
Technical outline of how cwltool works internally, for maintainers.
374376

0 commit comments

Comments
 (0)