Skip to content

Commit 8b791c9

Browse files
committed
reformat recipes
1 parent f383d78 commit 8b791c9

3 files changed

Lines changed: 43 additions & 5 deletions

File tree

doc/recipes/goldman-cox-test.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
layout: workshop
3+
title: "Perform a Goldman-Cox test"
4+
author: _AUTHOR_
5+
date: _DATE_
6+
docid: 100
7+
---
8+
19
# Perform a Goldman-Cox test
210

311
## What's a Goldman-Cox test

doc/recipes/index.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1-
# Recipes
2-
3-
This is a collection of one-off examples of analyses in IQ-TREE. One might call them 'infrequently asked questions'. The idea is a searchable and reproducible database of analyses to help the community do what they need to with IQ-TREE.
1+
---
2+
layout: userdoc
3+
title: "Recipes (How-To)"
4+
author: _AUTHOR_
5+
date: _DATE_
6+
docid: 9.5
7+
icon: question-circle
8+
doctype: manual
9+
tags:
10+
- manual
11+
description: Collection of one-off examples of analyses in IQ-TREE.
12+
sections_new_page: True
13+
sections:
14+
- name: Phylogenetic placement
15+
url: phylogenetic-placement
16+
- name: Perform a Goldman-Cox test
17+
url: goldman-cox-test
18+
---
419

5-
If you'd like to request a recipe, please head over to the issues page and use the 'recipe wanted' label.
20+
# Recipes
621

7-
22+
This is a collection of one-off examples of analyses in IQ-TREE.
23+
<!--more-->
24+
One might call them "infrequently asked questions". The idea is a searchable and
25+
reproducible database of analyses to help the community do what they need to with IQ-TREE.
826

27+
If you'd like to request a recipe, please head over to the issues page and
28+
use the 'recipe wanted' label.
929

30+
* [How to do phylogenetic placement](phylogenetic-placement)
31+
* [How to perform a Goldman-Cox test](goldman-cox-test)

doc/recipes/phylogenetic-placement.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
layout: workshop
3+
title: "Phylogenetic placement"
4+
author: _AUTHOR_
5+
date: _DATE_
6+
docid: 100
7+
---
8+
19
# Phylogenetic placement
210

311
### The general problem

0 commit comments

Comments
 (0)