From a5daa176b599b23aaba4da276662c07140f63c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Bl=C3=BCm?= Date: Mon, 22 Jan 2018 20:55:49 +0100 Subject: [PATCH] Remove out-of-context rewrite rule tip The `.. include:: /_includes/_rewrite_rule_tip.rst.inc` has absolutely nothing to do with the surrounding context. Having it here is confusing. --- components/serializer.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/serializer.rst b/components/serializer.rst index a41c23f981f..9584b10f450 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -322,8 +322,6 @@ You are now able to serialize only attributes in the groups you want:: ); // $obj2 = MyObj(foo: 'foo', bar: 'bar') -.. include:: /_includes/_rewrite_rule_tip.rst.inc - .. _ignoring-attributes-when-serializing: Selecting Specific Attributes