I see. I think the issue is that nothing but core javadoc is built now. There's a JIRA for this; I don't know where Jenkins/Hudson is configured such that this can be fixed.
On Thu, Jun 9, 2011 at 3:59 PM, Dhruv Kumar <[email protected]> wrote: > Never mind, I generated my local copy of math javadocs using: > > mvn javadocs:javadocs > > I was able to get to the Matrix package, and to the documentation of > DoubleMatrix1D and DoubleMatrix2D classes. > > However, the issue of 404 for certain math classes from Mahout API docs > given on Mahout's website still remains. > > On Thu, Jun 9, 2011 at 8:47 AM, Dhruv Kumar <[email protected]> wrote: > > > Sean, > > > > Sorry I wasn't clear. I meant the documentation of the Matrix class which > > is listed as the argument type to the constructor of the MatrixWritable > > class on the following page: > > > > > > > > > https://builds.apache.org//job/Mahout-Quality/javadoc/org/apache/mahout/math/MatrixWritable.html > > > > Clicking on the Matrix type on the above page in the constructor > > MatrixWritable(Matrix m) directs to the following page, generating a 404: > > > > > > > http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Matrix.html?is-external=true > > > > > > > > On Thu, Jun 9, 2011 at 3:36 AM, Sean Owen <[email protected]> wrote: > > > >> I think this must have been a temporary glitch since that page loads > fine > >> for me. You're in the right place. > >> > >> On Thu, Jun 9, 2011 at 3:27 AM, Dhruv Kumar <[email protected]> > wrote: > >> > >> > In the javadoc for Mahout's Math package, some doc URLs don't function > >> > properly. For example, I've been trying to understand the > MatrixWritable > >> > class. On the documentation page of MatrixWritable, clicking on the > >> Matrix > >> > class causes a 404: > >> > > >> > > >> > > >> > https://builds.apache.org//job/Mahout-Quality/javadoc/org/apache/mahout/math/MatrixWritable.html > >> > > >> > My only choice is to dive into clover's output, and make sense of the > >> > javadoc annotations which is tedious: > >> > > >> > > >> > > >> > https://builds.apache.org//job/Mahout-Quality/clover/org/apache/mahout/math/matrix/pkg-summary.html > >> > > >> > Is there a place where I can view the javadocs for all the Mahout math > >> > classes/interfaces, including the ones from CERN? > >> > > >> > > > > >
