From 4ffa73e05ebe8c18a46c14d69a39c3de80f51aa9 Mon Sep 17 00:00:00 2001 From: Ronan Harrington Date: Fri, 3 Apr 2020 17:51:58 +0100 Subject: [PATCH] Added subheaders to pages on website, removed ordering of program guides --- docs/bowtie2.md | 1 - docs/conda.md | 1 - docs/fastq-dump.md | 1 - docs/featureCounts.md | 1 - docs/htseq-count.md | 1 - docs/part1.md | 2 ++ docs/part2.md | 2 ++ docs/part3.md | 2 ++ docs/samtools.md | 1 - 9 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/bowtie2.md b/docs/bowtie2.md index 9abadb4..4237272 100644 --- a/docs/bowtie2.md +++ b/docs/bowtie2.md @@ -2,7 +2,6 @@ layout: default title: bowtie2 parent: 2. Program guides -nav_order: 1 --- # bowtie2 diff --git a/docs/conda.md b/docs/conda.md index aa82a8e..7c91087 100644 --- a/docs/conda.md +++ b/docs/conda.md @@ -2,7 +2,6 @@ layout: default title: conda parent: 2. Program guides -nav_order: 2 --- # conda diff --git a/docs/fastq-dump.md b/docs/fastq-dump.md index a49cf37..bc04ea7 100644 --- a/docs/fastq-dump.md +++ b/docs/fastq-dump.md @@ -2,7 +2,6 @@ layout: default title: fastq-dump parent: 2. Program guides -nav_order: 3 --- # fastq-dump diff --git a/docs/featureCounts.md b/docs/featureCounts.md index d2fe285..7f51fb4 100644 --- a/docs/featureCounts.md +++ b/docs/featureCounts.md @@ -2,7 +2,6 @@ layout: default title: featureCounts parent: 2. Program guides -nav_order: 4 --- diff --git a/docs/htseq-count.md b/docs/htseq-count.md index 14d8502..68600d5 100644 --- a/docs/htseq-count.md +++ b/docs/htseq-count.md @@ -2,7 +2,6 @@ layout: default title: htseq-count parent: 2. Program guides -nav_order: 5 --- diff --git a/docs/part1.md b/docs/part1.md index 495e70e..13e1a0f 100644 --- a/docs/part1.md +++ b/docs/part1.md @@ -8,3 +8,5 @@ has_toc: True --- # 1. General guides + +These are general guides for installing Ubuntu, using the command line, and the types of files used in bioinformatics. {: .fs-6 .fw-300 } diff --git a/docs/part2.md b/docs/part2.md index d4bd4f8..527df3e 100644 --- a/docs/part2.md +++ b/docs/part2.md @@ -8,3 +8,5 @@ has_toc: True --- # 2. Program guides + +These are guides to individual programs. {: .fs-6 .fw-300 } diff --git a/docs/part3.md b/docs/part3.md index 481e96e..78b1b1a 100644 --- a/docs/part3.md +++ b/docs/part3.md @@ -8,3 +8,5 @@ has_toc: True --- # 3. Scripts + +These are scripts that use the programs discussed in this project. {: .fs-6 .fw-300 } diff --git a/docs/samtools.md b/docs/samtools.md index c202df4..c1fc297 100644 --- a/docs/samtools.md +++ b/docs/samtools.md @@ -2,7 +2,6 @@ layout: default title: samtools parent: 2. Program guides -nav_order: 6 --- # SAMtools