From f04c04a1c735d55c1d97d260fd0399f1d320e88c Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Sat, 17 Aug 2019 20:50:44 +0200
Subject: [PATCH] Fix output in index.rst

---
 docs/index.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index e8585c3..bb9bf60 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -72,9 +72,10 @@ You can see the derivatives with respective to the two inputs multiplied by the
     :options: -ELLIPSIS, +NORMALIZE_WHITESPACE
 
     Subexpressions:
+
     Main Assignments:
-        \hat{x}[0,0] ← diffz_C*y_C/x_C
-        \hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
+        \hat{x}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
+        \hat{y}[0,0] ← diffz_C*x_C/y_C
 
 You can also use the class :class:`.autodiff.AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow...
 
-- 
GitLab