Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Jonas Devlieghere via lldb-dev
I removed the version number from the home page. To github.com:llvm/llvm-project.git adc69729ec8..c77fc00eec0 master -> master I'm not sure we should have the banner because (1) the documentation doesn't change as much as llvm/clang and (2) we don't archive the old documentation so there's no

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Adrian Prantl via lldb-dev
Ah, that's great! We should probably just don't print a version on this variant and/or add a box like the one at the top of http://llvm.org/docs/ . thanks, adrian > On Mar 2, 2020, at 1:43 PM, Jonas Devlieghere wrote: > > Hey Adrian, > > The version is hard-coded in ll

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Jonas Devlieghere via lldb-dev
Hey Adrian, The version is hard-coded in lldb/docs/conf.py, we just need to update it there. As far as I know the website is being updated nightly. Cheers, Jonas On Mon, Mar 2, 2020 at 1:41 PM Adrian Prantl wrote: > Hello Tanya, > > I just looked at the LLDB website and it still displays the o

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Adrian Prantl via lldb-dev
Hello Tanya, I just looked at the LLDB website and it still displays the out-of-date "version 8" page. Did you get a chance to investigate this in the mean time? thanks, adrian > On Nov 24, 2019, at 8:30 AM, Tanya Lattner wrote: > > I’ll have to check the status of moving the scripts over and

Re: [lldb-dev] LLDB Website is not being updated

2019-11-24 Thread Tanya Lattner via lldb-dev
I’ll have to check the status of moving the scripts over and what is going on. But yes, this is all related to moving to GitHub and modifying scripts that used to be either on a post-commit hook or nightly cron. -Tanya > On Nov 21, 2019, at 3:04 PM, Jonas Devlieghere wrote: > > I see a bunch

Re: [lldb-dev] LLDB Website is not being updated

2019-11-21 Thread Jonas Devlieghere via lldb-dev
I see a bunch of eros here: http://lists.llvm.org/pipermail/www-scripts/2019-November/thread.html Is this possibly related to the Github/monorepo transition? -- Jonas On Thu, Nov 21, 2019 at 10:52 AM Adrian Prantl via lldb-dev wrote: > > Hello Tanya, > > it looks like the cron job that is suppo

[lldb-dev] LLDB Website is not being updated

