From ca92724ab6094bf16729581225122fc9992aa7a7 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 2 Nov 2017 10:02:55 -0400 Subject: [PATCH] 12183: Fix section headers. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/_includes/_container_runtime_constraints.liquid | 2 +- doc/_includes/_container_scheduling_parameters.liquid | 2 +- doc/_includes/_mount_types.liquid | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/_includes/_container_runtime_constraints.liquid b/doc/_includes/_container_runtime_constraints.liquid index 351b4a2c06..7e0c8f18f2 100644 --- a/doc/_includes/_container_runtime_constraints.liquid +++ b/doc/_includes/_container_runtime_constraints.liquid @@ -4,7 +4,7 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -Runtime constraints +h2. Runtime constraints Runtime constraints restrict the container's access to compute resources and the outside world (in addition to its explicitly stated inputs and output). diff --git a/doc/_includes/_container_scheduling_parameters.liquid b/doc/_includes/_container_scheduling_parameters.liquid index 1d063d12ae..6eee4e0447 100644 --- a/doc/_includes/_container_scheduling_parameters.liquid +++ b/doc/_includes/_container_scheduling_parameters.liquid @@ -4,7 +4,7 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -Scheduling parameters +h2. Scheduling parameters Parameters to be passed to the container scheduler (e.g., SLURM) when running a container. diff --git a/doc/_includes/_mount_types.liquid b/doc/_includes/_mount_types.liquid index db1661a8e4..9b3d9cf818 100644 --- a/doc/_includes/_mount_types.liquid +++ b/doc/_includes/_mount_types.liquid @@ -4,7 +4,7 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -Mount types +h2. Mount types The "mounts" hash is the primary mechanism for adding data to the container at runtime (beyond what is already in the container image). -- 2.30.2