From b15b2044031115b86a5e276df09e7e47af827edc Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Sat, 6 Jan 2024 23:05:35 +0000 Subject: [PATCH] Remove readthedocs status from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4c25fee8..4666aade 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![CircleCI](https://circleci.com/gh/tskit-dev/tsdate.svg?style=svg)](https://circleci.com/gh/tskit-dev/tsdate) [![codecov](https://codecov.io/gh/tskit-dev/tsdate/branch/master/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tsdate) -[![Documentation Status](https://readthedocs.org/projects/tsdate/badge/?version=latest)](https://tsdate.readthedocs.io/en/latest/?badge=latest) ``tsdate`` is a scalable method for estimating the age of ancestral nodes in a [tree sequence](https://tskit.dev/tutorials/what_is.html). The method uses a coalescent prior and updates node times on the basis of the number of mutations along each edge of the tree sequence (i.e. using the "molecular clock").