Jekyll is dead, long live Zenweb!
[arvados.git] / doc / user / tutorials / tutorial-new-pipeline.html.textile.liquid
similarity index 98%
rename from doc/user/tutorials/tutorial-new-pipeline.textile
rename to doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid
index ee92090de1e9be780262aee99190235219bf8716..83122377314acc5eeada54ab7182449f67fe42d1 100644 (file)
@@ -3,7 +3,7 @@ layout: default
 navsection: userguide
 navmenu: Tutorials
 title: "Constructing a Crunch pipeline"
-navorder: 15
+
 ...
 
 h1. Constructing a Crunch pipeline
@@ -16,7 +16,7 @@ h2. Create a new script
 
 Our second script will filter the output of @parallel_hash.py@ and only include hashes that start with 0.  Create a new script in @crunch_scripts/@ called @0-filter.py@:
 
-<pre><code class="userinput">{% include 0-filter.py %}</code></pre>
+<pre><code class="userinput">{% include '0-filter_py' %}</code></pre>
 
 Now add it to git: