Skip to content

Commit a2e62da

Browse files
Remove some quotes to avoid break links.
1 parent 33d37ee commit a2e62da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ for line ending, the option commonly chosen is
9999
* Mac OSX
100100
---------
101101
If you don't already have git available, a good git client for Mac can be
102-
downloaded at ``http://www.git-scm.com/downloads``.
103-
It installs git in ``/usr/local/git/bin/``, so to have it available from any
102+
downloaded at http://www.git-scm.com/downloads.
103+
It installs git in /usr/local/git/bin/, so to have it available from any
104104
terminal, you will want to make sure that location is on your PATH environment
105105
variable.
106106

107107

108108
* Linux
109109
-------
110110
The easiest on Linux is to install git from your distro's package manager
111-
(``yum`` for redhat based distros, ``apt-get`` for Ubuntu, ...). For example on
111+
(yum for redhat based distros, apt-get for Ubuntu, ...). For example on
112112
Ubuntu, it should be enough to run::
113113

114114
$ sudo apt-get install git
@@ -124,13 +124,13 @@ only make git accessible from there) and type::
124124

125125
git clone https://github.com/jonathanrocher/pandas_tutorial.git
126126

127-
That will create a new folder named ``pandas_tutorial/`` with all the
128-
content you will need, mostly a folder named ``climate_timeseries`` with the
127+
That will create a new folder named pandas_tutorial/ with all the
128+
content you will need, mostly a folder named climate_timeseries/ with the
129129
demo notebook that we will follow for the whole tutorial.
130130

131131
As you get closer to the day of the tutorial, it is highly recommended to
132132
update this repository, as I will be improving it this week. To update it, open
133-
a command prompt, move **into** the ``pandas_tutorial/`` folder and run::
133+
a command prompt, move **into** the pandas_tutorial/ folder and run::
134134

135135
$ git pull
136136

0 commit comments

Comments
 (0)