Skip to content

Commit a331968

Browse files
authored
doc: add links to the manual (#705)
1 parent 187bf3e commit a331968

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ cargo test --all-features
4040
cargo doc --all-features --open
4141
```
4242

43+
API documentation for the latest release is [here](https://docs.rs/tskit).
44+
A manual is [here](https://tskit-dev.github.io/tskit-rust).
45+
4346
### Calculating code coverage
4447

4548
First, install `tarpaulin`:

src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
//!
6969
//! * A lot of wrappers to the C functions.
7070
//! * Tree sequence statistics!
71+
//!
72+
//! # Manual
73+
//!
74+
//! A manual is [here](https://tskit-dev.github.io/tskit-rust).
7175
7276
#![allow(non_upper_case_globals)]
7377
#![allow(non_camel_case_types)]

0 commit comments

Comments
 (0)