diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-24 18:06:13 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-24 18:06:13 +0000 |
commit | 26420f2967a73fdde68f8cf0b0de71519cc79825 (patch) | |
tree | 2633b9db15b8faabe76c3d759870a659bb1b5170 /native_client_sdk/doc_generated/rest-devsite-examples.html | |
parent | 2851d30b8ce81121ae826a764bd00ad073df4753 (diff) | |
download | chromium_src-26420f2967a73fdde68f8cf0b0de71519cc79825.zip chromium_src-26420f2967a73fdde68f8cf0b0de71519cc79825.tar.gz chromium_src-26420f2967a73fdde68f8cf0b0de71519cc79825.tar.bz2 |
[NaCl SDK Docs] Remove table-of-contents from generated pages.
We don't want the TOC at the top of the chromesite pages, but we do for the
devsite pages. The table-of-contents is in the .rst file, but we don't want to
remove it in case we need to generate devsite documentation again. The easy
hack for now is to set the style of the element to "display: none".
Also, remove doc_generated/.buildinfo. This file should not be checked in.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/146203002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/doc_generated/rest-devsite-examples.html')
-rw-r--r-- | native_client_sdk/doc_generated/rest-devsite-examples.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/doc_generated/rest-devsite-examples.html b/native_client_sdk/doc_generated/rest-devsite-examples.html index ee86706..636105d 100644 --- a/native_client_sdk/doc_generated/rest-devsite-examples.html +++ b/native_client_sdk/doc_generated/rest-devsite-examples.html @@ -5,7 +5,7 @@ <p>This is an auto-generated table of contents for this document. <code>:local:</code> and <code>:backlinks: none</code> are required to make the devsite look consistent; <code>:depth:</code> level can be controlled.</p> -<div class="contents local topic" id="contents"> +<div class="contents local" id="contents" style="display: none"> <ul class="small-gap"> <li><a class="reference internal" href="#document-structure" id="id1">Document structure</a></li> <li><p class="first"><a class="reference internal" href="#basic-markup" id="id2">Basic markup</a></p> @@ -37,8 +37,8 @@ <li><a class="reference internal" href="#lists" id="id16">Lists</a></li> <li><a class="reference internal" href="#tables" id="id17">Tables</a></li> </ul> -</div> -<section id="document-structure"> + +</div><section id="document-structure"> <h2 id="document-structure">Document structure</h2> <p>A document starts with a Sphinx target which serves as the document name throughout the tree. It can serve as a link target in other documents that want |