Skip to content

Commit 97e0441

Browse files
Add stub files
1 parent 69caca6 commit 97e0441

File tree

6 files changed

+24
-1
lines changed

6 files changed

+24
-1
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: sc2ts manual
55
author: sc2ts developers
66
logo: sc2ts.png
7-
copyright: "2024"
7+
copyright: "2025"
88
only_build_toc_files: true
99

1010
execute:

docs/_toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
format: jb-book
22
root: intro
33
parts:
4+
- caption: Getting started
5+
chapters:
6+
- file: installation
7+
- caption: Usage
8+
chapters:
9+
- file: inference
10+
- file: arg_analysis
11+
- file: alignments_analysis
412
- caption: Interfaces
513
chapters:
614
- file: cli

docs/alignments_analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Alignments analysis

docs/arg_analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ARG analysis

docs/inference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Inference
2+

docs/installation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Installation
2+
3+
4+
Install sc2ts from PyPI:
5+
6+
```sh
7+
python -m pip install sc2ts
8+
```
9+
10+
This installs the minimal version of sc2ts which provides the Python interfaces to
11+
analyse a

0 commit comments

Comments
 (0)