Skip to content

Commit 093f6c7

Browse files
using anonymous hyperlinks (two underscores instead of one) for preventing warning on same names
1 parent 41d6426 commit 093f6c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/contributing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ This creates the directory `pandas-yourname` and connects your repository to
113113
the upstream (main project) *pandas* repository.
114114

115115
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
117117
submitting the Pull Request, then Travis-CI needs to be hooked up to your
118118
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/>`__.
120120

121121
Creating a Branch
122122
-----------------
@@ -219,7 +219,7 @@ To return to you home root environment:
219219
deactivate
220220

221221
See the full ``conda`` docs `here
222-
<http://conda.pydata.org/docs>`_.
222+
<http://conda.pydata.org/docs>`__.
223223

224224
At this point you can easily do an *in-place* install, as detailed in the next section.
225225

@@ -372,7 +372,7 @@ If you want to do a full clean build, do::
372372
Starting with 0.13.1 you can tell ``make.py`` to compile only a single section
373373
of the docs, greatly reducing the turn-around time for checking your changes.
374374
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
376376
not commit the file deletions.
377377

378378
::
@@ -401,7 +401,7 @@ Built Master Branch Documentation
401401
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402402

403403
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>`__.
405405

406406
Contributing to the code base
407407
=============================

0 commit comments

Comments
 (0)