-
Notifications
You must be signed in to change notification settings - Fork 1
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
Workspaces api docgen source #33
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
==========================================
- Coverage 70.88% 70.41% -0.47%
==========================================
Files 16 16
Lines 2356 2319 -37
==========================================
- Hits 1670 1633 -37
Misses 686 686
|
Things for Noah to do
|
report_id: str | ||
|
||
|
||
@dataclass(config=dataclass_config, repr=False) | ||
class GalleryURL(Base): | ||
"""A URL to an external resource. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clarify as in the gallery
@sephmard What do we want to do about these APIs? They refer to the old Weave product and might confuse customers. 'WeaveBlockArtifact', @andrewtruong Within reports, do we want to expose? Current implementation shows them:
|
|
Summary of changes
to_model
andfrom_model
using single underscores.lazydocs
can generate markdown files properly.help wandb_workspaces.reports.v2.ClassName
orwandb_workspaces.reports.v2.ClassName?
in a notebook for classes that have either defined:or
to_model
->_to_model
changes@classmethod
decorator onWorkspaces.save()
andWorkspaces.save_as_new
. Re: for the latter, the method is an instance method, not a class method.@anandwandb and/or someone to verify:
Spotify
SoundCloud
Twitter
Weave*
Classes should be renamed to QueryPanels? i.e.a.
running_*
inScatterPlot
b.
gradient
inParallelCoordinatesPlot
c.
chart_*
infrom_table
d. Overview description for for
Block
classTesting
Doc link preview:
Preview the docs here https://reports-api.docodile.pages.dev/ref/python/wandb_workspaces/reports/ and here https://reports-api.docodile.pages.dev/ref/python/wandb_workspaces/workspaces