-
Notifications
You must be signed in to change notification settings - Fork 13
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
docs(website): document custom step implementation #47
Comments
#116 (comment) needs to be re-raised and reviewed with feedback incorporated at some point. Raise priority to P1, as @jitingxu1 already did significant work. |
Step
Step
Step
I'd like to try and work on this issue. Would appreciate it if I could get some guidance. |
Hi @ahaan1984. Thanks for your interest in helping out with the docs for IbisML! @jitingxu1 did quite a lot of work on this in #116; what would be great is if you can:
At the same time, it would be great to make sure you can build the docs. Unfortunately, we haven't added contributor docs yet, either. 😅 (If this is something you would like to do, more than happy to accept!) We use Quarto to build the docs. You can install the CLI from the website. You should also install all of the project requirements in your development environment (likely using something like venv or Conda for isolation). You can install using Once everything is set up, from the
Hopefully this helps to get started! |
Hi @deepyaman. While trying to build the docs, while running the
I have followed the steps as mentioned, and I have used venv for virtual environment. Additionally, I have tried manually installing the |
@ahaan1984 Griffe 1.x was released recently, and it looks like Quartodoc has not yet released support (I see the work done in machow/quartodoc#359). In the meantime, you'll need to |
Once the
Step
interface solidifies a bit more, we may want to document how users can implement their ownStep
subclass. We probably won't want to document for external usage for a while (the interface is still in flux and not really user-facing). Docs on the internals may be useful before then for aiding in contributions.The text was updated successfully, but these errors were encountered: