From c933ac1a4a11676352be85ffb5cbbfe39fb8cbd2 Mon Sep 17 00:00:00 2001 From: Peter Mitchell Date: Tue, 13 Aug 2013 16:08:42 -0400 Subject: [PATCH] Update override field mapping tut * Added reference to override section of inheritance-mapping.rst * Added link to yaml/xml examples in override-field-association-mappings-in-subclasses.rst --- docs/en/reference/inheritance-mapping.rst | 1 + .../override-field-association-mappings-in-subclasses.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/reference/inheritance-mapping.rst b/docs/en/reference/inheritance-mapping.rst index 1bc92f3f3..9ea2edccb 100644 --- a/docs/en/reference/inheritance-mapping.rst +++ b/docs/en/reference/inheritance-mapping.rst @@ -260,6 +260,7 @@ or auto-increment details). Furthermore each child table has to have a foreign key pointing from the id column to the root table id column and cascading on delete. +.. _inheritence_mapping_overrides: Overrides --------- diff --git a/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst b/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst index 792d97887..aef663f2a 100644 --- a/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst +++ b/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst @@ -87,4 +87,4 @@ The case for just extending a class would be just the same but: // ... } -Overriding is also supported via XML and YAML. \ No newline at end of file +Overriding is also supported via XML and YAML (:ref:`examples `).