Thread: [DOCS] Duplicative index entries in v10/HEAD builds

[DOCS] Duplicative index entries in v10/HEAD builds

From
Tom Lane
Date:
In 9.6, the HTML doc build's index entry for "data type" looks like

data type, Data Types   base, The PostgreSQL Type System   category, Overview   composite, The PostgreSQL Type System
constant,Constants of Other Types   conversion, Type Conversion   enumerated (enum), Enumerated Types   internal
organization,Base Types in C-Language Functions   numeric, Numeric Types   type cast, Type Casts   user-defined,
User-definedTypes 

where each of the phrases on the right is a hyperlink to a section.
Fine.  But in HEAD we get

data type, Data Types, Numeric Types, Enumerated Types, Domain Types, Type Conversion, The PostgreSQL Type System, The
PostgreSQLType System, The PostgreSQL Type System, Polymorphic Types, Base Types in C-Language Functions, User-defined
Types  base, The PostgreSQL Type System   category, Overview   composite, The PostgreSQL Type System   constant,
Constantsof Other Types   container, The PostgreSQL Type System   conversion, Type Conversion   domain, Domain Types
enumerated(enum), Enumerated Types   internal organization, Base Types in C-Language Functions   numeric, Numeric Types
 polymorphic, Polymorphic Types   type cast, Type Casts   user-defined, User-defined Types 

How do we get rid of those duplicative (and not-appropriate-to-the-
main-topic) links on the first line?

v10 has the same disease, though not quite as bad as HEAD
because I just added some more <indexterm> items in HEAD.
        regards, tom lane


--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] Duplicative index entries in v10/HEAD builds

From
Alvaro Herrera
Date:
Tom Lane wrote:

> How do we get rid of those duplicative (and not-appropriate-to-the-
> main-topic) links on the first line?

Hmm, is it related to this previous report of mine?
https://postgr.es/m/20170315160525.42x4wxtdhk3sa522@alvherre.pgsql

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] Duplicative index entries in v10/HEAD builds

From
Tom Lane
Date:
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Tom Lane wrote:
>> How do we get rid of those duplicative (and not-appropriate-to-the-
>> main-topic) links on the first line?

> Hmm, is it related to this previous report of mine?
> https://postgr.es/m/20170315160525.42x4wxtdhk3sa522@alvherre.pgsql

Yeah, that does look like the same thing.  I'm not especially thrilled
by Alexander's suggestion of working around it by removing "zone" tags,
but maybe that's what we'll have to do.  Has there been any movement
on fixing the docbook bug?
        regards, tom lane


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] Duplicative index entries in v10/HEAD builds

From
Alexander Lakhin
Date:
25.10.2017 17:37, Tom Lane wrote:
> Yeah, that does look like the same thing.  I'm not especially thrilled
> by Alexander's suggestion of working around it by removing "zone" tags,
> but maybe that's what we'll have to do.  Has there been any movement
> on fixing the docbook bug?
I didn't report the issue to github.com/docbook as I have another PR 
hanging there from 2016-10-10.
I think we have to find a solution on our side.

------
Alexander Lakhin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs