<span style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">This tiny patch silences two diagnostics that sphinx is generating when I build the docs:</span><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">1. "Readers.rst not linked into toctree". After a bit of investigation <<a href="http://sphinx.pocoo.org/concepts.html" target="_blank" style="color:rgb(17,85,204)">http://sphinx.pocoo.org/concepts.html</a>> 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.</div>
<div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">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.</div>
<div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">--Sean Silva</div>