Chris
Chris
How do you document your crate? I don't have the same issue with Nyx so I wonder what the difference is. Do you run with the —no-deps flag? The reason...
That's correct, but don't crates usually not document their dependencies?
It might be easier to just not document astrodata.
There's still one lint error. And I'd like to fix the doc tests so we know we've fixed the issue (the logic implies it is fixed).
Thanks for fixing the lints. As I am trying to fix the docs, I realize that when building the docs, the pck11.pca file gets updated. I don't know why, so...
I understood the issue: the cfg(not(doc)) is unstable. But there is work around that tokio uses: https://users.rust-lang.org/t/how-to-document-optional-features-in-api-docs/64577/3 . So I think that the original code was easier but the solution...
Sorry, I wasn't clear. There is a change in the cargo toml file to make to specify the docs rs metadata thing (unless if it is already there?). Also, I...
Sorry for the delay. I'm ok with the changes to the code, but the docs test shows that two files in `data` folder are changed at the end of the...
Yes: the reason the cargo docs fail is because the documentation downloads the de440s.bsp and the PCA file into the `data` folder. That folder is read-only on the cargo docs...
I'll close this because it sounds like you found a work around.