Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mklarqvist committed Jan 28, 2019
1 parent 318a266 commit 072ab30
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/api-documentation.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# C++ API documentation
# C++ API documentation

Under construction. Coming soon.
3 changes: 3 additions & 0 deletions docs/developer-documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Developer documentation

Under construction. Coming soon.
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ framework for querying the resulting data.
| [`sort`](cli/cli-sort) | sort `TWO` file |
| [`view`](cli/cli-view) | `TWO`->`LD`/`TWO` view, `TWO` subset and filter |
| [`haplotype`](cli/cli-haplotype) | extract per-sample haplotype strings in `FASTA`/binary format |
| [`relationship`](cli/cli-relationship) | compute marker-based pair-wise sample relationship matrices |
| [`decay`](cli/cli-decay) | compute LD-decay over distance |
| [`prune`](cli/cli-prune) | perform graph-based LD-pruning of variant sites |
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ nav:
- sort: cli/cli-sort.md
- view: cli/cli-view.md
- haplotype: cli/cli-haplotype.md
- relationship: cli/cli-relationship.md
- decay: cli/cli-decay.md
- prune: cli/cli-prune.md
- API documentation: api-documentation.md
- Developer documentation: developer-documentation.md

Expand Down

0 comments on commit 072ab30

Please sign in to comment.