File tree Expand file tree Collapse file tree 6 files changed +24
-1
lines changed
Expand file tree Collapse file tree 6 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 44title : sc2ts manual
55author : sc2ts developers
66logo : sc2ts.png
7- copyright : " 2024 "
7+ copyright : " 2025 "
88only_build_toc_files : true
99
1010execute :
Original file line number Diff line number Diff line change 11format : jb-book
22root : intro
33parts :
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
Original file line number Diff line number Diff line change 1+ # Alignments analysis
Original file line number Diff line number Diff line change 1+ # ARG analysis
Original file line number Diff line number Diff line change 1+ # Inference
2+
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments