[arrayfire] 51/61: Update examples refs to match updated example style

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:55:10 UTC 2015


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

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit c0aba7f4d52e564194c5dd427f9b5865cd682328
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Thu Dec 3 16:46:53 2015 -0500

    Update examples refs to match updated example style
---
 docs/pages/release_notes.md   | 12 ++++++------
 docs/pages/timing.md          |  2 +-
 docs/pages/unified_backend.md |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md
index f1b195b..a8bb9ae 100644
--- a/docs/pages/release_notes.md
+++ b/docs/pages/release_notes.md
@@ -94,10 +94,10 @@ Documentation Updates
 New Examples
 ------------
 * Graphics
-    * [Plot3](\ref plot3.cpp)
-    * [Surface](\ref surface.cpp)
-* [Shallow Water Equation](\ref swe.cpp)
-* [Basic](\ref basic.cpp) as a Unified backend example
+    * [Plot3](\ref graphics/plot3.cpp)
+    * [Surface](\ref graphics/surface.cpp)
+* [Shallow Water Equation](\ref pde/swe.cpp)
+* [Basic](\ref unified/basic.cpp) as a Unified backend example
 
 Installers
 -----------
@@ -171,12 +171,12 @@ Build
 ------
 
 * `cmake` now includes `PKG_CONFIG` in the search path for CBLAS and LAPACKE libraries
-* [heston_model.cpp](\ref heston_model.cpp) example now builds with the default ArrayFire cmake files after installation
+* [heston_model.cpp](\ref financial/heston_model.cpp) example now builds with the default ArrayFire cmake files after installation
 
 Other
 ------
 
-* Fixed bug in [image_editing.cpp](\ref image_editing.cpp)
+* Fixed bug in [image_editing.cpp](\ref image_processing/image_editing.cpp)
 
 v3.1.0
 ==============
diff --git a/docs/pages/timing.md b/docs/pages/timing.md
index 98042a7..675043f 100644
--- a/docs/pages/timing.md
+++ b/docs/pages/timing.md
@@ -37,7 +37,7 @@ To take care of much of this boilerplate, [timeit](\ref af::timeit) provides
 accurate and reliable estimates of both CPU or GPU code.
 
 Here`s a stripped down example of
-[Monte-Carlo estimation of PI](\ref pi.cpp) making use
+[Monte-Carlo estimation of PI](\ref benchmarks/pi.cpp) making use
 of [timeit](\ref af::timeit).  Notice how it expects a `void` function pointer.
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
diff --git a/docs/pages/unified_backend.md b/docs/pages/unified_backend.md
index 96bf94d..e11f75d 100644
--- a/docs/pages/unified_backend.md
+++ b/docs/pages/unified_backend.md
@@ -79,7 +79,7 @@ backend libraries loaded successfully), call the af::getBackendCount function.
 
 # Example
 
-This example is shortened form of [basic.cpp](\ref basic.cpp).
+This example is shortened form of [basic.cpp](\ref unified/basic.cpp).
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.c}
 #include <arrayfire.h>

-- 
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