From: Guido Kanschat Date: Sun, 10 Jan 2010 09:09:08 +0000 (+0000) Subject: add the steps graph to the repository. No need to regenerate it everytime X-Git-Tag: v8.0.0~6648 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31314f20cbfe91cf36b4e5563b71a55e96ed2345;p=dealii.git add the steps graph to the repository. No need to regenerate it everytime git-svn-id: https://svn.dealii.org/trunk@20344 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/steps.pl b/deal.II/doc/doxygen/tutorial/steps.pl index 1738351a99..690786ae2a 100644 --- a/deal.II/doc/doxygen/tutorial/steps.pl +++ b/deal.II/doc/doxygen/tutorial/steps.pl @@ -89,7 +89,7 @@ EOT for (my $i=1; $i<=$laststep;++$i) { - printf 'Step%02d [label="Step %d", URL="step_%d.html"', $i, $i, $i; + printf 'Step%02d [label="%d", URL="step_%d.html"', $i, $i, $i; print $attribute{$i}; print "];\n"; } diff --git a/deal.II/doc/doxygen/tutorial/steps.png b/deal.II/doc/doxygen/tutorial/steps.png new file mode 100644 index 0000000000..0910c64967 Binary files /dev/null and b/deal.II/doc/doxygen/tutorial/steps.png differ