From: j8takagi Date: Thu, 27 Jan 2011 10:01:30 +0000 (+0900) Subject: ドキュメント目次の見せ方を変更 X-Git-Tag: 0.2p3~13 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=6d647f77722ac76847d74cd07762a913269bbf94;p=autotest_mk.git ドキュメント目次の見せ方を変更 --- diff --git a/doc/autotest_mk.html b/doc/autotest_mk.html index b49532c..256b563 100644 --- a/doc/autotest_mk.html +++ b/doc/autotest_mk.html @@ -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 {


-Next: , -Previous: (dir), -Up: (dir) +Next: 
@@ -149,8 +160,7 @@ Up: (dir)
  • Template dir: テンプレートディレクトリー マニュアル
  • Group dir: グループディレクトリー マニュアル
  • Test dir: テストディレクトリー マニュアル - - +

    Table of Contents

    diff --git a/doc/autotest_mk.texi b/doc/autotest_mk.texi index 4f04c4d..bf85096 100644 --- a/doc/autotest_mk.texi +++ b/doc/autotest_mk.texi @@ -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 diff --git a/doc/style.css b/doc/style.css index d21908e..d117590 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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 {