From 4610d4b1d34797b80d3aa027bb15e6ca0cf76b0c Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sun, 2 Apr 2017 16:25:30 +0200 Subject: [PATCH] manual: update gnuplot documentation to avoid build-dependent instructions --- doc/manual/source/gnuplot.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/manual/source/gnuplot.rst b/doc/manual/source/gnuplot.rst index 3ba1f714c..78dc77037 100644 --- a/doc/manual/source/gnuplot.rst +++ b/doc/manual/source/gnuplot.rst @@ -36,11 +36,9 @@ In order to run this example, do the following: .. sourcecode:: bash - $ ./waf shell - $ cd build/debug/src/stats/examples - $ ./gnuplot-example + $ ./waf --run src/stats/examples/gnuplot-example -This should produce the following gnuplot control files in the directory where the example is located: +This should produce the following gnuplot control files: .. sourcecode:: text @@ -56,7 +54,7 @@ In order to process these gnuplot control files, do the following: $ gnuplot plot-2d-with-error-bars.plt $ gnuplot plot-3d.plt -This should produce the following graphics files in the directory where the example is located: +This should produce the following graphics files: .. sourcecode:: text