-
Notifications
You must be signed in to change notification settings - Fork 29
publish the Scaladoc somewhere #27
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
Comments
a possible model would be what @ashawley did over at scala/scala-xml#273 to publish the scala-xml Scaladoc to scala.github.io |
Sure would be nice to be able to point students to Scaladoc for this project. The ScalaCourses.com Parallel Collections lecture update for Scala 2.13 makes awkward noises regarding the apparent lack of published Scaladoc. Is the Scaladoc for all the other portions of Scala that have been hived out also AWOL, I wonder? If not, why not publish the Scaladoc for parallel collections there? If so, we'll need to contemplate uttering further awkward noises. |
|
The Scaladoc for this project on javadoc.io is stale. |
I haven't previously dealt with javadoc.io, is there something we need to do to get them to refresh...? |
|
Version 0.2.0 is published for 2.13 final: I use it in Scala.js too, btw. |
my mistake. you can trigger a download by javadoc.io by visiting the page where the docs ought to be and it is in fact already live (after about 60 seconds or so): https://www.javadoc.io/doc/org.scala-lang.modules/scala-parallel-collections_2.13/0.2.0 |
@NthPortal Awesome! The UI for that site is non-obvious. Thanks! |
I still think we should publish them officially |
FWIW, there is a direct link to the API documentation on https://index.scala-lang.org/scala/scala-parallel-collections/scala-parallel-collections/0.2.0 |
Got it, thanks! |
what's the advantage over letting javadoc.io do it? |
|
it's... official, I guess? also, you have to know javadoc.io exists (or that Scaladex has links to it) to use it, whereas somewhere official is where you'd expect it. idk. it's not a super strong argument |
In addition to not supporting search, the version that would be deployed to javadoc.io does not have links back to the main scala scaladoc |
I visited https://www.javadoc.io/doc/org.scala-lang.modules/scala-parallel-collections_2.13/0.2.0 and did a search using the search field at the top and it seemed to work fine? I'm not following what you mean, here. |
I stand corrected. |
it's a little awkward to get a link to the current page, but permalinks all work, as well as middle clicking on any link on the page (or clicking "copy link address") |
As an example of a link that should be there but isn't, there is no link to You will need to expand Wow, that is a huge URL. |
I actually think that that link not working is a scaladoc problem, not a problem with javadoc.io |
Yeah, there is an option to set when we generate the scaladoc if we want to have links to the standard library docs. |
agree. opened #73 on it |
I've opened #75, which just links to javadoc.io |
(not opposed, but I don't intend to tackle it, either) |
No description provided.
The text was updated successfully, but these errors were encountered: