GitHub

Original file line numberDiff line numberDiff line change

@@ -335,8 +335,6 @@ Save it somewhere, navigate to it from the Jupyter dashboard and then run as dis

335335
336336

### QuantEcon Notes

337337
338-

Duplicate implicit target name: "quantecon notes".

339-
340338

QuantEcon has its own site for sharing Jupyter notebooks related

341339

to economics -- [QuantEcon Notes](http://notes.quantecon.org/).

342340

@@ -509,9 +507,7 @@ For example, if you've installed the command line version, open up a terminal an

509507
510508

As the 2nd task,

511509
512-

1. Duplicate explicit target name: "github".

513-
514-

Sign up to [GitHub](https://github.com/).

510+

1. Sign up to [GitHub](https://github.com/).

515511

1. Look into 'forking' GitHub repositories (forking means making your own copy of a GitHub repository, stored on GitHub).

516512

1. Fork [QuantEcon.py](https://github.com/QuantEcon/QuantEcon.py).

517513

1. Clone your fork to some local directory, make edits, commit them, and push them back up to your forked GitHub repo.

@@ -520,9 +516,7 @@ As the 2nd task,

520516

For reading on these and other topics, try

521517
522518

* [The official Git documentation](http://git-scm.com/doc).

523-

* Duplicate explicit target name: "github".

524-
525-

Reading through the docs on [GitHub](https://github.com/).

519+

* Reading through the docs on [GitHub](https://github.com/).

526520

* [Pro Git Book](http://git-scm.com/book) by Scott Chacon and Ben Straub.

527521

* One of the thousands of Git tutorials on the Net.

528522

Read the original on github.com ↗