Browse Source

Remove duplicate sphinx labels in release notes

master
David Winterbottom 11 years ago
parent
commit
a15165b8ad
2 changed files with 12 additions and 15 deletions
  1. 7
    7
      docs/source/releases/v0.7.rst
  2. 5
    8
      docs/source/releases/v0.8.rst

+ 7
- 7
docs/source/releases/v0.7.rst View File

@@ -4,8 +4,8 @@ Oscar 0.7 release notes
4 4
 
5 5
 Welcome to Oscar 0.7!
6 6
 
7
-These release notes cover the :ref:`new features <what_is_new>` as well as
8
-:ref:`backwards incompatible changes <incompatible_changes>` that you'll want to be aware of when
7
+These release notes cover the :ref:`new features <new_in_0.7>` as well as
8
+:ref:`backwards incompatible changes <incompatible_changes_in_0.7>` that you'll want to be aware of when
9 9
 upgrading from Oscar 0.6 or earlier.  
10 10
 
11 11
 If you encounter any undocumented issues, please let us know on the `mailing
@@ -19,7 +19,7 @@ Table of contents:
19 19
     :local:
20 20
     :depth: 1
21 21
 
22
-.. _overview:
22
+.. _overview_of_0.7:
23 23
 
24 24
 Overview
25 25
 ========
@@ -36,7 +36,7 @@ Further, ensure you test your checkout implementation carefully after upgrading
36 36
 as the core Oscar checkout view classes have been reorganised slightly.  Any
37 37
 upgrading work should be minor but be diligent.
38 38
 
39
-.. _compatibility:
39
+.. _compatibility_of_0.7:
40 40
 
41 41
 Compatibility
42 42
 =============
@@ -46,7 +46,7 @@ Oscar 0.7 has experimental support for Python 3.
46 46
 Support for Django 1.4 has been dropped, and support for Django 1.6 is
47 47
 now considered stable.
48 48
 
49
-.. _what_is_new:
49
+.. _new_in_0.7:
50 50
 
51 51
 What's new in Oscar 0.7?
52 52
 ========================
@@ -129,7 +129,7 @@ Finally, the ``billing_address`` kwarg to
129 129
 If you want to pass a billing address to be saved against the order, then pass
130 130
 it as part of the ``order_kwargs`` option.
131 131
 
132
-.. _minor_changes:
132
+.. _minor_changes_in_0.7:
133 133
 
134 134
 Minor changes
135 135
 ~~~~~~~~~~~~~
@@ -221,7 +221,7 @@ Bugfixes
221 221
 .. _`#1289`: https://github.com/tangentlabs/django-oscar/issues/1289
222 222
 .. _`be04d46639`: https://github.com/tangentlabs/django-oscar/commit/
223 223
 
224
-.. _incompatible_changes:
224
+.. _incompatible_changes_in_0.7:
225 225
 
226 226
 Backwards incompatible changes in 0.7
227 227
 =====================================

+ 5
- 8
docs/source/releases/v0.8.rst View File

@@ -10,14 +10,14 @@ Table of contents:
10 10
     :local:
11 11
     :depth: 1
12 12
 
13
-.. _overview:
13
+.. _overview_of_0.8:
14 14
 
15 15
 Overview
16 16
 ========
17 17
 
18 18
 Oscar now has a demo site customised for the US!
19 19
 
20
-.. _compatibility:
20
+.. _compatibility_of_0.8:
21 21
 
22 22
 Compatibility
23 23
 =============
@@ -27,7 +27,7 @@ Oscar 0.8 is compatible with Django 1.5-1.7.
27 27
 Support for Python 2.6 has been dropped; Oscar works with Python 2.7, 3.3
28 28
 and 3.4.
29 29
 
30
-.. _what_is_new:
30
+.. _new_in_0.8:
31 31
 
32 32
 What's new in Oscar 0.8?
33 33
 ========================
@@ -67,7 +67,7 @@ known.
67 67
 
68 68
 See :ref:`us_site` for more information.
69 69
 
70
-.. _minor_changes:
70
+.. _minor_changes_in_0.8:
71 71
 
72 72
 Minor changes
73 73
 -------------
@@ -86,7 +86,7 @@ Minor changes
86 86
 Bugfixes
87 87
 ~~~~~~~~
88 88
 
89
-.. _backwards_incompatible_changes:
89
+.. _incompatible_changes_in_0.8:
90 90
 
91 91
 Backwards incompatible changes in 0.8
92 92
 =====================================
@@ -95,9 +95,6 @@ Backwards incompatible changes in 0.8
95 95
 
96 96
 .. _removal_of_deprecated_features:
97 97
 
98
-Removal of features deprecated in 0.8
99
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
-
101 98
 Migrations
102 99
 ~~~~~~~~~~
103 100
 

Loading…
Cancel
Save