]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/graph/doc/BUILD_DOCS.sh
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / graph / doc / BUILD_DOCS.sh
1 #!/bin/sh
2
3 # Copyright (C) 2009 The Trustees of Indiana University.
4 # Copyright (C) 2010 Daniel Trebbien.
5 # Use, modification and distribution is subject to the Boost Software
6 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9 # Authors: Jeremiah Willcock, Daniel Trebbien, Andrew Lumsdaine
10
11 for i in read_graphml read_graphviz write_graphml; do
12 rst2html.py -gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=../../../rst.css $i.rst > $i.html
13 done
14 # Also see grid_graph_export_png.sh for figure conversions
15
16 # Stoer-Wagner images from Daniel Trebbien
17 fdp -s -n -Tgif -ostoer_wagner_imgs/digraph1.gif stoer_wagner_imgs/digraph1.dot
18 fdp -s -n -Tgif -ostoer_wagner_imgs/digraph1-min-cut.gif stoer_wagner_imgs/digraph1-min-cut.dot
19 fdp -s -n -Tgif -ostoer_wagner_imgs/stoer_wagner-example.gif stoer_wagner_imgs/stoer_wagner-example.dot
20 fdp -s -n -Tgif -ostoer_wagner_imgs/stoer_wagner-example-c1.gif stoer_wagner_imgs/stoer_wagner-example-c1.dot
21 fdp -s -n -Tgif -ostoer_wagner_imgs/stoer_wagner-example-min-cut.gif stoer_wagner_imgs/stoer_wagner-example-min-cut.dot
22 dot -Tgif -ostoer_wagner_imgs/stoer_wagner.cpp.gif stoer_wagner_imgs/stoer_wagner.cpp.dot