DOC: Link to LDA in example#5984
Conversation
|
LGTM though this is not the issue #5876. |
|
Sorry, I just found out the issue is the link broken in the code snippet. Could you give an idea of how the links are in general generated for the code snippets ? I mean should the classes be listed somewhere in particular like in |
|
it's done in |
|
Thanks, I will try to look into this file. For example, the link to Actually also in my local build, many other links are also not getting generated. For example, http://scikit-learn.org/stable/auto_examples/feature_stacker.html , the link to even Is there anything I am missing in this ? should I delete the whole docs/_build/html and run it again ? Thanks and apologies for asking basic questions but I am new to this whole setup. |
|
Yeah, maybe try making clean and rebuilding. I'm not sure why there are On 12/10/2015 01:44 PM, Maniteja Nandana wrote:
|
|
I am sorry for the delay in following up on the issue since I had my exams. I did try running |
|
Sorry, not entirely sure what the problem is. So you built the website and didn't see a change? |
|
merging as minor doc addition. |
Provide link to LDA and NMF in the example tutorial closes #5876.
I have tried including the link to LDA and NMF in the example. In my local build, the link to NMF is active, but the link to LDA isn't getting active.
Please do check out the branch and let me know if something is wrong in my local build. This is my first PR in scikit-learn.
This change is