GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/11320
[SPARK-11381][DOCS] Replace example code in mllib-linear-methods.md using
include_example
## What changes were proposed in this pull request?
This PR replaces example codes in `mllib-linear-methods.md` using
`include_example`
by doing the followings:
* Extracts the example codes(Scala,Java,Python) as files in `example`
module.
* Merges some dialog-style examples into a single file.
* Hide redundant codes in HTML for the consistency with other docs.
## How was the this patch tested?
manual test.
This PR can be tested by document generations, `SKIP_API=1 jekyll build`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark SPARK-11381
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11320.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 #11320
----
commit 3093c70bf3d8f3807e470d61a3486f7effe82009
Author: Dongjoon Hyun <[email protected]>
Date: 2016-02-23T11:09:39Z
[SPARK-11381][DOCS] Replace example code in mllib-linear-methods.md using
include_example
This PR replaces example codes in mllib-linear-methods.md using
`include_example`
by doing the followings:
* Extracts the example codes(Scala,Java,Python) as files in `example`
module.
* Merges some dialog-style examples into a single file.
* Hide redundant codes in HTML for the consistency with other docs.
This PR can be tested by document generations, `SKIP_API=1 jekyll build`.
----
---
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]