瀏覽代碼

Remove duplicate sphinx labels in release notes

master
David Winterbottom 11 年之前
父節點
當前提交
a15165b8ad
共有 2 個檔案被更改,包括 12 行新增15 行删除
  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 查看文件

4
 
4
 
5
 Welcome to Oscar 0.7!
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
 upgrading from Oscar 0.6 or earlier.  
9
 upgrading from Oscar 0.6 or earlier.  
10
 
10
 
11
 If you encounter any undocumented issues, please let us know on the `mailing
11
 If you encounter any undocumented issues, please let us know on the `mailing
19
     :local:
19
     :local:
20
     :depth: 1
20
     :depth: 1
21
 
21
 
22
-.. _overview:
22
+.. _overview_of_0.7:
23
 
23
 
24
 Overview
24
 Overview
25
 ========
25
 ========
36
 as the core Oscar checkout view classes have been reorganised slightly.  Any
36
 as the core Oscar checkout view classes have been reorganised slightly.  Any
37
 upgrading work should be minor but be diligent.
37
 upgrading work should be minor but be diligent.
38
 
38
 
39
-.. _compatibility:
39
+.. _compatibility_of_0.7:
40
 
40
 
41
 Compatibility
41
 Compatibility
42
 =============
42
 =============
46
 Support for Django 1.4 has been dropped, and support for Django 1.6 is
46
 Support for Django 1.4 has been dropped, and support for Django 1.6 is
47
 now considered stable.
47
 now considered stable.
48
 
48
 
49
-.. _what_is_new:
49
+.. _new_in_0.7:
50
 
50
 
51
 What's new in Oscar 0.7?
51
 What's new in Oscar 0.7?
52
 ========================
52
 ========================
129
 If you want to pass a billing address to be saved against the order, then pass
129
 If you want to pass a billing address to be saved against the order, then pass
130
 it as part of the ``order_kwargs`` option.
130
 it as part of the ``order_kwargs`` option.
131
 
131
 
132
-.. _minor_changes:
132
+.. _minor_changes_in_0.7:
133
 
133
 
134
 Minor changes
134
 Minor changes
135
 ~~~~~~~~~~~~~
135
 ~~~~~~~~~~~~~
221
 .. _`#1289`: https://github.com/tangentlabs/django-oscar/issues/1289
221
 .. _`#1289`: https://github.com/tangentlabs/django-oscar/issues/1289
222
 .. _`be04d46639`: https://github.com/tangentlabs/django-oscar/commit/
222
 .. _`be04d46639`: https://github.com/tangentlabs/django-oscar/commit/
223
 
223
 
224
-.. _incompatible_changes:
224
+.. _incompatible_changes_in_0.7:
225
 
225
 
226
 Backwards incompatible changes in 0.7
226
 Backwards incompatible changes in 0.7
227
 =====================================
227
 =====================================

+ 5
- 8
docs/source/releases/v0.8.rst 查看文件

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

Loading…
取消
儲存