From 32c10edf7f4f6589c82c437976510a4bb1f055e7 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 8 Aug 2019 04:38:03 +0200 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a452637..bb75740 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a Usage ----- -Create a :class:`pystencils.AssignmentCollection` with pystencils: +Create a `pystencils.AssignmentCollection` with pystencils: .. code-block:: python @@ -74,7 +74,7 @@ You can see the derivatives with respective to the two inputs multiplied by the \hat{y}[0,0] ↠diffz_C*(log(x_C*y_C) + 1) \hat{x}[0,0] ↠diffz_C*y_C/x_C -You can also use the class :class:`.AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow... +You can also use the class `AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow... .. code-block:: python -- GitLab