##// END OF EJS Templates
Add whatsnew development doc back to toc
Thomas Kluyver -
Show More
@@ -1,46 +1,45 b''
1 .. Developers should add in this file, during each release cycle, information
1 .. Developers should add in this file, during each release cycle, information
2 .. about important changes they've made, in a summary format that's meant for
2 .. about important changes they've made, in a summary format that's meant for
3 .. end users. For each release we normally have three sections: features, bug
3 .. end users. For each release we normally have three sections: features, bug
4 .. fixes and api breakage.
4 .. fixes and api breakage.
5 .. Please remember to credit the authors of the contributions by name,
5 .. Please remember to credit the authors of the contributions by name,
6 .. especially when they are new users or developers who do not regularly
6 .. especially when they are new users or developers who do not regularly
7 .. participate in IPython's development.
7 .. participate in IPython's development.
8
8
9 .. _whatsnew_index:
9 .. _whatsnew_index:
10
10
11 =====================
11 =====================
12 What's new in IPython
12 What's new in IPython
13 =====================
13 =====================
14
14
15 This section documents the changes that have been made in various versions of
15 This section documents the changes that have been made in various versions of
16 IPython. Users should consult these pages to learn about new features, bug
16 IPython. Users should consult these pages to learn about new features, bug
17 fixes and backwards incompatibilities. Developers should summarize the
17 fixes and backwards incompatibilities. Developers should summarize the
18 development work they do here in a user friendly format.
18 development work they do here in a user friendly format.
19
19
20 .. toctree::
20 .. toctree::
21 :maxdepth: 1
21 :maxdepth: 1
22
22
23 development
23 version6
24 version6
24 github-stats-6
25 github-stats-6
25 version5
26 version5
26 github-stats-5
27 github-stats-5
27 version4
28 version4
28 github-stats-4
29 github-stats-4
29 version3
30 version3
30 github-stats-3
31 github-stats-3
31 version3_widget_migration
32 version3_widget_migration
32 version2.0
33 version2.0
33 github-stats-2.0
34 github-stats-2.0
34 version1.0
35 version1.0
35 github-stats-1.0
36 github-stats-1.0
36 version0.13
37 version0.13
37 github-stats-0.13
38 github-stats-0.13
38 version0.12
39 version0.12
39 github-stats-0.12
40 github-stats-0.12
40 version0.11
41 version0.11
41 github-stats-0.11
42 github-stats-0.11
42 version0.10
43 version0.10
43 version0.9
44 version0.9
44 version0.8
45 version0.8
45
46
General Comments 0
You need to be logged in to leave comments. Login now