Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to github from the docs #367

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ The rest of this documentation is organised into the following sections:
```{tableofcontents}
```

## Source code

The source code for `tsdate` is freely available on [GitHub](https://github.com/tskit-dev/tsdate).
Bug reports and suggestions for improvements can be made by opening an issue on that repository:
we suggest also checking the [discussions list](https://github.com/tskit-dev/tsdate/discussions).
Pull requests are welcome: we largely follow the
[tskit development workflow](https://tskit.dev/tskit/docs/latest/development.html#workflow).

## Citing

The algorithm is described in [our Science paper](https://www.science.org/doi/10.1126/science.abi8264)
Expand Down
3 changes: 3 additions & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ The output of tsdate is a new tree sequence with altered
(optionally) a posterior distribution of node times
(see {ref}`sec_usage_posterior`).

The ultimate source of technical detail for `tsdate` is the source code on our
[GitHub repository](http://github.com/tskit-dev/tsdate).

## Sources of genealogies

The input genealogies to date can come from any source,
Expand Down
Loading