add "incomplete" alert boxes
authorTom Clegg <tom@clinicalfuture.com>
Fri, 12 Apr 2013 23:20:50 +0000 (16:20 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Fri, 12 Apr 2013 23:21:08 +0000 (16:21 -0700)
doc/_includes/alert-incomplete.html [new file with mode: 0644]
doc/_includes/alert-stub.html [new file with mode: 0644]
doc/admin/index.md
doc/api/job-task.textile
doc/install/index.md
doc/user/intro-git.md
doc/user/intro-keep.md
doc/user/provenance.md
doc/user/sample-pipeline.md
doc/user/sdk-cli.md
doc/user/ssh-access.md

diff --git a/doc/_includes/alert-incomplete.html b/doc/_includes/alert-incomplete.html
new file mode 100644 (file)
index 0000000..972ba15
--- /dev/null
@@ -0,0 +1,5 @@
+<div class="alert alert-block alert-info">
+  <button type="button" class="close" data-dismiss="alert">&times;</button>
+  <h4>Hi!</h4>
+  <P>This section is incomplete. Please be patient with us as we fill in the blanks &mdash; or <A href="https://arvados.org/projects/arvados/wiki/Documentation#Contributing">contribute to the documentation project.</A></P>
+</div>
diff --git a/doc/_includes/alert-stub.html b/doc/_includes/alert-stub.html
new file mode 100644 (file)
index 0000000..94e6489
--- /dev/null
@@ -0,0 +1,5 @@
+<div class="alert alert-block alert-info">
+  <button type="button" class="close" data-dismiss="alert">&times;</button>
+  <h4>Hi!</h4>
+  <p>This section is incomplete. Please be patient with us as we fill in the blanks &mdash; or <A href="https://arvados.org/projects/arvados/wiki/Documentation#Contributing">contribute to the documentation project</A>.</p>
+</div>
index b8630ef383c817b539126c46691b2b3f4fd8f493..5c7541279df9c7d9f7eea9ca70fed261d11377ea 100644 (file)
@@ -5,6 +5,8 @@ title: Overview
 navorder: 0
 ---
 
+{% include alert-stub.html %}
+
 # Administration Overview
 
 Unlike other users, administrators
index f68dd80b67172d9f3fd01c5121dff93fdbee91c9..a17cb99cc2d47d4a786b94292a388bc9dea05d0d 100644 (file)
@@ -5,6 +5,8 @@ title: Job tasks
 navorder: 5
 ---
 
+{% include alert-incomplete.html %}
+
 h1. Job scripts
 
 ...how to understand and write them.
index 7bdbc7b14bf6dae627a5119cfbce551bcd320dc3..2242b687972ab485dd3b2a006671ee04074245de 100644 (file)
@@ -5,6 +5,8 @@ title: Overview
 navorder: 0
 ---
 
+{% include alert-stub.html %}
+
 # Installation Overview
 
 1. Set up a cluster, or use Amazon
index 4d7d98c54bbee7a35349737754169dd72c8a9e78..e6ecd889495f47fa98ad944572d8c334d5a5d330 100644 (file)
@@ -5,6 +5,8 @@ title: "Intro: git"
 navorder: 4
 ---
 
+{% include alert-stub.html %}
+
 # Using git
 
 Git is a revision control system. There are lots of resources for
index 0472ddf2ec1055230000377d1786eb08a21f9040..2a5f16b5b03a49ff3869793af205f0ae27580e9f 100644 (file)
@@ -83,6 +83,9 @@ Output:
 
     foo
 
+
+{% include alert-stub.html %}
+
 ### Writing a collection
 
 ### Reading a file from a collection
index 0e92daf47a64b86d1e6af3a40ffc4d6048dbe158..93983c96b17b0e14e7639c9d2756e219338e8fc3 100644 (file)
@@ -5,6 +5,8 @@ title: Provenance
 navorder: 8
 ---
 
+{% include alert-stub.html %}
+
 # Provenance
 
 Arvados provides features for tracking and inspecting provenance,
index fa4e1512910e4eabf9b0b87af74a7af52a2437af..5c683c09583256b497dd7dd0e41a6e2af1a1ad82 100644 (file)
@@ -5,6 +5,8 @@ title: A sample pipeline
 navorder: 10
 ---
 
+{% include alert-stub.html %}
+
 # A sample pipeline
 
 You should do this.
index 984cada252d5da4b649141fbfe88f2b7cf4333e2..0cf2766e98ee7c21d2f99fe6b586991fe69a787b 100644 (file)
@@ -5,6 +5,8 @@ title: Command line SDK
 navorder: 10
 ---
 
+{% include alert-stub.html %}
+
 # Command line SDK
 
 If you are logged in to an Arvados VM, the command line SDK is
index b9c9ba7f32920255a772efcf29b07af47621c17c..2c84ef7e7200c5a1378086fc4eaaa504d93de897 100644 (file)
@@ -56,6 +56,8 @@ what your account name is for each one.)
 
 ### Setup instructions for PuTTY
 
+{% include alert-stub.html %}
+
 If you use Microsoft Windows, you should download the PuTTY software.
 
 * Details about configuring PuTTY would be nice here.