Skip to content

Commit

Permalink
Fixed links in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwozniak committed Apr 17, 2014
1 parent c750933 commit b19d703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Expand Up @@ -264,4 +264,5 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {'http://docs.python.org/': None,
'http://docs.scipy.org/doc/numpy/': None}
6 changes: 3 additions & 3 deletions gimmik/generator.py
Expand Up @@ -18,10 +18,10 @@ def generateKernel(data, platform, alpha=1.0, beta=0.0, double=True,
executed on the platform of choice.
Args:
data (:class:`numpy.array`): The operator matrix *A*.
data (:class:`numpy.ndarray`): The operator matrix *A*.
platform (:class:`gimmik.Platform`): The platform to generate code for
e.g. *Platform.CUDA*. See :class:`gimmik.Platform` for more detail.
platform (:class:`~gimmik.platform.Platform`): The platform to generate code for.
Currently one of *Platform.CUDA* or *Platform.OPENCL*.
Kwargs:
alpha (float): Operator matrix multiplier. See description.
Expand Down

0 comments on commit b19d703

Please sign in to comment.