-
Notifications
You must be signed in to change notification settings - Fork 3
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
Write Monte Carlo interface documentation #141
Comments
Just as a feedback, and with no further purpose: I actually find this order a bit unnatural, since for me bin is the most external object, the one surviving all the convolutions. |
I can try to help with this, but let me repeat what I said in #130 (comment)
@alecandido can you please remind me of the Rust project you showed to me where the documentation was as source code and hence on docs.rs? |
It is simple, it's just https://github.com/rust-ndarray/ndarray/tree/master/src/doc But I'd actually improve over this: instead of |
Something like this: |
Something that I now feel quite comfortable with is to host common mark documents in the repository and point to it (on github) in the |
Maybe you want a |
A |
That's probably a good idea. Right now there's the top-level README which points to the various documents, but it might better to have it close to the other documents. |
@aykhuss you might be interested in some of the items in #141 (comment). |
After talking to @scarlehoff I get the feeling that our documentation can be improved in quite a few places. Specifically, we should at least
pineappl_grid_set_{string,double,...}
functions. Also explain the basics of interpolationGrid::fill
and also in other functions/methods we should make clear that whenever we have to give indices for order, bin and lumi that are given in exactly this order, to resemble theobl
subcommand ofpineappl
;The text was updated successfully, but these errors were encountered: