From 819a79e502dbe4a0308910b98d726387c6659d74 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Tue, 9 Jun 2026 14:32:57 +0100 Subject: [PATCH] Correct ref typo in write_vcf docs --- python/tskit/trees.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tskit/trees.py b/python/tskit/trees.py index b0396d6caa..f4014e3978 100644 --- a/python/tskit/trees.py +++ b/python/tskit/trees.py @@ -6656,7 +6656,7 @@ def write_vcf( :param list(int) individuals: A list containing the individual IDs to corresponding to the VCF samples. Defaults to all individuals associated with sample nodes in the tree sequence. - See the {ref}`sec_export_vcf_constructing_gt` section for more + See the :ref:`sec_export_vcf_constructing_gt` section for more details and examples. :param list(str) individual_names: A list of string names to identify individual columns in the VCF. In VCF nomenclature, these are the