mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] doc: dev_layers_in_ptxdist: drop extra "`"
@ 2021-05-25 16:08 Bastian Krause
  2021-05-25 20:37 ` Roland Hieber
  2021-05-28  7:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Bastian Krause @ 2021-05-25 16:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

The RST custom link text syntax is

  :ref:`custom text<Heading Text>`

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 doc/dev_layers_in_ptxdist.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dev_layers_in_ptxdist.rst b/doc/dev_layers_in_ptxdist.rst
index a1066396c..27ca85832 100644
--- a/doc/dev_layers_in_ptxdist.rst
+++ b/doc/dev_layers_in_ptxdist.rst
@@ -29,7 +29,7 @@ are used. Any layer specific handling is done implicitly by PTXdist.
 However, there are a few things that need special handling.
 
 The variables :ref:`PTXDIST_WORKSPACE<ptxdist_workspace>` and
-:ref:`PTXDIST_PLATFORMCONFIGDIR`<ptxdist_platformconfigdir>` always refer
+:ref:`PTXDIST_PLATFORMCONFIGDIR<ptxdist_platformconfigdir>` always refer
 to the directories in the top layer. These variables might be used in rules
 files like this:
 
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] doc: dev_layers_in_ptxdist: drop extra "`"
  2021-05-25 16:08 [ptxdist] [PATCH] doc: dev_layers_in_ptxdist: drop extra "`" Bastian Krause
@ 2021-05-25 20:37 ` Roland Hieber
  2021-05-28  7:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2021-05-25 20:37 UTC (permalink / raw)
  To: Bastian Krause; +Cc: ptxdist

On Tue, May 25, 2021 at 06:08:22PM +0200, Bastian Krause wrote:
> The RST custom link text syntax is
> 
>   :ref:`custom text<Heading Text>`
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> ---
>  doc/dev_layers_in_ptxdist.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/dev_layers_in_ptxdist.rst b/doc/dev_layers_in_ptxdist.rst
> index a1066396c..27ca85832 100644
> --- a/doc/dev_layers_in_ptxdist.rst
> +++ b/doc/dev_layers_in_ptxdist.rst
> @@ -29,7 +29,7 @@ are used. Any layer specific handling is done implicitly by PTXdist.
>  However, there are a few things that need special handling.
>  
>  The variables :ref:`PTXDIST_WORKSPACE<ptxdist_workspace>` and
> -:ref:`PTXDIST_PLATFORMCONFIGDIR`<ptxdist_platformconfigdir>` always refer
> +:ref:`PTXDIST_PLATFORMCONFIGDIR<ptxdist_platformconfigdir>` always refer

Oh, I always thought you needed a space between the name and the target.
But apparently this works too.

 - Roland

>  to the directories in the top layer. These variables might be used in rules
>  files like this:
>  
> -- 
> 2.29.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] doc: dev_layers_in_ptxdist: drop extra "`"
  2021-05-25 16:08 [ptxdist] [PATCH] doc: dev_layers_in_ptxdist: drop extra "`" Bastian Krause
  2021-05-25 20:37 ` Roland Hieber
@ 2021-05-28  7:01 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2021-05-28  7:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as e6d3ee8b98d5602ba9d7e7a1267bca45a5dfa24a.

Michael

[sent from post-receive hook]

On Fri, 28 May 2021 09:01:20 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> The RST custom link text syntax is
> 
>   :ref:`custom text<Heading Text>`
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210525160822.6416-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/doc/dev_layers_in_ptxdist.rst b/doc/dev_layers_in_ptxdist.rst
> index a1066396ca28..27ca85832e93 100644
> --- a/doc/dev_layers_in_ptxdist.rst
> +++ b/doc/dev_layers_in_ptxdist.rst
> @@ -29,7 +29,7 @@ are used. Any layer specific handling is done implicitly by PTXdist.
>  However, there are a few things that need special handling.
>  
>  The variables :ref:`PTXDIST_WORKSPACE<ptxdist_workspace>` and
> -:ref:`PTXDIST_PLATFORMCONFIGDIR`<ptxdist_platformconfigdir>` always refer
> +:ref:`PTXDIST_PLATFORMCONFIGDIR<ptxdist_platformconfigdir>` always refer
>  to the directories in the top layer. These variables might be used in rules
>  files like this:
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-05-28  7:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 16:08 [ptxdist] [PATCH] doc: dev_layers_in_ptxdist: drop extra "`" Bastian Krause
2021-05-25 20:37 ` Roland Hieber
2021-05-28  7:01 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox