From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 21FFA3858D39; Fri, 11 Nov 2022 23:53:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21FFA3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668210836; bh=vQniYc/DHXsvtjSuAb6elrv+YZIgWVK/qnRtzMljP+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xseyuTJ9ji78C5M1Axh9xk7okH457oiCNCeeTxFfHWful3umBn9TNYmN0raUlLyYL 84pYwJwRniYgqywbdHOuX6y5Ky/bfTCAXcejYMQM0XpIQen+yZGKT8r79nxe9FqUBS NwUJFmSBaIbsKSappmrmmBbZWT/dgl2mff03jnmQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107634] Very long filenames and URLs for sphinx-based docs Date: Fri, 11 Nov 2022 23:53:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: critical X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107634 --- Comment #5 from Andrew Pinski --- One of the biggest drawbacks of not having one file is when you need to add= a new section, you have to add a new file/directory rather than edditing one file. I also noticed the splitting up sections of the post sphinx conversion is "random". Some sections are split up now while others are not. for an examp= le the documentation for inline-asm is no longer split up (PR 107653). Does an= yone understand the heurstic used for when sections were split up?=