Mercurial & Sphinx

ネットワーク構成図 生成ツール nwdiag

«  アクティビティ図 生成ツール actdiag   ::   Contents   ::   シーケンス図生成ツール seqdiag  »

ネットワーク構成図 生成ツール nwdiag

LastUpdated: $IsoDate$

conf.py 設定 (プロジェクト毎に必要)

各プロジェクトの conf.py:

extensions =['sphinxcontrib_nwdiag']

ネットワーク構成図の記述

本家のサンプル (現在動作確認中のため m(..)m ):

diagram {
  network dmz {
      address = "210.x.x.x/24"

      web01 [address = "210.x.x.1"];
      web02 [address = "210.x.x.2"];
  }
  network internal {
      address = "172.x.x.x/24";

      web01 [address = "172.x.x.1"];
      web02 [address = "172.x.x.2"];
      db01;
      db02;
  }
}

本家のサンプル

Demo - interactive shell for nwdiag

出力例

上記記述の出力例

None

本家サンプルの出力

None

«  アクティビティ図 生成ツール actdiag   ::   Contents   ::   シーケンス図生成ツール seqdiag  »