intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dim: Include TODO in sphinx docs
@ 2017-08-18  8:16 Daniel Vetter
  2017-08-18  9:34 ` Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2017-08-18  8:16 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter, Daniel Vetter

More visibility

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 TODO => TODO.rst | 11 +++++++++--
 index.rst        |  1 +
 2 files changed, 10 insertions(+), 2 deletions(-)
 rename TODO => TODO.rst (97%)

diff --git a/TODO b/TODO.rst
similarity index 97%
rename from TODO
rename to TODO.rst
index 4a56e0eb414f..76b00a1873df 100644
--- a/TODO
+++ b/TODO.rst
@@ -1,4 +1,9 @@
-dim:
+TODO
+====
+
+dim
+---
+
 - extract the integration tree logic and make it generally useful, maybe for a
   drm-integration tree ...
 - add option to check-patch to check stdin
@@ -14,7 +19,9 @@ dim:
   fixed any more.
 - apply-resolved fails to add the Link: tag.
 
-qf:
+qf
+--
+
 - get better at preventing and cleaning up a mess when switching branches
   while there's still applied quilt patches around ...
 - combine quilt annotate and git blame into one tool
diff --git a/index.rst b/index.rst
index d8b6d4897c45..0b9df594733d 100644
--- a/index.rst
+++ b/index.rst
@@ -9,6 +9,7 @@ Contents:
    drm-misc
    drm-intel
    dim
+   TODO
 
 Indices and tables
 ==================
-- 
2.13.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] dim: Include TODO in sphinx docs
  2017-08-18  8:16 [PATCH] dim: Include TODO in sphinx docs Daniel Vetter
@ 2017-08-18  9:34 ` Jani Nikula
  2017-08-18 20:29   ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2017-08-18  9:34 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter, Daniel Vetter

On Fri, 18 Aug 2017, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> More visibility
>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

Ack.

I guess qf man page should be extracted from the script, and put here
too.

BR,
Jani.

> ---
>  TODO => TODO.rst | 11 +++++++++--
>  index.rst        |  1 +
>  2 files changed, 10 insertions(+), 2 deletions(-)
>  rename TODO => TODO.rst (97%)
>
> diff --git a/TODO b/TODO.rst
> similarity index 97%
> rename from TODO
> rename to TODO.rst
> index 4a56e0eb414f..76b00a1873df 100644
> --- a/TODO
> +++ b/TODO.rst
> @@ -1,4 +1,9 @@
> -dim:
> +TODO
> +====
> +
> +dim
> +---
> +
>  - extract the integration tree logic and make it generally useful, maybe for a
>    drm-integration tree ...
>  - add option to check-patch to check stdin
> @@ -14,7 +19,9 @@ dim:
>    fixed any more.
>  - apply-resolved fails to add the Link: tag.
>  
> -qf:
> +qf
> +--
> +
>  - get better at preventing and cleaning up a mess when switching branches
>    while there's still applied quilt patches around ...
>  - combine quilt annotate and git blame into one tool
> diff --git a/index.rst b/index.rst
> index d8b6d4897c45..0b9df594733d 100644
> --- a/index.rst
> +++ b/index.rst
> @@ -9,6 +9,7 @@ Contents:
>     drm-misc
>     drm-intel
>     dim
> +   TODO
>  
>  Indices and tables
>  ==================

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] dim: Include TODO in sphinx docs
  2017-08-18  9:34 ` Jani Nikula
@ 2017-08-18 20:29   ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2017-08-18 20:29 UTC (permalink / raw)
  To: Jani Nikula; +Cc: Daniel Vetter, Intel Graphics Development, Daniel Vetter

On Fri, Aug 18, 2017 at 12:34:39PM +0300, Jani Nikula wrote:
> On Fri, 18 Aug 2017, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> > More visibility
> >
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> 
> Ack.
> 
> I guess qf man page should be extracted from the script, and put here
> too.

Yeah, I'm hoping the unified upstream/internal team will throw some more
love at qf. I haven't really used it since years myself, hence never
ported it forward to all the improvements we landed in dim.
-Daniel

> 
> BR,
> Jani.
> 
> > ---
> >  TODO => TODO.rst | 11 +++++++++--
> >  index.rst        |  1 +
> >  2 files changed, 10 insertions(+), 2 deletions(-)
> >  rename TODO => TODO.rst (97%)
> >
> > diff --git a/TODO b/TODO.rst
> > similarity index 97%
> > rename from TODO
> > rename to TODO.rst
> > index 4a56e0eb414f..76b00a1873df 100644
> > --- a/TODO
> > +++ b/TODO.rst
> > @@ -1,4 +1,9 @@
> > -dim:
> > +TODO
> > +====
> > +
> > +dim
> > +---
> > +
> >  - extract the integration tree logic and make it generally useful, maybe for a
> >    drm-integration tree ...
> >  - add option to check-patch to check stdin
> > @@ -14,7 +19,9 @@ dim:
> >    fixed any more.
> >  - apply-resolved fails to add the Link: tag.
> >  
> > -qf:
> > +qf
> > +--
> > +
> >  - get better at preventing and cleaning up a mess when switching branches
> >    while there's still applied quilt patches around ...
> >  - combine quilt annotate and git blame into one tool
> > diff --git a/index.rst b/index.rst
> > index d8b6d4897c45..0b9df594733d 100644
> > --- a/index.rst
> > +++ b/index.rst
> > @@ -9,6 +9,7 @@ Contents:
> >     drm-misc
> >     drm-intel
> >     dim
> > +   TODO
> >  
> >  Indices and tables
> >  ==================
> 
> -- 
> Jani Nikula, Intel Open Source Technology Center

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-08-18 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18  8:16 [PATCH] dim: Include TODO in sphinx docs Daniel Vetter
2017-08-18  9:34 ` Jani Nikula
2017-08-18 20:29   ` Daniel Vetter

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 NNTP newsgroup(s).