GitHub user lins05 opened a pull request:

    https://github.com/apache/spark/pull/14438

    [SPARK-16822][DOC] Support latex in scaladoc.

    ## What changes were proposed in this pull request?
    
    Support using latex in scaladoc by adding MathJax javascript to the js 
template.
    
    ## How was this patch tested?
    
    Generated scaladoc.  Preview:
    
    - LogisticGradient: 
[before](https://spark.apache.org/docs/2.0.0/api/scala/index.html#org.apache.spark.mllib.optimization.LogisticGradient)
 and 
[after](https://sparkdocs.lins05.pw/spark-16822/api/scala/index.html#org.apache.spark.mllib.optimization.LogisticGradient)
    
    - MinMaxScaler: 
[before](https://spark.apache.org/docs/2.0.0/api/scala/index.html#org.apache.spark.ml.feature.MinMaxScaler)
 and 
[after](https://sparkdocs.lins05.pw/spark-16822/api/scala/index.html#org.apache.spark.ml.feature.MinMaxScaler)
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lins05/spark 
spark-16822-support-latex-in-scaladoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/14438.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 #14438
    
----
commit 2a480caba91dd912eeda8b2b4393f9be11061310
Author: Shuai Lin <[email protected]>
Date:   2016-08-01T08:06:49Z

    [SPARK-16822][DOC] Support latex in scaladoc.

----


---
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]

Reply via email to