-
Notifications
You must be signed in to change notification settings - Fork 18
Pub documentation generator #294
Comments
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="48" height="48"hspace="10"> Comment by sethladd One option, we can fire an App Engine task when a package is uploaded, and a Dart VM running Compute Engine can pick up the task from App Engine's task queue, generate the docs, and post them Cloud Storage. It's so crazy, it just might work! :) Added this to the Later milestone. |
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="48" height="48"hspace="10"> Comment by sethladd Removed Type-Defect label. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Removed this from the Later milestone. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Marked this as blocking dart-lang/sdk#7540. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Marked this as blocking dart-lang/sdk#8072. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Bumping this out to M4 since the new doc UI is still in progress. Removed this from the M3 milestone. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Bumping again since the new doc UI is still ongoing. Removed this from the M4 milestone. |
<img src="https://avatars.githubusercontent.com/u/264967?v=3" align="left" width="48" height="48"hspace="10"> Comment by amouravski Marked this as being blocked by dart-lang/sdk#8857. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent I'm just going to mark this Milestone-Later for now until the new doc UI is further along. Removed this from the M5 milestone. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Removed Area-Pub label. |
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3 Issue dart-lang/pub#820 has been merged into this issue. |
<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl Removed this from the Later milestone. |
<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl Removed Oldschool-Milestone-Later label. |
<img src="https://avatars.githubusercontent.com/u/3766663?v=3" align="left" width="48" height="48"hspace="10"> Comment by nicolasgarnier This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/pub-dartlang/issues Added MovedToGithub label. |
<img src="https://avatars.githubusercontent.com/u/1148886?v=3" align="left" width="96" height="96"hspace="10"> Issue by butlermatt
Originally opened as dart-lang/sdk#5130
Per discussion here:
https://groups.google.com/a/dartlang.org/d/topic/misc/Ci89b9NX7h8/discussion
"Additionally, what are the thoughts of pub generating dartdocs for a package either with a separate command (pub docs) or (pub install docs), or perhaps as part of the 'pub install' (with an extra flag?), generating and dartdoc documentation for any packages you have as dependencies, not just your own package.
I would definitely like to have pub support doc generation (the proper command for running dartdoc is a bit finicky)."
To me there should be a two-part solution. First part is to generate dartdoc files for the package we own, that we are writing. Then another to be able to generate dartdoc files for packages we list as dependencies.
The text was updated successfully, but these errors were encountered: