-
Notifications
You must be signed in to change notification settings - Fork 0
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 Documentation Module for OMMX Rust API #335
base: main
Are you sure you want to change the base?
Conversation
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
…ion.rs Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you delete all files in the examples
directory?
I've updated the code blocks in to use |
…al example files Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
…tiplication syntax Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
Co-Authored-By: t.shimizu@j-ij.com <t.shimizu@j-ij.com>
…eParameters Co-Authored-By: t.teramura@j-ij.com <t.teramura@j-ij.com>
Devin is currently unreachable - the session may have died. |
1 similar comment
Devin is currently unreachable - the session may have died. |
…e() calls Co-Authored-By: t.teramura@j-ij.com <t.teramura@j-ij.com>
…unctions section, update Evaluating Quadratic Functions to use multiplication syntax Co-Authored-By: t.teramura@j-ij.com <t.teramura@j-ij.com>
CodSpeed Performance ReportMerging #335 will not alter performanceComparing Summary
|
Add Documentation Module for OMMX Rust API
This PR adds a comprehensive documentation module for the OMMX Rust API following the pattern used by the ndarray crate. The documentation is organized as standalone documentation pages with runnable code examples.
Changes
doc
module insrc/doc/mod.rs
tutorial
submodule with comprehensive documentation on:Implementation Details
The documentation follows the pattern used by the ndarray crate, with standalone documentation pages that are accessible through the crate's documentation. Each tutorial page includes runnable code examples that demonstrate how to use the OMMX Rust API.
Testing
All code examples in the documentation have been verified to compile correctly.
Link to Devin run
https://app.devin.ai/sessions/5fd7d6d0d74c4ef68d3a712c845292d9
Requested by: t.shimizu@j-ij.com