-
Notifications
You must be signed in to change notification settings - Fork 297
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
DOC-648 Add pages for Neptune and W&B plugins #2803
Conversation
Signed-off-by: nikki everett <nikki@union.ai>
Seeing the following monodocs build error:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2803 +/- ##
===========================================
+ Coverage 76.82% 94.45% +17.63%
===========================================
Files 196 24 -172
Lines 20301 794 -19507
Branches 2610 0 -2610
===========================================
- Hits 15596 750 -14846
+ Misses 4004 44 -3960
+ Partials 701 0 -701 ☔ View full report in Codecov by Sentry. |
Do we need to update docs requirements to fix docs build error? |
Yeah, we can try that -- the current docs requirements file doesn't list every plugin, only |
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
After testing locally, it looks like we need to add |
* add pages for neptune and wandb plugins Signed-off-by: nikki everett <nikki@union.ai> * add autosummary sections to init files Signed-off-by: nikki everett <nikki@union.ai> * don't render the TOC twice Signed-off-by: nikki everett <nikki@union.ai> --------- Signed-off-by: nikki everett <nikki@union.ai>
* add pages for neptune and wandb plugins Signed-off-by: nikki everett <nikki@union.ai> * add autosummary sections to init files Signed-off-by: nikki everett <nikki@union.ai> * don't render the TOC twice Signed-off-by: nikki everett <nikki@union.ai> --------- Signed-off-by: nikki everett <nikki@union.ai>
Why are the changes needed?
Adds docs pages for Neptune and W&B plugins.
This is one of three PRs we need to merge in the following order to get the neptune and wandb flytekit plugin docs onto the docs site:
Check all the applicable boxes