Em Thu, 27 Jun 2019 12:48:12 +0300
Jani Nikula escreveu:
> On Fri, 21 Jun 2019, Mauro Carvalho Chehab wrote:
> > Em Wed, 19 Jun 2019 13:37:39 -0300
> > Mauro Carvalho Chehab escreveu:
> >
> >> Em Tue, 18 Jun 2019 11:47:32 +0300
> >> Jani Nikula escreveu:
> >>
> >> > On Mon, 17 Jun 2019, M
On Fri, 21 Jun 2019, Mauro Carvalho Chehab wrote:
> Em Wed, 19 Jun 2019 13:37:39 -0300
> Mauro Carvalho Chehab escreveu:
>
>> Em Tue, 18 Jun 2019 11:47:32 +0300
>> Jani Nikula escreveu:
>>
>> > On Mon, 17 Jun 2019, Mauro Carvalho Chehab
>> > wrote:
>> > > Yeah, I guess it should be possible
Em Wed, 19 Jun 2019 13:37:39 -0300
Mauro Carvalho Chehab escreveu:
> Em Tue, 18 Jun 2019 11:47:32 +0300
> Jani Nikula escreveu:
>
> > On Mon, 17 Jun 2019, Mauro Carvalho Chehab
> > wrote:
> > > Yeah, I guess it should be possible to do that. How a python script
> > > can identify if it was
Em Tue, 18 Jun 2019 11:47:32 +0300
Jani Nikula escreveu:
> On Mon, 17 Jun 2019, Mauro Carvalho Chehab wrote:
> > Yeah, I guess it should be possible to do that. How a python script
> > can identify if it was called by Sphinx, or if it was called directly?
>
> if __name__ == '__main__':
>
On Mon, 17 Jun 2019, Mauro Carvalho Chehab wrote:
> Yeah, I guess it should be possible to do that. How a python script
> can identify if it was called by Sphinx, or if it was called directly?
if __name__ == '__main__':
# run on the command-line, not imported
BR,
Jani.
--
Jani Nikula,
Am 17.06.19 um 11:11 schrieb Mauro Carvalho Chehab:
Em Sun, 16 Jun 2019 18:04:01 +0200
Markus Heiser escreveu:
Am 14.06.19 um 16:15 schrieb Jonathan Corbet:
On Fri, 14 Jun 2019 16:10:31 +0200
Markus Heiser wrote:
I agree with Jani. No matter how the decision ends, since I can't help h
Em Mon, 17 Jun 2019 15:36:17 +0300
Jani Nikula escreveu:
> On Fri, 14 Jun 2019, Mauro Carvalho Chehab wrote:
> > Em Fri, 14 Jun 2019 16:06:03 +0200
> > Greg Kroah-Hartman escreveu:
> >
> >> On Fri, Jun 14, 2019 at 04:42:20PM +0300, Jani Nikula wrote:
> >> > 2) Have the python extension read
On Mon, 17 Jun 2019 14:54:38 +0200
Greg Kroah-Hartman wrote:
> > I think it's just sad to see the documentation system slowly drift
> > further away from the ideals we had, and towards the old ways we worked
> > so hard to fix.
>
> What are those ideals?
>
> I thought the goal was to be able
On Mon, 17 Jun 2019, Greg Kroah-Hartman wrote:
> On Mon, Jun 17, 2019 at 03:36:17PM +0300, Jani Nikula wrote:
>> On Fri, 14 Jun 2019, Mauro Carvalho Chehab
>> wrote:
>> > Em Fri, 14 Jun 2019 16:06:03 +0200
>> > Greg Kroah-Hartman escreveu:
>> >
>> >> On Fri, Jun 14, 2019 at 04:42:20PM +0300, Ja
On Mon, Jun 17, 2019 at 03:36:17PM +0300, Jani Nikula wrote:
> On Fri, 14 Jun 2019, Mauro Carvalho Chehab wrote:
> > Em Fri, 14 Jun 2019 16:06:03 +0200
> > Greg Kroah-Hartman escreveu:
> >
> >> On Fri, Jun 14, 2019 at 04:42:20PM +0300, Jani Nikula wrote:
> >> > 2) Have the python extension read t
On Fri, 14 Jun 2019, Mauro Carvalho Chehab wrote:
> Em Fri, 14 Jun 2019 16:06:03 +0200
> Greg Kroah-Hartman escreveu:
>
>> On Fri, Jun 14, 2019 at 04:42:20PM +0300, Jani Nikula wrote:
>> > 2) Have the python extension read the ABI files directly, without an
>> >extra pipeline.
>>
>> He who
Em Sun, 16 Jun 2019 18:04:01 +0200
Markus Heiser escreveu:
> Am 14.06.19 um 16:15 schrieb Jonathan Corbet:
> > On Fri, 14 Jun 2019 16:10:31 +0200
> > Markus Heiser wrote:
> >
> >> I agree with Jani. No matter how the decision ends, since I can't help
> >> here, I'd
> >> rather not show up in
Am 14.06.19 um 16:15 schrieb Jonathan Corbet:
On Fri, 14 Jun 2019 16:10:31 +0200
Markus Heiser wrote:
I agree with Jani. No matter how the decision ends, since I can't help here, I'd
rather not show up in the copyright.
Is there something specific you are asking us to do here?
I have los
Em Fri, 14 Jun 2019 16:06:03 +0200
Greg Kroah-Hartman escreveu:
> On Fri, Jun 14, 2019 at 04:42:20PM +0300, Jani Nikula wrote:
> > On Thu, 13 Jun 2019, Mauro Carvalho Chehab
> > wrote:
> > > From: Mauro Carvalho Chehab
> > >
> > > As we don't want a generic Sphinx extension to execute comman
On Fri, 14 Jun 2019 16:10:31 +0200
Markus Heiser wrote:
> I agree with Jani. No matter how the decision ends, since I can't help here,
> I'd
> rather not show up in the copyright.
Is there something specific you are asking us to do here?
Thanks,
jon
Am 14.06.19 um 15:42 schrieb Jani Nikula:
On Thu, 13 Jun 2019, Mauro Carvalho Chehab wrote:
From: Mauro Carvalho Chehab
As we don't want a generic Sphinx extension to execute commands,
change the one proposed to Markus to call the abi_book.pl
script.
Use a script to parse the Documentation/
On Fri, Jun 14, 2019 at 04:42:20PM +0300, Jani Nikula wrote:
> On Thu, 13 Jun 2019, Mauro Carvalho Chehab wrote:
> > From: Mauro Carvalho Chehab
> >
> > As we don't want a generic Sphinx extension to execute commands,
> > change the one proposed to Markus to call the abi_book.pl
> > script.
> >
>
On Thu, 13 Jun 2019, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab
>
> As we don't want a generic Sphinx extension to execute commands,
> change the one proposed to Markus to call the abi_book.pl
> script.
>
> Use a script to parse the Documentation/ABI directory and output
> it at t
From: Mauro Carvalho Chehab
As we don't want a generic Sphinx extension to execute commands,
change the one proposed to Markus to call the abi_book.pl
script.
Use a script to parse the Documentation/ABI directory and output
it at the admin-guide.
Signed-off-by: Mauro Carvalho Chehab
Signed-off
19 matches
Mail list logo