2019-11-21 Thread Adrian Prantl via lldb-dev
Hello Tanya, it looks like the cron job that is supposed to be updating the LLDB website isn't running or is otherwise blocked at the moment. You can see on https://lldb.llvm.org that it says "Welcome to the LLDB version 8 documentation!". We also recently removed the "Why a New Debugger?" head

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Jonas Devlieghere via lldb-dev
gt; reference generation? >>>>> >>>>> On Wed, Apr 24, 2019 at 11:46 AM Ted Woodward >>>>> wrote: >>>>> >>>>>> That's the issue - lldb-python-doc depends on liblldb. From >>>>>> docs/CMakeLists.txt: >>

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Tanya Lattner via lldb-dev
gt;>>>> if(EPYDOC_EXECUTABLE) >>>>> find_program(DOT_EXECUTABLE dot) >>>>> if(DOT_EXECUTABLE) >>>>> set(EPYDOC_OPTIONS ${EPYDOC_OPTIONS} --graph all --dotpath >>>>> ${DOT_EXECUTABLE}) >>>>> en

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Jonas Devlieghere via lldb-dev
gt;>>> set(EPYDOC_OPTIONS ${EPYDOC_OPTIONS} --graph all --dotpath >>>>> ${DOT_EXECUTABLE}) >>>>> endif() >>>>> set(DOC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/doc") >>>>> file(MAKE_DIRECTORY "${DOC_DIR}") >>>

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Tanya Lattner via lldb-dev
t;>> ${CMAKE_CURRENT_BINARY_DIR}/../../../lib/python2.7/site-packages) >>>> add_custom_target(lldb-python-doc >>>> ${EPYDOC_EXECUTABLE} >>>> --html >>>> lldb >>>> -o ${CMAKE_CURRENT_BINARY_DIR}/py

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Jonas Devlieghere via lldb-dev
lldb >>>> -o ${CMAKE_CURRENT_BINARY_DIR}/python_reference >>>> --name "LLDB python API" >>>> --url "http://lldb.llvm.org"; >>>> ${EPYDOC_OPTIONS} >>>> DEPENDS swig_wrapper liblldb >

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Tanya Lattner via lldb-dev
llvm.org <http://lldb.llvm.org/>" >>> ${EPYDOC_OPTIONS} >>> DEPENDS swig_wrapper liblldb >>> WORKING_DIRECTORY >>> ${CMAKE_CURRENT_BINARY_DIR}/../../../lib${LLVM_LIBDIR_SUFFIX}/python2.7/site-packages >>> COMMENT "

Re: [lldb-dev] LLDB Website

2019-05-06 Thread Tanya Lattner via lldb-dev
IONS} >> DEPENDS swig_wrapper liblldb >> WORKING_DIRECTORY >> ${CMAKE_CURRENT_BINARY_DIR}/../../../lib${LLVM_LIBDIR_SUFFIX}/python2.7/site-packages >> COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM >> ) >> endif(E

Re: [lldb-dev] LLDB Website

2019-05-06 Thread Jonas Devlieghere via lldb-dev
>>>> lldb >>>> -o ${CMAKE_CURRENT_BINARY_DIR}/python_reference >>>> --name "LLDB python API" >>>> --url "http://lldb.llvm.org"; >>>> ${EPYDOC_OPTIONS} >>>> DEPENDS swig_wrapper liblldb >>>&g

Re: [lldb-dev] LLDB Website

2019-05-03 Thread Jonas Devlieghere via lldb-dev
TORY >>> ${CMAKE_CURRENT_BINARY_DIR}/../../../lib${LLVM_LIBDIR_SUFFIX}/python2.7/site-packages >>> COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM >>> ) >>> endif(EPYDOC_EXECUTABLE) >>> >>> >&g

Re: [lldb-dev] LLDB Website

2019-05-01 Thread Tanya Lattner via lldb-dev
g>> On Behalf Of Pavel Labath > > via lldb-dev > > Sent: Wednesday, April 24, 2019 1:16 AM > > To: Jonas Devlieghere > <mailto:jo...@devlieghere.com>>; Tanya Lattner > > mailto:tanyalatt...@llvm.org>> > > Cc: LLDB mailto:lldb-de

Re: [lldb-dev] LLDB Website

2019-04-29 Thread Jonas Devlieghere via lldb-dev
gt; ${CMAKE_CURRENT_BINARY_DIR}/../../../lib${LLVM_LIBDIR_SUFFIX}/python2.7/site-packages >> COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM >> ) >> endif(EPYDOC_EXECUTABLE) >> >> >> > -Original Message- >>

Re: [lldb-dev] LLDB Website

2019-04-26 Thread Jonas Devlieghere via lldb-dev
CMAKE_CURRENT_BINARY_DIR}/../../../lib${LLVM_LIBDIR_SUFFIX}/python2.7/site-packages > COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM > ) > endif(EPYDOC_EXECUTABLE) > > > > -Original Message- > > From: lldb-dev On Behalf Of Pavel

Re: [lldb-dev] LLDB Website

2019-04-24 Thread Ted Woodward via lldb-dev
ng LLDB Python API reference with epydoc" VERBATIM ) endif(EPYDOC_EXECUTABLE) > -Original Message- > From: lldb-dev On Behalf Of Pavel Labath > via lldb-dev > Sent: Wednesday, April 24, 2019 1:16 AM > To: Jonas Devlieghere ; Tanya Lattner > > Cc: LLDB

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Pavel Labath via lldb-dev
On 24/04/2019 03:19, Jonas Devlieghere via lldb-dev wrote: On Tue, Apr 23, 2019 at 6:04 PM Jonas Devlieghere > wrote: On Tue, Apr 23, 2019 at 5:43 PM Tanya Lattner mailto:tanyalatt...@llvm.org>> wrote: On Apr 23, 2019, at 5:06 PM, Jonas Devliegh

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Jonas Devlieghere via lldb-dev
On Tue, Apr 23, 2019 at 6:04 PM Jonas Devlieghere wrote: > > > On Tue, Apr 23, 2019 at 5:43 PM Tanya Lattner > wrote: > >> >> >> On Apr 23, 2019, at 5:06 PM, Jonas Devlieghere >> wrote: >> >> >> >> On Tue, Apr 23, 2019 at 5:00 PM Tanya Lattner >> wrote: >> >>> >>> >>> On Apr 23, 2019, at 11:54

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Jonas Devlieghere via lldb-dev
On Tue, Apr 23, 2019 at 5:43 PM Tanya Lattner wrote: > > > On Apr 23, 2019, at 5:06 PM, Jonas Devlieghere > wrote: > > > > On Tue, Apr 23, 2019 at 5:00 PM Tanya Lattner > wrote: > >> >> >> On Apr 23, 2019, at 11:54 AM, Jonas Devlieghere >> wrote: >> >> Hey Tanya, >> >> On Tue, Apr 23, 2019 at

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Tanya Lattner via lldb-dev
> On Apr 23, 2019, at 5:06 PM, Jonas Devlieghere wrote: > > > > On Tue, Apr 23, 2019 at 5:00 PM Tanya Lattner > wrote: > > >> On Apr 23, 2019, at 11:54 AM, Jonas Devlieghere > > wrote: >> >> Hey Tanya, >> >> On Tue, Apr 23, 2019

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Jonas Devlieghere via lldb-dev
On Tue, Apr 23, 2019 at 5:00 PM Tanya Lattner wrote: > > > On Apr 23, 2019, at 11:54 AM, Jonas Devlieghere > wrote: > > Hey Tanya, > > On Tue, Apr 23, 2019 at 11:51 Tanya Lattner wrote: > >> Jonas, >> >> Ignore what I said before as these do need to be separate targets. It >> appears the new ta

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Tanya Lattner via lldb-dev
> On Apr 23, 2019, at 11:54 AM, Jonas Devlieghere wrote: > > Hey Tanya, > > On Tue, Apr 23, 2019 at 11:51 Tanya Lattner > wrote: > Jonas, > > Ignore what I said before as these do need to be separate targets. It appears > the new targets are running doxygen. Th

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Jonas Devlieghere via lldb-dev
Hey Tanya, On Tue, Apr 23, 2019 at 11:51 Tanya Lattner wrote: > Jonas, > > Ignore what I said before as these do need to be separate targets. It > appears the new targets are running doxygen. This isn’t something we > typically do as a post commit hook since it takes awhile. I’ll need to do > th

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Tanya Lattner via lldb-dev
Jonas, Ignore what I said before as these do need to be separate targets. It appears the new targets are running doxygen. This isn’t something we typically do as a post commit hook since it takes awhile. I’ll need to do this via the doxygen nightly script. Any concerns? -Tanya > On Apr 23, 20

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Tanya Lattner via lldb-dev
Anytime new targets are added, the script has to be modified. Is there a way you can put them all under a top level html target? Or is there a reason not to? -Tanya > On Apr 19, 2019, at 12:17 PM, Jonas Devlieghere wrote: > > Hey Tanya, > > Thanks again for migrating the LLDB website so it is

Re: [lldb-dev] LLDB Website

2019-04-23 Thread Jonas Devlieghere via lldb-dev
Friendly ping. There's a bunch of people that are annoyed by the missing documentation. I've already addressed most of the other comments about the broken URLs and missing top level links, but unfortunately that doesn't take effect because the website isn't updating. On Fri, Apr 19, 2019 at 12:17

[lldb-dev] LLDB Website

2019-04-19 Thread Jonas Devlieghere via lldb-dev
Hey Tanya, Thanks again for migrating the LLDB website so it is generated with Sphinx! I made a change yesterday that hasn't been propagated yet. It looks like it might have something to do with http://lists.llvm.org/pipermail/www-scripts/2019-April/007524.html. Also, as the result of this chang