Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Totoni committed Dec 20, 2015
1 parent 5d827a4 commit e324e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ does not provide such an API, ParallelAccelerator exports a general

As an example, the following (taken from
`our Gaussian blur example <https://github.com/IntelLabs/ParallelAccelerator.jl/blob/master/examples/gaussian-blur/gaussian-blur.jl)>`_
`our Gaussian blur example <https://github.com/IntelLabs/ParallelAccelerator.jl/blob/master/examples/gaussian-blur/gaussian-blur.jl>`_
performs a 5x5 stencil computation (note the use of Julia's `do` syntax that lets
the user write a lambda function)::

Expand Down
2 changes: 1 addition & 1 deletion doc/comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ eventually there will be bottlenecks, and not all optimizations work in
favor of each other. ParallelAccelerator is still a proof-of-concept
at this stage and we hope to hear from all users. We welcome bug reports and code contributions.
Please feel free to use our system, fork the project, contact us by email, and
file bug reports on the `GitHub issue tracker <https://github.com/IntelLabs/ParallelAccelerator.jl/issues>_.
file bug reports on the `GitHub issue tracker <https://github.com/IntelLabs/ParallelAccelerator.jl/issues>`_.

0 comments on commit e324e78

Please sign in to comment.