[arrayfire] 154/284: Documentation fixes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit 84dccc841b64ee1f23d69ca30849bbdba2f9fe68
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Mon Jan 4 11:30:13 2016 -0500

    Documentation fixes
---
 docs/pages/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/pages/README.md b/docs/pages/README.md
index 3026902..8a395a7 100644
--- a/docs/pages/README.md
+++ b/docs/pages/README.md
@@ -76,7 +76,7 @@ Each ArrayFire installation comes with:
 ArrayFire supports batched operations on N-dimensional arrays.
 Batch operations in ArrayFire are run in parallel ensuring an optimal usage of your CUDA or OpenCL device.
 
-You can get the best performance out of ArrayFire using [vectorization techniques]().
+You can get the best performance out of ArrayFire using [vectorization techniques](\ref vectorization).
 
 ArrayFire can also execute loop iterations in parallel with
 [the gfor function](\ref gfor).
@@ -92,8 +92,8 @@ Read more about how [ArrayFire JIT](http://arrayfire.com/performance-of-arrayfir
 
 ## Simple Example
 
-Here's a live example to let you see ArrayFire code. You create [arrays](\ref
-construct_mat) which reside on CUDA or OpenCL devices. Then you can use
+Here's a live example to let you see ArrayFire code. You create [arrays](\ref construct_mat)
+which reside on CUDA or OpenCL devices. Then you can use
 [ArrayFire functions](modules.htm) on those [arrays](\ref construct_mat).
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list