GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/13856
[SPARK-16155] [DOC] remove package grouping in Java docs
## What changes were proposed in this pull request?
In 1.4 and earlier releases, we have package grouping in the generated Java
API docs. See http://spark.apache.org/docs/1.4.0/api/java/index.html. However,
this disappeared in 1.5.0:
http://spark.apache.org/docs/1.5.0/api/java/index.html.
Rather than fixing it, I'd suggest removing grouping. Because it might take
some time to fix and it is a manual process to update the grouping in
`SparkBuild.scala`. I didn't find anyone complaining about missing groups since
1.5.0.
Manually checked the generated Java API docs and confirmed that they are
the same as in master.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark SPARK-16155
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13856.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13856
----
commit db0859e5aa85cb1d20df7838232818d9b2ad2564
Author: Xiangrui Meng <[email protected]>
Date: 2016-06-22T20:23:37Z
remove package grouping in Java docs
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]