Am I the only one who thinks that it is impractical that the Sphinx intro is buried deep within the lld documentation? I suggest moving it to the Programming Documentation document.
On the other hand, it’s the first result on google for “llvm sphinx”.
–Sean Silva
Yup, that’s how I normally find it But Google updates their search results as the net changes. It doesn’t take that long; perhaps a week or so.
Perhaps we can make a compromise? Include a link to it in the Programming Documentation document while keeping it in its current location?
2012/6/16 Sean Silva <silvas@purdue.edu>
Agreed that it needs to move to llvm proper, this was always the plan.
I think the only thing we were waiting on was setting up intersphinx
correctly.
- Michael Spencer
This is just a historical accident, I started with Sphinxifying lld
first because it was small and simple.
I agree the intro should move into the LLVM docs and we can just
change the lld link to point there.
- Daniel