##// END OF EJS Templates
Remove documentation on startup files...
Thomas Kluyver -
r21387:91d05663
Show More
Name Size Modified Last Commit Author
/ docs / source / whatsnew
pr
development.rst 522 B
r20271:cb81410ea238
Min RK
github-stats-0.11.rst 50.2 KiB
r11729:5cc341839594
Paul Ivanov
github-stats-0.12.rst 57.7 KiB
r13595:41d387eea538
Thomas Kluyver
github-stats-0.13.rst 70.2 KiB
r11729:5cc341839594
Paul Ivanov
github-stats-1.0.rst 100.8 KiB
r13595:41d387eea538
Thomas Kluyver
github-stats-2.0.rst 85.6 KiB
r20274:f295fd2e23b1
Min RK
github-stats-3.rst 3.8 KiB
r21131:59bde5013465
Min RK
index.rst 1.1 KiB
r20514:3db462c3c7b5
Jonathan Frederic
version0.10.rst 15.1 KiB
r11729:5cc341839594
Paul Ivanov
version0.11.rst 34.1 KiB
r21253:ff3b995adc30
Min RK
version0.12.rst 16.3 KiB
r11729:5cc341839594
Paul Ivanov
version0.13.rst 27.8 KiB
r21253:ff3b995adc30
Min RK
version0.8.rst 912 B
r11729:5cc341839594
Paul Ivanov
version0.9.rst 12.2 KiB
r21253:ff3b995adc30
Min RK
version1.0.rst 12.7 KiB
r12091:1b186fa7b654
Thomas Kluyver
version2.0.rst 13.7 KiB
r20286:aab20bf85126
Min RK
version3.rst 15.7 KiB
r21131:59bde5013465
Min RK
version3_widget_migration.rst 15.0 KiB
r20634:41d62aac7514
Patrick Snape

Documenting What's New

When making a new pull request that either adds a new feature, or makes a
backwards-incompatible change to IPython, please add a new .rst file in this
directory documenting this change as a part of your Pull Request.

This will allow multiple Pull Requests to do the same without conflicting with
one another. Periodically, IPython developers with commit rights will run a
script and populate development.rst
with the contents of this directory, and clean it up.

Files which describe new features can have any name, such as
antigravity-feature.rst, whereas backwards incompatible changes must have
have a filename starting with incompat-, such as
incompat-switching-to-perl.rst. Our "What's new" files always have two
sections, and this prefix scheme will make sure that the backwards incompatible
changes get routed to their proper section.

To merge these files into :file:whatsnew/development.rst, run the script :file:tools/update_whatsnew.py.