aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-02-19 11:09:44 +0530
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-19 06:55:38 -0800
commit8facc61e8f04ba48d52662b07a982c3af877c2b1 (patch)
tree20309ce5b7af06f43171f644bbb2320863490a6d /Documentation
parent17638aa7b0984352f5f5b360d0bfe50e4ee8235f (diff)
downloadsubsurface-8facc61e8f04ba48d52662b07a982c3af877c2b1.tar.gz
[PATCH] Adding screen captures of dive planning
[Dirk Hohndel: removed the images folder from the Documentation directory Makefile clean target] Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile1
-rw-r--r--Documentation/images/dive_planning.pngbin0 -> 36174 bytes
-rw-r--r--Documentation/images/planned_dive.pngbin0 -> 49310 bytes
-rw-r--r--Documentation/user-manual.txt12
4 files changed, 10 insertions, 3 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 7e911e50f..2fb157da1 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -25,4 +25,3 @@ show: $(HTMLDOC)
clean:
rm -f *~ docbook-xsl.css $(HTMLDOC) $(addprefix $(DOCNAME).,pdf text)
- rm -fr images
diff --git a/Documentation/images/dive_planning.png b/Documentation/images/dive_planning.png
new file mode 100644
index 000000000..2bf15bf3a
--- /dev/null
+++ b/Documentation/images/dive_planning.png
Binary files differ
diff --git a/Documentation/images/planned_dive.png b/Documentation/images/planned_dive.png
new file mode 100644
index 000000000..0b32b0415
--- /dev/null
+++ b/Documentation/images/planned_dive.png
Binary files differ
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index eb24bb7b3..5e2c9d45e 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -586,8 +586,12 @@ of testing: +
**WE STRONGLY RECOMMEND NOT TO PLAN DIVES SIMPLY BASED ON THE
RESULTS GIVEN HERE.**
-When you start the planner, a dialog appears. In order to plan a dive
-some basic information needs to be entered:
+When you start the planner, a dialog appears as shown in the following
+screen capture:
+
+image::images/dive_planning.png["Dive Planning",align="center"]
+
+In order to plan a dive some basic information needs to be entered:
- planned start time of the dive
- air consumption
@@ -675,6 +679,10 @@ The dive we defined earlier will present itself like this:
The final segment to 0m with a sane ascent rate is automatically added.
<5> The planner tries to estimate the needed amount of gas based on the plan and SAC
+Following image shows the resulting profile along with a glimpse of the
+aforementioned dive plan:
+
+image::images/planned_dive.png["Planned Dive",align="center"]
[[S_Webservice,Web Service and Companion App]]
Web Service and Companion App