##// END OF EJS Templates
fix links
Paul Ivanov -
Show More
@@ -29,9 +29,8 b' Some guidelines on contributing to IPython:'
29 - bugfixes should include regression tests
29 - bugfixes should include regression tests
30 - new behavior should at least get minimal exercise
30 - new behavior should at least get minimal exercise
31 * New features and backwards-incompatible changes should be documented by adding
31 * New features and backwards-incompatible changes should be documented by adding
32 a new file to the [development](docs/source/whatsnew/development) directory,
32 a new file to the [pr](docs/source/whatsnew/pr) directory, see [the README.md
33 see [the README.md there](docs/source/whatsnew/development/README.md) for
33 there](docs/source/whatsnew/pr/README.md) for details.
34 details.
35
34
36 [Travis](http://travis-ci.org/#!/ipython/ipython) does a pretty good job testing IPython and Pull Requests,
35 [Travis](http://travis-ci.org/#!/ipython/ipython) does a pretty good job testing IPython and Pull Requests,
37 but it may make sense to manually perform tests (possibly with our `test_pr` script),
36 but it may make sense to manually perform tests (possibly with our `test_pr` script),
@@ -7,8 +7,8 b' directory documenting this change as a part of your Pull Request.'
7
7
8 This will allow multiple Pull Requests to do the same without conflicting with
8 This will allow multiple Pull Requests to do the same without conflicting with
9 one another. Periodically, IPython developers with commit rights will run a
9 one another. Periodically, IPython developers with commit rights will run a
10 script and populate [developement.rst](../developement.rst) with the contents
10 script and populate [development.rst](../development.rst)
11 of this directory, and clean it up.
11 with the contents of this directory, and clean it up.
12
12
13 Files which describe new features can have any name, such as
13 Files which describe new features can have any name, such as
14 `antigravity-feature.rst`, whereas backwards incompatible changes should have a
14 `antigravity-feature.rst`, whereas backwards incompatible changes should have a
General Comments 0
You need to be logged in to leave comments. Login now