@@ -113,10 +113,10 @@ This creates the directory `pandas-yourname` and connects your repository to
113
113
the upstream (main project) *pandas * repository.
114
114
115
115
The testing suite will run automatically on Travis-CI once your Pull Request is
116
- submitted. However, if you wish to run the test suite on a branch prior to
116
+ submitted. However, if you wish to run the test suite on a branch prior to
117
117
submitting the Pull Request, then Travis-CI needs to be hooked up to your
118
118
GitHub repository. Instructions are for doing so are `here
119
- <http://about.travis-ci.org/docs/user/getting-started/> `_ .
119
+ <http://about.travis-ci.org/docs/user/getting-started/> `__ .
120
120
121
121
Creating a Branch
122
122
-----------------
@@ -219,7 +219,7 @@ To return to you home root environment:
219
219
deactivate
220
220
221
221
See the full ``conda `` docs `here
222
- <http://conda.pydata.org/docs> `_ .
222
+ <http://conda.pydata.org/docs> `__ .
223
223
224
224
At this point you can easily do an *in-place * install, as detailed in the next section.
225
225
@@ -372,7 +372,7 @@ If you want to do a full clean build, do::
372
372
Starting with 0.13.1 you can tell ``make.py `` to compile only a single section
373
373
of the docs, greatly reducing the turn-around time for checking your changes.
374
374
You will be prompted to delete `.rst ` files that aren't required. This is okay
375
- since the prior version can be checked out from git, but make sure to
375
+ since the prior version can be checked out from git, but make sure to
376
376
not commit the file deletions.
377
377
378
378
::
@@ -401,7 +401,7 @@ Built Master Branch Documentation
401
401
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402
402
403
403
When pull-requests are merged into the pandas *master * branch, the main parts of the documentation are
404
- also built by Travis-CI. These docs are then hosted `here <http://pandas-docs.github.io/pandas-docs-travis >`_ .
404
+ also built by Travis-CI. These docs are then hosted `here <http://pandas-docs.github.io/pandas-docs-travis >`__ .
405
405
406
406
Contributing to the code base
407
407
=============================
0 commit comments