-
Notifications
You must be signed in to change notification settings - Fork 406
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
Python docstrings on the root module are insufficient #1614
Comments
Hi @rtyler can I take this one? |
@gardnertechhq go ahead :) Happy to see some improvements on the python docs |
cool, any tip where to start? I see that rendering docs in sphinx
return 32 warnings. Have you thought about sphinx linter, e.g in form of pre-commit hook? |
@rchojn we don't use sphinx anymore, it's only mkdocs now |
Hey @ion-elgreco, if that's the case, should we decommission this part? |
thanks @ion-elgreco ! so I should be able to build mkdocs using this from |
I followed contributing guide and my
any tip? |
You likely need to build delta. Try running |
Not sure about warnings, but
Unfortunately error persist and I cannot build the docs :/ |
Make sure you are running |
Thanks @r3stl355! Somehow after restarting terminal it starts to work, no updates were made from my side, magic 🪄 |
Environment
Delta-rs version: 0.10.1
Binding: python
Environment: Linux/amd64
Bug
What happened:
What you expected to happen:
The
DeltaTable
symbol is missing and I would expect it to show up here in the doc stringsHow to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: