public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/96995] New: The link to std api documentation is unversioned
@ 2020-09-09 12:03 giecrilj at stegny dot 2a.pl
  2020-09-09 12:56 ` [Bug libstdc++/96995] The link to std API " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2020-09-09 12:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

            Bug ID: 96995
           Summary: The link to std api documentation is unversioned
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: giecrilj at stegny dot 2a.pl
  Target Milestone: ---

Reading the section "Available Namespaces" [1]:

Actual:
> A complete list of implementation namespaces (including namespace contents) is available in the generated source documentation [2].

Expected:
> A complete list of implementation namespaces (including namespace contents) is available in the generated source documentation [3].

___
[1] <URL:
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/libstdc++/manual/manual/using_namespaces.html#manual.intro.using.namespaces.all
>
[2] <URL:
https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html >
[3] <URL:
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/libstdc++/api/namespaces.html >

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/96995] The link to std API documentation is unversioned
  2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
@ 2020-09-09 12:56 ` redi at gcc dot gnu.org
  2020-09-09 13:52 ` giecrilj at stegny dot 2a.pl
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2020-09-09 12:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
That would require editing the doc sources for every release, which isn't going
to happen.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/96995] The link to std API documentation is unversioned
  2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
  2020-09-09 12:56 ` [Bug libstdc++/96995] The link to std API " redi at gcc dot gnu.org
@ 2020-09-09 13:52 ` giecrilj at stegny dot 2a.pl
  2020-09-09 15:42 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2020-09-09 13:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

--- Comment #2 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
<URL:
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/libstdc++/manual/manual/../../api/namespaces.html
> would do the trick.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/96995] The link to std API documentation is unversioned
  2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
  2020-09-09 12:56 ` [Bug libstdc++/96995] The link to std API " redi at gcc dot gnu.org
  2020-09-09 13:52 ` giecrilj at stegny dot 2a.pl
@ 2020-09-09 15:42 ` redi at gcc dot gnu.org
  2020-09-09 16:01 ` giecrilj at stegny dot 2a.pl
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2020-09-09 15:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
That would work for the online docs, not necessarily when users build them and
read them locally.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/96995] The link to std API documentation is unversioned
  2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
                   ` (2 preceding siblings ...)
  2020-09-09 15:42 ` redi at gcc dot gnu.org
@ 2020-09-09 16:01 ` giecrilj at stegny dot 2a.pl
  2020-09-09 16:18 ` redi at gcc dot gnu.org
  2020-09-09 16:28 ` giecrilj at stegny dot 2a.pl
  5 siblings, 0 replies; 7+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2020-09-09 16:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

--- Comment #4 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
Why wouldn’t it work for local documentation?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/96995] The link to std API documentation is unversioned
  2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
                   ` (3 preceding siblings ...)
  2020-09-09 16:01 ` giecrilj at stegny dot 2a.pl
@ 2020-09-09 16:18 ` redi at gcc dot gnu.org
  2020-09-09 16:28 ` giecrilj at stegny dot 2a.pl
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2020-09-09 16:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
If you have a relative URL like href="../../api/namespaces.html" then it only
works if the user has the API docs at that relative location.

If you have an absolute URL like
href="https://gcc.gnu.org/onlinedocs/gcc-10.2.0/libstdc++/manual/manual/../../api/namespaces.html"
then I don't see any advantage to your suggestion, since it still needs the
"gcc-10.2.0" version in the URL, which requires modifying the docs for each
release as I said (or fixing them up in the
maintainer-scripts/generate_libstdcxx_web_docs script).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/96995] The link to std API documentation is unversioned
  2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
                   ` (4 preceding siblings ...)
  2020-09-09 16:18 ` redi at gcc dot gnu.org
@ 2020-09-09 16:28 ` giecrilj at stegny dot 2a.pl
  5 siblings, 0 replies; 7+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2020-09-09 16:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96995

--- Comment #6 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
Why wouldn’t locally installed documentation have the API book at the same
relative location?

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-09 16:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 12:03 [Bug libstdc++/96995] New: The link to std api documentation is unversioned giecrilj at stegny dot 2a.pl
2020-09-09 12:56 ` [Bug libstdc++/96995] The link to std API " redi at gcc dot gnu.org
2020-09-09 13:52 ` giecrilj at stegny dot 2a.pl
2020-09-09 15:42 ` redi at gcc dot gnu.org
2020-09-09 16:01 ` giecrilj at stegny dot 2a.pl
2020-09-09 16:18 ` redi at gcc dot gnu.org
2020-09-09 16:28 ` giecrilj at stegny dot 2a.pl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).