diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 7362380e7..2daa30992 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -15,5 +15,6 @@ - [Working with trees](./tree_sequence_tree.md) - [Miscellaneous operations](./tree_sequence_miscellaneous.md) +[Crate prelude](./prelude.md) [Changelog](./changelog.md) [Migration Guide](./migration_guide.md) diff --git a/book/src/prelude.md b/book/src/prelude.md new file mode 100644 index 000000000..561188f76 --- /dev/null +++ b/book/src/prelude.md @@ -0,0 +1,7 @@ +# The `tskit` prelude + +The contents of the crate prelude are: + +```rust, noplaygound, ignore +{{#include ../../src/prelude.rs}} +```