Skip to content
Snippets Groups Projects
Commit b8de351b authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

use better syntax for linking to pytato docs

parent db0c5f4c
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,7 @@ class PytatoFakeNumpyNamespace(BaseFakeNumpyNamespace): ...@@ -41,8 +41,7 @@ class PytatoFakeNumpyNamespace(BaseFakeNumpyNamespace):
.. note:: .. note::
:mod:`pytato` does not define any memory layout for its arrays. See :mod:`pytato` does not define any memory layout for its arrays. See
`Pytato docs <https://documen.tician.de/pytato/design.html#memory-layout>`_ :ref:`Pytato docs <pytato:memory-layout>` for more on this.
for more on this.
""" """
def _get_fake_numpy_linalg_namespace(self): def _get_fake_numpy_linalg_namespace(self):
return PytatoFakeNumpyLinalgNamespace(self._array_context) return PytatoFakeNumpyLinalgNamespace(self._array_context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment