-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[dg] Add option to output html docs to file instead of tmpfile/browser #27632
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3fd60d4
to
8562905
Compare
8562905
to
7c89080
Compare
2ae1a99
to
101ddfb
Compare
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.
This is good but I want to quibble over the API/defaults. I would prefer:
- by default just dump the output to terminal (current
--output cli
) - no
--output
option --browser
flag that opens browser
@schrockn what are your thoughts
I think the in-browser docs is more useful for the average user than the raw html, so it feels a bit wrong to gate that behind an option. I guess if all docs present that option first maybe it's fine |
I think it should default to browswer |
#27632) ## Summary I selfishly want this functionality for e2e tests, but I also think users might find it helpful
dagster-io#27632) ## Summary I selfishly want this functionality for e2e tests, but I also think users might find it helpful
Summary
I selfishly want this functionality for e2e tests, but I also think users might find it helpful