[llvm-commits] micro-fixes to lld docs

Sean Silva silvas at purdue.edu
Fri Jun 15 20:22:13 PDT 2012


This tiny patch silences two diagnostics that sphinx is generating when I
build the docs:

1. "Readers.rst not linked into toctree". After a bit of investigation <
http://sphinx.pocoo.org/concepts.html> I found a :hidden: flag to avoid
actually putting the table on the page, but to still notify sphinx of the
relationship between the documents.

2.  Sphinx is giving me a diagnostic "getting_started.rst:54: ERROR:
Unexpected indentation.", but it still generates the file correctly?
Anyway, adding the extra line eliminates the diagnostic and makes it more
consistent with the surrounding text as well.

--Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120615/ad92660e/attachment.html>


More information about the llvm-commits mailing list