File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99print " subgraph cluster_normedtype { label=\" NormedType\" }\n " ;
1010print " subgraph cluster_measure { label=\" Measure\" }\n " ;
1111print " subgraph cluster_lebesgue_integral { label=\" Lebesgue_integral\" }\n " ;
12+ print " subgraph cluster_probability { label=\" Probability\" }\n " ;
1213while (<>) {
1314 if (m / ([^\s ]*)\. vo.*:(.*)/ ) {
1415 $dests = $2 ;
3031 }elsif ($path =~ m / theories\/ measure_theory/ ) {
3132 $url =" mathcomp.analysis.measure_theory.$src .html" ;
3233 print " subgraph cluster_measure { \" $path \/ $src \" [label=\" $src \" ,URL=\" $url \" ,fillcolor=11]}" ;
34+ }elsif ($path =~ m / theories\/ probability_theory/ ) {
35+ $url =" mathcomp.analysis.probability_theory.$src .html" ;
36+ print " subgraph cluster_probability { \" $path \/ $src \" [label=\" $src \" ,URL=\" $url \" ,fillcolor=12]}" ;
3337 }elsif ($path =~ m / theories/ ) {
3438 $url =" mathcomp.analysis.$src .html" ;
3539 print " subgraph cluster_analysis { \" $path \/ $src \" [label=\" $src \" ,URL=\" $url \" ,fillcolor=5]}" ;
You can’t perform that action at this time.
0 commit comments