-
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
Documentation for running the examples #3
Comments
This seems like a very good addition to the project. I will work on adding more
Most of the project is in line with general rust & cargo structure. But you are certainly right that adding examples explicitly would clear things up considerably. Going further, it could be helpful to provide
|
That being said, I will probably still have some "old" examples lying around which I will keep in the main tree (not another repository) for (at least) the coming months to ensure any progress of the package conserves their functionality. However these examples might not be suited for end-users to directly follow and use. I will mention this in the |
Sounds good! By the way, I should have mentioned it, but this is just a detail. The most important is that people can run your software, which is the case so far. What I am suggesting here is just what I think will make it easier for people to do so, but you may disagree on this point and leave out the |
Thanks for clarifying that. I am happy to hear that. I will let you know how I decide. But overall it seems like a very good idea to me. |
Concerning the To me, it is rather important to have individual But I have added a |
That's a very good point! I think that's great how it is now. |
Closing this issue now. |
Hi, as part of the review that I am doing for JOSS (openjournals/joss-reviews#7723), I am trying to run the examples.
Even though I am relatively familiar with Rust and Cargo, it took me a little bit of time to understand how to run them. Have you considered adding some documentation (or READMEs) to explain the steps needed? Cloning the repository with submodules, moving to
cellular_raza/cellular_raza-examples/cell_sorting
(for example), runningcargo run --bin default --release
: this might be helpful for someone less familiar with git/Rust/Cargo.Also, have you considered using Cargo's native support for examples? https://doc.rust-lang.org/cargo/reference/cargo-targets.html#examples
The text was updated successfully, but these errors were encountered: