Skip to content

Commit 4a6bb17

Browse files
committed
fix silly rst vs. md problem
1 parent 7ea29e7 commit 4a6bb17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/supplements/python_learning_resources.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ The problems themselves need not be difficult, but applying your Python skills t
8686
small, quick-to-solve coding challenges can be very helpful as a way to stay sharp.
8787
These are some of my favorite sites with this type of work:
8888

89-
* [LeetCodeOJ](https://leetcode.com) - Offers nearly 200 code challenges ranging
89+
* `LeetCodeOJ <https://leetcode.com>`_: Offers nearly 200 code challenges ranging
9090
from the simple to the devilishly difficult. You can submit your answers using
9191
their online editor and get automatic feedback both on the success of your solution
9292
and it's relative efficiencycompared to other solutions. It's quite a nice
9393
interface.
94-
* [CodeEval](https://www.codeeval.com/) - Again, level-graded challenges you can
94+
* `CodeEval <https://www.codeeval.com/>`_: Again, level-graded challenges you can
9595
submit and evaluate through an online editor. There is no direct comparison here
9696
with other solutions, but you do get a "ranking" in their pool of members.
97-
* [CodeKata](http://codekata.com/) - A series of challenges you can come back to
97+
* `CodeKata <http://codekata.com/>`_: A series of challenges you can come back to
9898
repeatedly to practice your skills. As you improve, your solutions to the
9999
problems should also improve. This site has no automatic evaluation, but the
100100
challenges are quite interesting. It is the source of the trigrams assignment

0 commit comments

Comments
 (0)