From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7479838582BC; Sun, 13 Nov 2022 19:24:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7479838582BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668367442; bh=XXBx6jmNl1muXtiqshZ3B5bmRv7Gl6Y9TLSqqUItvVA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vVMtjpDj6iM899rbeGG6k513UiM5LImRiE4jFfY8DVQ16ChmXJRfcdOg6LeGVUkqc tNClFrG8XEkfFq0dSxeaJsEYwqWaSCxmfmMDCUHyUrdtCYGV18a0YbKrJ29XZriqP/ i6gvJ7b7PxFNbgtzECCGvF3W21EFCfC5x+2aBgjY= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug web/107651] Having two different kind of indexes is very useful still Date: Sun, 13 Nov 2022 19:24:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: web X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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=3D107651 --- Comment #10 from Martin Li=C5=A1ka --- > But the sphinx generated index is not very useful as it lists all options > under symbols heading which is very confusing to programmers. It's a minor limitation, one can still jump to individual listings of optio= ns: https://gcc.gnu.org/onlinedocs/gcc/gcc-command-options.html Plus, there's a built-in search capability that can point you to an option = if you know the name.=