summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-06-04 14:15:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-06-05 10:25:53 +0200
commitf692ff1bc24523d14ae322e9564b56920bab68ce (patch)
tree9ab654ecd61d7a9d9fabc3aadb5aef53cbaf6eac /doc
parent97ee61076e474abf54f482a2a3314f1b280b1fb9 (diff)
downloadptxdist-f692ff1bc24523d14ae322e9564b56920bab68ce.tar.gz
ptxdist-f692ff1bc24523d14ae322e9564b56920bab68ce.tar.xz
doc: ref_manual: move section start into ref_parameter.inc
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200604121533.27886-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_manual.rst10
-rw-r--r--doc/ref_parameter.inc11
2 files changed, 11 insertions, 10 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 6541da3ea..44d031010 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -5,15 +5,5 @@ PTXdist Reference
.. include:: ref_make_macros.inc
.. include:: ref_rule_file_layout.inc
-.. _ptxdist_parameter_reference:
-
-PTXdist parameter reference
----------------------------
-
-PTXdist is a command line tool, which is basically called as:
-
-.. code-block:: bash
-
- $ ptxdist <action [args]> [options]
.. include:: ref_parameter.inc
diff --git a/doc/ref_parameter.inc b/doc/ref_parameter.inc
index aaac8956f..4f5fbbe4a 100644
--- a/doc/ref_parameter.inc
+++ b/doc/ref_parameter.inc
@@ -1,3 +1,14 @@
+.. _ptxdist_parameter_reference:
+
+PTXdist parameter reference
+---------------------------
+
+PTXdist is a command line tool, which is basically called as:
+
+.. code-block:: bash
+
+ $ ptxdist <action [args]> [options]
+
Setup and Project Actions
~~~~~~~~~~~~~~~~~~~~~~~~~