Re: Make 'Genetic Algorithm' a real figure

2019-08-19 Thread Alvaro Herrera
On 2019-Jul-19, Jürgen Purtz wrote: > This is an adoption of the genetic-algorithm.gv file to the style of the > gin.gv file: same font, similar header, use of TAB instead of SPACE. I pushed this with trivial changes, thanks. -- Álvaro Herrerahttps://www.2ndQuadrant.com/ Postgre

Re: Make 'Genetic Algorithm' a real figure

2019-07-19 Thread Jürgen Purtz
This is an adoption of the genetic-algorithm.gv file to the style of the gin.gv file: same font, similar header, use of TAB instead of SPACE. Kind regards Jürgen Purtz diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 5120dfbb42..5a52fb46db 100644 --- a/doc/src/sgml/geqo.sgml

Make 'Genetic Algorithm' a real figure

2019-07-08 Thread Jürgen Purtz
Currently the 'figure' of a genetic algorithm is created with some kind of 'ascii art'. The patch makes it a real figure. Kind regards Jürgen Purtz diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 5120dfbb42..5a52fb46db 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sg