summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-02 17:09:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit679ebd4804c9ac558e9fdae4a4fe32b4ac826a66 (patch)
tree33f5527b06d4ec00631b7b0146eced22af2e3073 /doc
parent250f07f3674219aac44f1b90ff1039b31682c1d2 (diff)
downloadptxdist-679ebd4804c9ac558e9fdae4a4fe32b4ac826a66.tar.gz
ptxdist-679ebd4804c9ac558e9fdae4a4fe32b4ac826a66.tar.xz
doc: fix figures in user's manual
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/figures/menuconfig_intro.pngbin0 -> 20295 bytes
-rw-r--r--doc/figures/project-handling.pngbin0 -> 59096 bytes
-rw-r--r--doc/figures/ptxbuild.pngbin0 -> 90523 bytes
-rw-r--r--doc/user_manual.rst19
4 files changed, 10 insertions, 9 deletions
diff --git a/doc/figures/menuconfig_intro.png b/doc/figures/menuconfig_intro.png
new file mode 100644
index 000000000..d8401de74
--- /dev/null
+++ b/doc/figures/menuconfig_intro.png
Binary files differ
diff --git a/doc/figures/project-handling.png b/doc/figures/project-handling.png
new file mode 100644
index 000000000..ca58282b2
--- /dev/null
+++ b/doc/figures/project-handling.png
Binary files differ
diff --git a/doc/figures/ptxbuild.png b/doc/figures/ptxbuild.png
new file mode 100644
index 000000000..efc21b339
--- /dev/null
+++ b/doc/figures/ptxbuild.png
Binary files differ
diff --git a/doc/user_manual.rst b/doc/user_manual.rst
index 049f3759d..ac92bd1bc 100644
--- a/doc/user_manual.rst
+++ b/doc/user_manual.rst
@@ -13,9 +13,10 @@ and maintain an embedded Linux based project.
.. figure:: figures/project-handling.png
:alt: Objectives in a project
- [fig:all:sub:`p`\ rojects\ :sub:`a`\ spects]
+ :align: center
+ :figwidth: 80 %
- Objectives in a project [fig:all:sub:`p`\ rojects\ :sub:`a`\ spects]
+ Objectives in a project
The most important part is the development. For this project phase,
PTXdist provides features to ensure reproducibility and verifiability.
@@ -90,10 +91,11 @@ PTXdist’s build process
When PTXdist is building one part (we call it a *package*)of the whole
project, it is divided into up to six stages:
-.. figure:: figures/ptxbuild
- :alt: The build process [fig:the:sub:`b`\ uild\ :sub:`p`\ rocess]
+.. figure:: figures/ptxbuild.png
+ :alt: The build process
+ :align: center
- The build process [fig:the:sub:`b`\ uild\ :sub:`p`\ rocess]
+ The build process
get
The package will be obtained from its source (downloaded from the
@@ -586,12 +588,11 @@ For example running PTXdist’s ``menuconfig`` subcommand in this way
will show the following console output
-.. figure:: figures/menuconfig_intro
+.. figure:: figures/menuconfig_intro.png
:alt: Main userland configuration menu
- [fig:main:sub:`u`\ serland\ :sub:`m`\ enu]
+ :align: center
- Main userland configuration menu
- [fig:main:sub:`u`\ serland\ :sub:`m`\ enu]
+ Main userland configuration menu
Navigate in Kconfig menu (select, search, ...)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^