We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ef94a commit 244d3f6Copy full SHA for 244d3f6
book/src/SUMMARY.md
@@ -15,5 +15,6 @@
15
- [Working with trees](./tree_sequence_tree.md)
16
- [Miscellaneous operations](./tree_sequence_miscellaneous.md)
17
18
+[Crate prelude](./prelude.md)
19
[Changelog](./changelog.md)
20
[Migration Guide](./migration_guide.md)
book/src/prelude.md
@@ -0,0 +1,7 @@
1
+# The `tskit` prelude
2
+
3
+The contents of the crate prelude are:
4
5
+```rust, noplaygound, ignore
6
+{{#include ../../src/prelude.rs}}
7
+```
0 commit comments