[lldb-dev] Where did the python/c++ API documentation go?
The new LLDB website at http://lldb.llvm.org has an external resources page: http://lldb.llvm.org/resources/external.html It has 2 entries on it for Documentation: https://lldb.llvm.org/python_reference/index.html https://lldb.llvm.org/cpp_reference/html/index.html Both of these lead to "404 Not Found": The requested URL /python_reference/index.html was not found on this server. The requested URL /cpp_reference/html/index.html was not found on this server. Where do I go to find the python/c++ API documentation now? BTW, I don't think LLDB's API documentation is an "External Resource". Those links should be on the main page, along with a link to the llvm main page. ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Re: [lldb-dev] Where did the python/c++ API documentation go?
> On Apr 22, 2019, at 10:59 AM, Ted Woodward via lldb-dev > wrote: > > The new LLDB website at http://lldb.llvm.org has an external resources page: > http://lldb.llvm.org/resources/external.html > > It has 2 entries on it for Documentation: > https://lldb.llvm.org/python_reference/index.html > https://lldb.llvm.org/cpp_reference/html/index.html > > Both of these lead to “404 Not Found”: > The requested URL /python_reference/index.html was not found on this server. > The requested URL /cpp_reference/html/index.html was not found on this server. > > Where do I go to find the python/c++ API documentation now? > > BTW, I don’t think LLDB’s API documentation is an “External Resource”. Those > links should be on the main page, along with a link to the llvm main page. Both of these are known issues. Jonas is going to move the API docs to the top level. IIUC this also needs some website admin intervention, which Jonas is waiting on. Jim > ___ > lldb-dev mailing list > lldb-dev@lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Re: [lldb-dev] Where did the python/c++ API documentation go?
Great, thanks Jim. Glad to see people are already on this. But where do I go if I need to look at the python API right now? (besides web.archive.org, which is what I ended up doing) > -Original Message- > From: jing...@apple.com > Sent: Monday, April 22, 2019 1:35 PM > To: Ted Woodward > Cc: LLDB > Subject: [EXT] Re: [lldb-dev] Where did the python/c++ API documentation > go? > > > > > On Apr 22, 2019, at 10:59 AM, Ted Woodward via lldb-dev d...@lists.llvm.org> wrote: > > > > The new LLDB website at http://lldb.llvm.org has an external resources > page: > > http://lldb.llvm.org/resources/external.html > > > > It has 2 entries on it for Documentation: > > https://lldb.llvm.org/python_reference/index.html > > https://lldb.llvm.org/cpp_reference/html/index.html > > > > Both of these lead to “404 Not Found”: > > The requested URL /python_reference/index.html was not found on this > server. > > The requested URL /cpp_reference/html/index.html was not found on this > server. > > > > Where do I go to find the python/c++ API documentation now? > > > > BTW, I don’t think LLDB’s API documentation is an “External Resource”. > Those links should be on the main page, along with a link to the llvm main > page. > > Both of these are known issues. Jonas is going to move the API docs to the > top > level. IIUC this also needs some website admin intervention, which Jonas is > waiting on. > > Jim > > > > ___ > > lldb-dev mailing list > > lldb-dev@lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Re: [lldb-dev] Where did the python/c++ API documentation go?
Well, you can probably look at the copy in the sources (www/index.html & so forth). But we do need to get this fixed as external folks who don't have a checkout do rely on this. Jim > On Apr 22, 2019, at 11:37 AM, Ted Woodward wrote: > > Great, thanks Jim. Glad to see people are already on this. > > But where do I go if I need to look at the python API right now? > (besides web.archive.org, which is what I ended up doing) > >> -Original Message- >> From: jing...@apple.com >> Sent: Monday, April 22, 2019 1:35 PM >> To: Ted Woodward >> Cc: LLDB >> Subject: [EXT] Re: [lldb-dev] Where did the python/c++ API documentation >> go? >> >> >> >>> On Apr 22, 2019, at 10:59 AM, Ted Woodward via lldb-dev > d...@lists.llvm.org> wrote: >>> >>> The new LLDB website at http://lldb.llvm.org has an external resources >> page: >>> http://lldb.llvm.org/resources/external.html >>> >>> It has 2 entries on it for Documentation: >>> https://lldb.llvm.org/python_reference/index.html >>> https://lldb.llvm.org/cpp_reference/html/index.html >>> >>> Both of these lead to “404 Not Found”: >>> The requested URL /python_reference/index.html was not found on this >> server. >>> The requested URL /cpp_reference/html/index.html was not found on this >> server. >>> >>> Where do I go to find the python/c++ API documentation now? >>> >>> BTW, I don’t think LLDB’s API documentation is an “External Resource”. >> Those links should be on the main page, along with a link to the llvm main >> page. >> >> Both of these are known issues. Jonas is going to move the API docs to the >> top >> level. IIUC this also needs some website admin intervention, which Jonas is >> waiting on. >> >> Jim >> >> >>> ___ >>> lldb-dev mailing list >>> lldb-dev@lists.llvm.org >>> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev > ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Re: [lldb-dev] Where did the python/c++ API documentation go?
Yep, I sent http://lists.llvm.org/pipermail/lldb-dev/2019-April/014992.html on Friday. It's unfortunate that the website isn't updating either, because I added some instructions on how to generate the docs locally, as an alternative to what Jim suggested. https://reviews.llvm.org/rGf7f03622eca68d11f3d2407ab497dbe83c13db63 Cheers, Jonas On Mon, Apr 22, 2019 at 11:41 AM Jim Ingham via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Well, you can probably look at the copy in the sources (www/index.html & > so forth). But we do need to get this fixed as external folks who don't > have a checkout do rely on this. > > Jim > > > > On Apr 22, 2019, at 11:37 AM, Ted Woodward wrote: > > > > Great, thanks Jim. Glad to see people are already on this. > > > > But where do I go if I need to look at the python API right now? > > (besides web.archive.org, which is what I ended up doing) > > > >> -Original Message- > >> From: jing...@apple.com > >> Sent: Monday, April 22, 2019 1:35 PM > >> To: Ted Woodward > >> Cc: LLDB > >> Subject: [EXT] Re: [lldb-dev] Where did the python/c++ API documentation > >> go? > >> > >> > >> > >>> On Apr 22, 2019, at 10:59 AM, Ted Woodward via lldb-dev >> d...@lists.llvm.org> wrote: > >>> > >>> The new LLDB website at http://lldb.llvm.org has an external resources > >> page: > >>> http://lldb.llvm.org/resources/external.html > >>> > >>> It has 2 entries on it for Documentation: > >>> https://lldb.llvm.org/python_reference/index.html > >>> https://lldb.llvm.org/cpp_reference/html/index.html > >>> > >>> Both of these lead to “404 Not Found”: > >>> The requested URL /python_reference/index.html was not found on this > >> server. > >>> The requested URL /cpp_reference/html/index.html was not found on this > >> server. > >>> > >>> Where do I go to find the python/c++ API documentation now? > >>> > >>> BTW, I don’t think LLDB’s API documentation is an “External Resource”. > >> Those links should be on the main page, along with a link to the llvm > main > >> page. > >> > >> Both of these are known issues. Jonas is going to move the API docs to > the top > >> level. IIUC this also needs some website admin intervention, which > Jonas is > >> waiting on. > >> > >> Jim > >> > >> > >>> ___ > >>> lldb-dev mailing list > >>> lldb-dev@lists.llvm.org > >>> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev > > > > ___ > lldb-dev mailing list > lldb-dev@lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev > ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev