ドキュメント目次の見せ方を変更
authorj8takagi <j8takagi@nifty.com>
Thu, 27 Jan 2011 10:01:30 +0000 (19:01 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 27 Jan 2011 10:12:50 +0000 (19:12 +0900)
doc/autotest_mk.html
doc/autotest_mk.texi
doc/style.css

index b49532c..256b563 100644 (file)
@@ -58,6 +58,19 @@ h2 {
     background-color: inherit;
 }
 
+.shortcontents {
+    background-color: #DDF;
+    border: 4px double #000;
+ }
+
+.shortcontents h2{
+    display: none;
+}
+
+.shortcontents a {
+   margin-right: 1em;
+}
+
 h3, h4, h5 {
     color: navy;
     margin-left: -1em;
@@ -135,9 +148,7 @@ dt {
 <div class="node">
 <a name="Top"></a>
 <p><hr>
-Next:&nbsp;<a rel="next" accesskey="n" href="#About">About</a>,
-Previous:&nbsp;<a rel="previous" accesskey="p" href="#dir">(dir)</a>,
-Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#About">About</a>
 
 </div>
 
@@ -149,8 +160,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
 <li><a accesskey="5" href="#Template-dir">Template dir</a>:                 テンプレートディレクトリー マニュアル
 <li><a accesskey="6" href="#Group-dir">Group dir</a>:                    グループディレクトリー マニュアル
 <li><a accesskey="7" href="#Test-dir">Test dir</a>:                     テストディレクトリー マニュアル
-
- </ul>
+</ul>
 
  <div class="contents">
 <h2>Table of Contents</h2>
index 4f04c4d..bf85096 100644 (file)
@@ -5,7 +5,7 @@
 @end ifnottex
 @setfilename autotest_mk.info
 @documentencoding UTF-8
-@settitle Autotest.mk - ソフトウェアテスト自動化のために
+@settitle Autotest.mk - ソフトウェアテストの自動化
 @firstparagraphindent insert
 @paragraphindent 1
 @ifhtml
@@ -29,6 +29,7 @@ Copyright @copyright{} 2011 j8takagi
 @insertcopying
 @end titlepage
 
+@ifinfo
 @node Top, About, (dir), (dir)
 
 @menu
@@ -40,7 +41,6 @@ Copyright @copyright{} 2011 j8takagi
 * Group dir::                   グループディレクトリー マニュアル
 * Test dir::                    テストディレクトリー マニュアル
 
-@ifinfo
 
 @detailmenu
  --- The Detailed Node Listing ---
@@ -113,10 +113,22 @@ Autotest.mk チュートリアルII - C言語@code{sort}関数のテスト
 * Test Files::                  テストディレクトリーのファイル
 
 @end detailmenu
-@end ifinfo
 @end menu
+@end ifinfo
 
 @ifnotinfo
+@node Top, About
+
+@menu
+* About::                       Autotest.mk 概要
+* Install::                     Autotest.mk インストール
+* Tutorial triangle::           Autotest.mk チュートリアルI - 三角形判定プログラムのテスト
+* Tutorial sort::               Autotest.mk チュートリアルII - C言語@code{sort}関数のテスト
+* Template dir::                テンプレートディレクトリー マニュアル
+* Group dir::                   グループディレクトリー マニュアル
+* Test dir::                    テストディレクトリー マニュアル
+@end menu
+
 @contents
 @end ifnotinfo
 
index d21908e..d117590 100644 (file)
@@ -33,8 +33,21 @@ h2 {
 
 .contents h2 {
     margin-left: 0;
-    color: inherit;
-    background-color: inherit;
+    color: black;
+    background-color: #DDF;
+}
+
+.shortcontents {
+    background-color: #DDF;
+    border: 4px double #000;
+ }
+
+.shortcontents h2{
+    display: none;
+}
+
+.shortcontents a {
+   margin-right: 1em;
 }
 
 h3, h4, h5 {