We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was able to setup the repo for development and general editable stuff, but it wasn't obvious to me how to do so at first.
I think a bare minimum development guide set of docs would be great and would be a boon for potential contributors.
Pain points I experienced:
Goal(s) (imo):
I think these small things would be a nice improvement and I would love to help out w it but i don't (necessarily) think I am the person to do it(?)
The text was updated successfully, but these errors were encountered:
Yes, I agree, all projects should have a DEVELOP.md and it's an oversight that this one doesn't yet.
DEVELOP.md
As a tip you can check the tests for the uv commands to run.
uv
It's basically just
uv run maturin develop -m obstore/Cargo.toml
to build obstore and put it in your top-level venv.
obstore
And then
uv run mkdocs serve
to build and host the docs locally.
You can see how the develop.md looks for other similar projects of mine:
https://github.com/kylebarron/arro3/blob/main/DEVELOP.md https://github.com/geoarrow/geoarrow-rs/blob/a2cbc7d501ea4fcd4d5e8927d09bde08ccc34124/python/DEVELOP.md#L4 https://github.com/developmentseed/lonboard/blob/main/DEVELOP.md
Sorry, something went wrong.
No branches or pull requests
I was able to setup the repo for development and general editable stuff, but it wasn't obvious to me how to do so at first.
I think a bare minimum development guide set of docs would be great and would be a boon for potential contributors.
Pain points I experienced:
Goal(s) (imo):
I think these small things would be a nice improvement and I would love to help out w it but i don't (necessarily) think I am the person to do it(?)
The text was updated successfully, but these errors were encountered: