Merge remote-tracking branch 'origin' into 1786-replace-jekyll-with-zenweb
[arvados.git] / doc / user / tutorials / tutorial-job-debug.textile
index 24364f04b11071f31983387670745810a9942233..570713b5614753a0fa9c434a3900c73155acdfe6 100644 (file)
@@ -4,9 +4,9 @@ navsection: userguide
 navmenu: Tutorials
 title: "Debugging a Crunch script"
 navorder: 14
----
+...
 
-h1. Tutorial: Debugging a Crunch script
+h1. Debugging a Crunch script
 
 To test changes to a script by running a job, the change must be pushed into @git@, the job queued asynchronously, and the actual execution may be run on any compute server.  As a result, debugging a script can be difficult and time consuming.  This tutorial demonstrates using @arv-crunch-job@ to run your job in your local VM.  This avoids the job queue and allows you to execute the script from your uncomitted git tree.