Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rust API docs #49

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Add Rust API docs #49

merged 2 commits into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. Add Rust API docs

    This adds the rust API docs to the generated sphinx documentation.
    The rust docs are generated by `cargo doc` and then copied over to the
    sphinx `_static` html directory, and included in the generated docs
    site with an iframe.
    benfred committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    de13995 View commit details
    Browse the repository at this point in the history
  2. try to fix docs build

    benfred committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7cb3bea View commit details
    Browse the repository at this point in the history