From 398688ab3821a726e3a304822812e3a0a60340cb Mon Sep 17 00:00:00 2001 From: Ka Date: Fri, 29 Aug 2014 08:42:14 +0200 Subject: [PATCH 1/2] Update improving-performance.rst --- docs/en/reference/improving-performance.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/reference/improving-performance.rst b/docs/en/reference/improving-performance.rst index 9bc4c8632..affaf2606 100644 --- a/docs/en/reference/improving-performance.rst +++ b/docs/en/reference/improving-performance.rst @@ -62,3 +62,7 @@ A lot of the points mentioned in the Best Practices chapter will also positively affect the performance of Doctrine. +Change Tracking policies +------------------------ + +See Change tracking policies chapter From 2120d4102997af66c7971839764a81578e9dba60 Mon Sep 17 00:00:00 2001 From: Ka Date: Fri, 29 Aug 2014 08:47:28 +0200 Subject: [PATCH 2/2] add a link to said chapter --- docs/en/reference/improving-performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/improving-performance.rst b/docs/en/reference/improving-performance.rst index affaf2606..d9de6c808 100644 --- a/docs/en/reference/improving-performance.rst +++ b/docs/en/reference/improving-performance.rst @@ -65,4 +65,4 @@ also positively affect the performance of Doctrine. Change Tracking policies ------------------------ -See Change tracking policies chapter +See: :doc:`Change Tracking Policies `