2012/10/14 Olivier Grisel <[email protected]>: > The generated online doc is here without the inline plots: > > http://scikit-learn.org/dev/modules/decomposition.html#factor-analysis > > While the statements looks good in the source: > > https://raw.github.com/scikit-learn/scikit-learn/master/doc/modules/decomposition.rst > > Look for plot_faces_decomposition_8.png and > plot_faces_decomposition_9.png in the source. > > Those plots are successfully generated in the example: > > http://scikit-learn.org/dev/auto_examples/decomposition/plot_faces_decomposition.html > > So I suspect a sphinx issue.
Here are potentially related error message when building the doc with `cd doc && make html` on my laptop: /Users/oliviergrisel/coding/scikit-learn/doc/modules/decomposition.rst:463: ERROR: Duplicate substitution definition name: "pca_img3". [u'FactorAnalysis.get_covariance()', u':module: sklearn.decomposition', u'', u'Compute data covariance with the FactorAnalysis model.', u'', u'cov = components_.T * components_ + diag(noise_variance)', u'', u':Returns:', u'', u' **cov** : array, shape=(n_features, n_features)', u'', u' Estimated covariance of data.']:5: ERROR: Unknown target name: "components". [u'FactorAnalysis.get_covariance()', u':module: sklearn.decomposition', u'', u'Compute data covariance with the FactorAnalysis model.', u'', u'cov = components_.T * components_ + diag(noise_variance)', u'', u':Returns:', u'', u' **cov** : array, shape=(n_features, n_features)', u'', u' Estimated covariance of data.']:5: ERROR: Unknown target name: "components". -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
