Skip to content

Commit

Permalink
Merge commit '01cc68f7bda1c46f431dea5e369a4c642ce7a949'
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Sep 28, 2023
2 parents 31e230b + 01cc68f commit 467b605
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ <h3 id="_サンプル文書の変換を試す">2.1. サンプル文書の変換
</td>
<td class="content">
<div class="paragraph">
<p><code>gradlew</code> コマンドは <code>gradlew [タスク名]</code> として実行したい機能を呼び分けることができます。本手順では文書の変換をする場合のタスク名を <code>docs</code> と定義しています。タスク名称や操作の内容は、リポジトリ中の <code>build.gradle</code> ファイル中に含まれます。</p>
<p><code>gradlew</code> コマンドは <code>gradlew [タスク名]</code> として実行したい機能を呼び分けられます。<code>docs</code> 部分はこの機能を用い、ビルドスクリプト内で文書ビルドのタスクと定義しています。タスク名称や操作の内容は、リポジトリ中の <code>build.gradle</code> ファイル中に含まれます。</p>
</div>
</td>
</tr>
Expand Down Expand Up @@ -1734,7 +1734,7 @@ <h4 id="_visual_studio_code_の導入wsl2_ubuntu_環境">2.3.2. Visual Studio Co
</table>
</div>
<div class="paragraph">
<p>なお、VS Code WSL2 拡張の詳細は次のドキュメントから得ることができます</p>
<p>なお、VS Code WSL2 拡張の詳細は次のドキュメントから得られます</p>
</div>
<div class="quoteblock">
<blockquote>
Expand Down Expand Up @@ -3954,7 +3954,7 @@ <h2 id="_ダイアグラム記法">4. ダイアグラム記法</h2>
<p>次項から PlantUML や ditta 記法を使って描いた実際のダイアグラム図表とソースコードを紹介します。コピーアンドペーストして使いやすいよう各ダイアグラム内で頻出する記法をなるべくピックアップする形で描いています。作成したい図表と似たようなものからアレンジして使うと良いでしょう。</p>
</div>
<div class="paragraph">
<p>PlantUML と ditta 記法の詳細な仕様については、次のドキュメントから得ることができます</p>
<p>PlantUML と ditta 記法の詳細な仕様については、次のドキュメントから得られます</p>
</div>
<div class="quoteblock">
<blockquote>
Expand Down
Binary file modified docs/index.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/Chapter02/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include::../attribute.adoc[]

[NOTE]
====
``gradlew`` コマンドは ``gradlew [タスク名]`` として実行したい機能を呼び分けることができます。本手順では文書の変換をする場合のタスク名を ``docs`` と定義しています。タスク名称や操作の内容は、リポジトリ中の ``build.gradle`` ファイル中に含まれます。
``gradlew`` コマンドは ``gradlew [タスク名]`` として実行したい機能を呼び分けられます。``docs`` 部分はこの機能を用い、ビルドスクリプト内で文書ビルドのタスクと定義しています。タスク名称や操作の内容は、リポジトリ中の ``build.gradle`` ファイル中に含まれます。
====

最初にリポジトリからこれらのファイルの取得を行い、次に Asciidoc 文書を HTML/PDF 変換するためにビルドを実行します。各 OS ごとの代表的な操作は次のようになります。
Expand Down Expand Up @@ -210,7 +210,7 @@ $ code . <2>
<1> 編集したいプロジェクトにカレントディレクトリを移します。
<2> `.` とカレントディレクトリを指定して VS Code を起動します。

なお、VS Code WSL2 拡張の詳細は次のドキュメントから得ることができます
なお、VS Code WSL2 拡張の詳細は次のドキュメントから得られます

[quote, Developing in the Windows Subsystem for Linux with Visual Studio Code]
____
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/Chapter04/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CAUTION: 出力ファイル名は `images` フォルダ内で一意になるよ

次項から PlantUML や ditta 記法を使って描いた実際のダイアグラム図表とソースコードを紹介します。コピーアンドペーストして使いやすいよう各ダイアグラム内で頻出する記法をなるべくピックアップする形で描いています。作成したい図表と似たようなものからアレンジして使うと良いでしょう。

PlantUML と ditta 記法の詳細な仕様については、次のドキュメントから得ることができます
PlantUML と ditta 記法の詳細な仕様については、次のドキュメントから得られます

[quote, PlantUML]
____
Expand Down

0 comments on commit 467b605

Please sign in to comment.