From: Mark Hansen Date: Sun, 7 Jun 2020 08:49:46 +0000 (+1000) Subject: Escape all "<"s that are not part of an HTML tag X-Git-Tag: 2.44.1~10^2~1^2~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fad8be64dda8864f69a4fbff204585a12224ebd;p=graphviz Escape all "<"s that are not part of an HTML tag Mirror image of https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/114/ --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 7a9a40756..2b54c4d0f 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -817,7 +817,7 @@ of the layout programs.
epsilon
Terminating condition. If the length squared of all energy gradients are - < epsilon, the algorithm stops. + < epsilon, the algorithm stops.
esep
Margin used around polygons for purposes of spline edge routing. @@ -1332,7 +1332,7 @@ of the layout programs. neato uses stress majorization. If mode is "KK", neato uses a version of the gradient descent method. The only advantage to the latter technique is that it is sometimes appreciably faster for - small (number of nodes < 100) graphs. A significant disadvantage is that + small (number of nodes < 100) graphs. A significant disadvantage is that it may cycle. If mode is "sgd", neato uses a version of the stochastic gradient descent method. The advantage of sgd is faster and more reliable convergence than both the previous methods, while the disadvantage diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 78695d75a..9d46c5661 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -312,7 +312,7 @@ This is used only if the edge has a URL or edgeURL attribute. :epsilon:G:double:.0001 * # nodes(mode == KK)/.0001(mode == major)/.01(mode == sgd); neato Terminating condition. If the length squared of all energy gradients are -< epsilon, the algorithm stops. +< epsilon, the algorithm stops. :esep:G:addDouble/addPoint:+3; notdot Margin used around polygons for purposes of spline edge routing. The interpretation is the same as given for sep. @@ -771,7 +771,7 @@ Technique for optimizing the layout. For neato, if mode is "major"mode is "KK", neato uses a version of the gradient descent method. The only advantage to the latter technique is that it is sometimes appreciably faster for -small (number of nodes < 100) graphs. A significant disadvantage is that +small (number of nodes < 100) graphs. A significant disadvantage is that it may cycle. If mode is "sgd", neato uses a version of the stochastic gradient descent method. The advantage of sgd is faster and more reliable convergence than both the previous methods, while the disadvantage diff --git a/doc/todo.html b/doc/todo.html index 4f46b9d0f..9e507849d 100755 --- a/doc/todo.html +++ b/doc/todo.html @@ -44,7 +44,7 @@ Simplified mincross algorithm based on sifting, supporting clusters. Implement swim lanes (nodes sharing x coordinate), possibly based on sifting.
  • Complete support for aspect ratios in dot. We currently have a simple algorithm, but it doesn't work with many other features. -Support aspect ratios < 1. +Support aspect ratios < 1.
  • Allow maximum width contraints during layout.
  • diff --git a/doc/winbuild.html b/doc/winbuild.html index 4e66ac141..dee97bd5f 100644 --- a/doc/winbuild.html +++ b/doc/winbuild.html @@ -163,7 +163,7 @@ or the development source package graphviz-working.tar.gz.
  • Unwrap the package:
    You can use, for example,

    -gunzip < graphviz-working.tar.gz | tar xf -
    +gunzip < graphviz-working.tar.gz | tar xf -
    Let $ROOT be the directory in which you stored the Graphviz source.
  • Configure the package for your system:

    @@ -268,7 +268,7 @@ Download the Windows source package from:
  • Unwrap the package:
    If you have Unix tools available, you can use -gunzip < graphviz-win.tgz | tar xf -
    +gunzip < graphviz-win.tgz | tar xf -
    If not, double click on the file and WinZip should start up and let you store all of the files into a directory.
    Let $ROOT be the directory in which you stored the Graphviz source.