@@ -335,8 +335,6 @@ Save it somewhere, navigate to it from the Jupyter dashboard and then run as dis
|
335 | 335 | |
336 | 336 | ### QuantEcon Notes |
337 | 337 | |
338 | | -Duplicate implicit target name: "quantecon notes". |
339 | | - |
340 | 338 | QuantEcon has its own site for sharing Jupyter notebooks related |
341 | 339 | to economics -- [QuantEcon Notes](http://notes.quantecon.org/). |
342 | 340 | |
@@ -509,9 +507,7 @@ For example, if you've installed the command line version, open up a terminal an
|
509 | 507 | |
510 | 508 | As the 2nd task, |
511 | 509 | |
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/). |
515 | 511 | 1. Look into 'forking' GitHub repositories (forking means making your own copy of a GitHub repository, stored on GitHub). |
516 | 512 | 1. Fork [QuantEcon.py](https://github.com/QuantEcon/QuantEcon.py). |
517 | 513 | 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,
|
520 | 516 | For reading on these and other topics, try |
521 | 517 | |
522 | 518 | * [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/). |
526 | 520 | * [Pro Git Book](http://git-scm.com/book) by Scott Chacon and Ben Straub. |
527 | 521 | * One of the thousands of Git tutorials on the Net. |
528 | 522 | |