ディレクティブ実験場 ====================== .. _note: ノート .. note:: -------------------- .. note:: ノート .. note:: 入れ子が可能 .. _warning: 警告 .. warning:: ------------------- .. warning:: 警告!!!! .. note:: これも入れ子OKみたい .. _sidebar: サイドバー ..sidebar:: ------------------------- .. sidebar:: タイトル :subtitle: サブタイトル サイドバー .. _line_block: ラインブロック .. line-block:: ----------------------------------- .. line-block:: ラインブロック .. _Parsed: Parsed Literal Block .. parsed-literal:: -------------------------------------------------- .. parsed-literal:: ( (note_, warning_?)?, sidebar_?, (line_block_, Parsed_?)?, Topic_ ) .. _Topic: トピック .. Topic:: ----------------------------------- .. Topic:: トピックタイトル てすと コンテンツ .. Contents:: --------------------------------- .. contents:: コンテンツの内容 .. header:: htmlでは無効? ヘッダー .. footer:: htmlでは無効? フッター .. meta:: :keywords: sphinx, directives test park 生データ .. raw:: ----------------------- .. raw:: html

htmlタグが使える!!

テスト
太字

javascriptテスト 現在の時刻:

画像関連 .. image:: & .. figure:: ----------------------------------- imageディレクティブ .. image:: /images/intro/admin_users_1.gif figureディレクティブ .. figure:: /images/intro/admin_users_1.gif :figwidth: 200 imageディレクティブでslimebox2を利用 .. image:: /images/admin/shopmaster.png :scale: 20% :alt: てすと :class: lightbox ソースコードの表示 ----------------------- ソースコードのテスト:: test ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ .. highlight:: c :linenothreshold: 5 ハイライトのテスト:: #include void main(){ int i = 0; printf("i = %d", i); } てすと:: #include void main(){ } 行番号テスト:: #include void main(){ int hogehogehogehoge = 0,hogehogehoge = 0,hogehoge = 0,hoge = 0; printf("テストテストテストテストテストテスト\n hogehogehogehoge = %d\n hogehogehoge = %d\n hogehoge = %d\n hoge = %d\n",hogehogehogehoge, hogehogehoge, hogehoge, hoge); }