You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/06/01 23:47:24 UTC

svn commit: r1683008 - /mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext

Author: apalumbo
Date: Mon Jun  1 21:47:24 2015
New Revision: 1683008

URL: http://svn.apache.org/r1683008
Log:
add javadoc and scaladoc links

Modified:
    mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext

Modified: mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext?rev=1683008&r1=1683007&r2=1683008&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext Mon Jun  1 21:47:24 2015
@@ -16,14 +16,29 @@ The source files are stored using Git, o
 <a name="DeveloperResources-Documentation"></a>
 ## Documentation
 
-Javadoc documentation is available online in our code reports:
+Javadoc and Scaladoc documentation is available online by module:
 
 <!-- temporarily comment out links to javadocs that are not published-->
 <!-- * [Math](https://builds.apache.org/job/Mahout-Quality/ws/trunk/math/target/site/apidocs/index.html)-->
- * [Legacy MapReduce](https://builds.apache.org/job/Mahout-Quality/javadoc/)
+<!-- * [Legacy MapReduce](https://builds.apache.org/job/Mahout-Quality/javadoc/) -->
 <!-- * [Integration](https://builds.apache.org/job/Mahout-Quality/ws/trunk/integration/target/site/apidocs/index.html)-->
 <!-- * [Examples](https://builds.apache.org/job/Mahout-Quality/ws/trunk/examples/target/site/apidocs/index.html)-->
 
+
+ * [Mahout Math](http://apache.github.io/mahout/0.10.1/docs/mahout-math/index.html)
+ * [Mahout Math Scala bindings](http://apache.github.io/mahout/0.10.1/docs/mahout-math-scala/index.htm)
+ * [Mahout Spark bindings](http://apache.github.io/mahout/0.10.1/docs/mahout-spark/index.html)
+ * [Mahout Spark bindings shell](http://apache.github.io/mahout/0.10.1/docs/mahout-spark-shell/index.html)
+ * [Mahout H2O backend scaladoc](http://apache.github.io/mahout/0.10.1/docs/mahout-h2o/index.html)
+ * [Mahout H2O backend javadoc](http://apache.github.io/mahout/0.10.1/docs/mahout-h2o/javadoc/index.html)
+ * [Mahout HDFS](http://apache.github.io/mahout/0.10.1/docs/mahout-hdfs/index.html)
+ * [Mahout Map-Reduce]http://apache.github.io/mahout/0.10.1/docs/mahout-mr/index.html)
+ * [Mahout Examples](http://apache.github.io/mahout/0.10.1/docs/mahout-examples/index.html)
+ * [Mahout Integration](http://apache.github.io/mahout/0.10.1/docs/mahout-integration/index.html)
+
+
+
+
 <a name="DeveloperResources-Issues"></a>
 ## Issues