Преглед на файлове

doc: Use more `@url' instead of `@indicateurl'.

Ludovic Courtès преди 13 години
родител
ревизия
cec5bc6bab
променени са 3 файла, в които са добавени 16 реда и са изтрити 20 реда
  1. 8 9
      doc/chapters/installing.texi
  2. 3 5
      doc/chapters/introduction.texi
  3. 5 6
      doc/chapters/perf-feedback.texi

+ 8 - 9
doc/chapters/installing.texi

@@ -3,7 +3,7 @@
 @c This file is part of the StarPU Handbook.
 @c Copyright (C) 2009--2011  Universit@'e de Bordeaux 1
 @c Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
-@c Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+@c Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
 @c See the file starpu.texi for copying conditions.
 
 @menu
@@ -42,8 +42,8 @@ Additionally, the code can be directly checked out of Subversion, it
 should be done only if you need the very latest changes (i.e. less
 than a day!).@footnote{The client side of the software Subversion can
 be obtained from @indicateurl{http://subversion.tigris.org}. If you
-are running on Windows, you will probably prefer to use TortoiseSVN
-from @indicateurl{http://tortoisesvn.tigris.org/}}.
+are running on Windows, you will probably prefer to use
+@url{http://tortoisesvn.tigris.org/, TortoiseSVN}.}.
 
 @example
 % svn checkout svn://scm.gforge.inria.fr/svn/starpu/trunk
@@ -52,12 +52,11 @@ from @indicateurl{http://tortoisesvn.tigris.org/}}.
 @node Optional dependencies
 @subsection Optional dependencies
 
-The topology discovery library, @code{hwloc}, is not mandatory to use StarPU
-but strongly recommended. It allows to increase performance, and to
-perform some topology aware scheduling.
-
-@code{hwloc} is available in major distributions and for most OSes and can be
-downloaded from @indicateurl{http://www.open-mpi.org/software/hwloc}.
+The @url{http://www.open-mpi.org/software/hwloc, @code{hwloc} topology
+discovery library} is not mandatory to use StarPU but strongly
+recommended.  It allows for topology aware scheduling, which improves
+performance.  @code{hwloc} is available in major free operating system
+distributions, and for most operating systems.
 
 @node Configuration of StarPU
 @section Configuration of StarPU

+ 3 - 5
doc/chapters/introduction.texi

@@ -178,9 +178,7 @@ unregister it.
 @subsection Research Papers
 
 Research papers about StarPU can be found at
+@indicateurl{http://runtime.bordeaux.inria.fr/Publis/Keyword/STARPU.html}.
 
-@indicateurl{http://runtime.bordeaux.inria.fr/Publis/Keyword/STARPU.html}
-
-Notably a good overview in the research report
-
-@indicateurl{http://hal.archives-ouvertes.fr/inria-00467677}
+A good overview is available in the research report at
+@indicateurl{http://hal.archives-ouvertes.fr/inria-00467677}.

+ 5 - 6
doc/chapters/perf-feedback.texi

@@ -3,7 +3,7 @@
 @c This file is part of the StarPU Handbook.
 @c Copyright (C) 2009--2011  Universit@'e de Bordeaux 1
 @c Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
-@c Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+@c Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
 @c See the file starpu.texi for copying conditions.
 
 @menu
@@ -277,11 +277,10 @@ Or alternatively, setting the @code{STARPU_GENERATE_TRACE} environment variable
 to 1 before application execution will make StarPU do it automatically at
 application shutdown.
 
-This will create a @code{paje.trace} file in the current directory that can be
-inspected with the ViTE trace visualizing open-source tool. More information
-about ViTE is available at @indicateurl{http://vite.gforge.inria.fr/}. It is
-possible to open the @code{paje.trace} file with ViTE by using the following
-command:
+This will create a @code{paje.trace} file in the current directory that
+can be inspected with the @url{http://vite.gforge.inria.fr/, ViTE trace
+visualizing open-source tool}.  It is possible to open the
+@code{paje.trace} file with ViTE by using the following command:
 @example
 % vite paje.trace
 @end example