We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187bf3e commit a331968Copy full SHA for a331968
README.md
@@ -40,6 +40,9 @@ cargo test --all-features
40
cargo doc --all-features --open
41
```
42
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
+
46
### Calculating code coverage
47
48
First, install `tarpaulin`:
src/lib.rs
@@ -68,6 +68,10 @@
68
//!
69
//! * A lot of wrappers to the C functions.
70
//! * Tree sequence statistics!
71
+//!
72
+//! # Manual
73
74
+//! A manual is [here](https://tskit-dev.github.io/tskit-rust).
75
76
#![allow(non_upper_case_globals)]
77
#![allow(non_camel_case_types)]
0 commit comments