The official documentation for the Styx ecosystem - a system for generating type-safe neuroimaging tool bindings.
This repository contains the source for The Styx Book, which is built using mdBook.
The documentation covers:
- How to use the Styx compiler and NiWrap
- Advanced concepts and implementation details
- Contribution guidelines
- Example workflows
- Boutiques descriptor reference
To build the book locally:
-
Install mdBook:
cargo install mdbook # Optional: Install the mermaid plugin if needed cargo install mdbook-mermaid -
Build the book:
mdbook build
-
Or serve it locally with live reloading:
mdbook serve # Then open http://localhost:3000 in your browser
Contributions to improve the documentation are welcome! Please see our contributing guide for details on how to help.
This documentation is licensed under the MIT License.