##// END OF EJS Templates
Uniform titles across versions
Matthias Bussonnier -
Show More
@@ -1,3 +1,7 b''
1 ============
2 6.x Series
3 ============
4
1 IPython 6.0
5 IPython 6.0
2 ===========
6 ===========
3
7
@@ -126,7 +130,6 b' team. See the project to bring back the readline interface: `rlipython'
126
130
127 This change will be backported to the IPython 5.x series.
131 This change will be backported to the IPython 5.x series.
128
132
129
130 Miscs improvements
133 Miscs improvements
131 ------------------
134 ------------------
132
135
@@ -143,9 +146,6 b' Miscs improvements'
143 - IPython.display has gained a :any:`GeoJSON <IPython.display.GeoJSON>` object.
146 - IPython.display has gained a :any:`GeoJSON <IPython.display.GeoJSON>` object.
144 :ghpull:`10288` and :ghpull:`10253`
147 :ghpull:`10288` and :ghpull:`10253`
145
148
146 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
147
148
149 Functions Deprecated in 6.x Development cycle
149 Functions Deprecated in 6.x Development cycle
150 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151
151
@@ -186,5 +186,3 b' development cycle marked for Milestone 6.0.'
186 was deprecated in IPython 2.0 does now raise a `DeprecationWarning` error when
186 was deprecated in IPython 2.0 does now raise a `DeprecationWarning` error when
187 used. It is often confused with the :magic:`prun` and the deprecation remove
187 used. It is often confused with the :magic:`prun` and the deprecation remove
188 should free up the ``profile`` name in future versions.
188 should free up the ``profile`` name in future versions.
189
190 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
General Comments 0
You need to be logged in to leave comments. Login now