From: Brett Smith Date: Thu, 27 Mar 2014 20:00:09 +0000 (-0400) Subject: doc: Tweak running-external-program style. X-Git-Tag: 1.1.0~2690^2~78 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/e0cdfbacae4dfc256d483d8055b5aabb581bb964 doc: Tweak running-external-program style. --- diff --git a/doc/user/tutorials/running-external-program.html.textile.liquid b/doc/user/tutorials/running-external-program.html.textile.liquid index 758faa5a9f..c46630dc67 100644 --- a/doc/user/tutorials/running-external-program.html.textile.liquid +++ b/doc/user/tutorials/running-external-program.html.textile.liquid @@ -17,7 +17,7 @@ Start by entering the @crunch_scripts@ directory of your git repository: -Next, using @nano@ or your favorite Unix text editor, create a new file called @run-md5sum.py@ in the @crunch_scripts@ directory. +Next, using @nano@ or your favorite Unix text editor, create a new file called @run-md5sum.py@ in the @crunch_scripts@ directory. notextile.
~/you/crunch_scripts$ nano run-md5sum.py
@@ -29,7 +29,7 @@ Make the file executable: notextile.
~/you/crunch_scripts$ chmod +x run-md5sum.py
-Next, add the file to @git@ staging, commit and push: +Next, use @git@ to stage the file, commit, and push:
~/you/crunch_scripts$ git add run-md5sum.py
@@ -38,7 +38,7 @@ Next, add the file to @git@ staging, commit and push:
 
-You should now be able to run your new script using Crunch, with "script" referring to our new "run-md5sum.py" script. +You should now be able to run your new script using Crunch, with @"script"@ referring to our new @run-md5sum.py@ script.
~/you/crunch_scripts$ cat >~/the_pipeline <<EOF
@@ -63,4 +63,4 @@ EOF
 
-Your new pipeline template will appear on the "Workbench %(rarr)→% Compute %(rarr)→% Pipeline templates":https://{{ site.arvados_workbench_host }}/pipeline_instances page. You can run the "pipeline using workbench":tutorial-pipeline-workbench.html +Your new pipeline template will appear on the Workbench "Compute %(rarr)→% Pipeline templates":https://{{ site.arvados_workbench_host }}/pipeline_instances page. You can run the "pipeline using Workbench":tutorial-pipeline-workbench.html.