summaryrefslogtreecommitdiffstats
path: root/doc/ref_manual.rst
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-07 18:20:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:37 +0200
commitb5f8f05479a8a766d10e5c6bbfc5e3f31a66a477 (patch)
tree6157a05960ea5e82ae5ed7000b023296698201b7 /doc/ref_manual.rst
parent942a70ae5107ddb6577a80f6bc9dddff10e650ec (diff)
downloadptxdist-b5f8f05479a8a766d10e5c6bbfc5e3f31a66a477.tar.gz
ptxdist-b5f8f05479a8a766d10e5c6bbfc5e3f31a66a477.tar.xz
doc: cleanup substitutions and use code sections
Now, that substitutions happen before the sphinx run, the '\ ' magic so that the substitute patters are found, are no longer needed. And code sections can now be used here. This is needed to break long lines for in latex output. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/ref_manual.rst')
-rw-r--r--doc/ref_manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index da2a3ff86..4201c945f 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -12,10 +12,10 @@ are changed.
To get their content related to the current project, we can simply run
a:
-.. parsed-literal::
+::
$ ptxdist print PTXDIST_TOPDIR
- /usr/local/lib/ptxdist-\ |release|
+ /usr/local/lib/ptxdist-|release|
Replace the ``PTXDIST_TOPDIR`` with one of the other generic variables
PTXdist provides.