Index: trunk/doc/detour/1_intro.html =================================================================== --- trunk/doc/detour/1_intro.html (revision 904) +++ trunk/doc/detour/1_intro.html (revision 905) @@ -1,4 +1,7 @@ + + +

Topo-geometric detour router

Index: trunk/doc/detour/2_topo.html =================================================================== --- trunk/doc/detour/2_topo.html (revision 904) +++ trunk/doc/detour/2_topo.html (revision 905) @@ -1,4 +1,7 @@ + + +

Topo-geometric detour router

Index: trunk/doc/detour/3_hull.html =================================================================== --- trunk/doc/detour/3_hull.html (revision 904) +++ trunk/doc/detour/3_hull.html (revision 905) @@ -1,4 +1,7 @@ + + +

Topo-geometric detour router

Index: trunk/doc/detour/4_appendix.html =================================================================== --- trunk/doc/detour/4_appendix.html (revision 904) +++ trunk/doc/detour/4_appendix.html (revision 905) @@ -1,4 +1,7 @@ + + +

Topo-geometric detour router

@@ -207,3 +210,7 @@ the first segment is conflicted again, etc. So the blocker is not that the final path is a spiral. +

4.2. Limitations

+ +

4.3. Extras that are easy to implement

+ Index: trunk/doc/detour/web.css =================================================================== --- trunk/doc/detour/web.css (nonexistent) +++ trunk/doc/detour/web.css (revision 905) @@ -0,0 +1,23 @@ +body { + max-width: 800px; +} + +H1 { + border-bottom-style: solid; + border-bottom-width: 3px; +} + +H2 { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +P { + text-align: justify; + margin-left: 20px; +} + +PRE { + margin-left: 20px; +} +