From fa6eb14f825be135b7e96ff7d15e6707e21b8fe3 Mon Sep 17 00:00:00 2001 From: Lionel Garcia Date: Thu, 23 May 2024 09:42:48 -0400 Subject: [PATCH] docs: fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd9e684..ed2221f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ A Python package to compute and visualize observation metrics for periodic events. In Astronomy, *portrait* is useful to answer the following questions: -- How much of an orbit with period $P$ has been observed given certain observation times? ([tutorial](./docs/coverage.ipynb)) -- What period $P$ matches with this list of events? ([tutorial](./docs/periodmatch.ipynb)) -- How a certain target must be observed to cover all orbits with periods lower than $P$ days? \ No newline at end of file +- How much of an orbit with period $P$ has been observed given certain observation times? ([tutorial](https://portrait.readthedocs.io/en/latest/coverage.html)) +- What period $P$ matches with this list of events? ([tutorial](https://portrait.readthedocs.io/en/latest/periodmatch.html)) +- How a certain target must be observed to cover all orbits with periods lower than $P$ days?