Skip to content

Commit 5a595af

Browse files
timothymillarmergify[bot]
authored andcommitted
Add tutorial on relationship matrices #956
1 parent a140316 commit 5a595af

File tree

3 files changed

+4325
-0
lines changed

3 files changed

+4325
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
*[p.stem for p in (HERE / "extensions").glob("*.py")],
6060
]
6161

62+
# Enable math notation in mystnb
63+
myst_enable_extensions = [
64+
"amsmath",
65+
"dollarmath",
66+
]
67+
6268
extlinks = {
6369
"issue": ("https://github.com/pystatgen/sgkit/issues/%s", "GH %s"),
6470
"pr": ("https://github.com/pystatgen/sgkit/pull/%s", "PR %s"),

docs/examples/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Example notebooks showing how to use sgkit.
1010
:hidden:
1111

1212
gwas_tutorial
13+
relatedness_tutorial

0 commit comments

Comments
 (0)