File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The main purpose of this library is to be an educational tool. You probably
1313shouldn't use these in production, instead, opting for the optimized versions of
1414these algorithms that can be found else where.
1515
16- You should totally check out the docs for implementation details, complexities
16+ You should totally check out the ` docs `_ for implementation details, complexities
1717and further info.
1818
1919Usage
@@ -32,7 +32,7 @@ Features
3232
3333- Pseudo code, algorithm complexities and futher info with each algorithm.
3434- Test coverage for each algorithm and data structure.
35- - Super sweet documentation.
35+ - Super sweet ` documentation `_ .
3636
3737Installation:
3838-------------
@@ -59,3 +59,6 @@ Contributing:
5959
6060Contributions are always welcome. Check out the contributing guidelines to get
6161started.
62+
63+ .. _`docs` : http://algorithms.readthedocs.org/en/latest/
64+ .. _`documentation` : http://algorithms.readthedocs.org/en/latest/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The main purpose of this library is to be an educational tool. You probably
1212shouldn't use these in production, instead, opting for the optimized versions of
1313these algorithms that can be found else where.
1414
15- You should totally check out the docs for implementation details, complexities
15+ You should totally check out the ` docs `_ for implementation details, complexities
1616and further info.
1717
1818Usage
@@ -30,8 +30,8 @@ Features
3030--------
3131
3232- Pseudo code, algorithm complexities and futher info with each algorithm.
33- - Test coverage for each algorithm and data structure.
34- - Super sweet documentation.
33+ - Test coverage for each algorithm and data structure.
34+ - Super sweet ` documentation `_ .
3535
3636Installation:
3737-------------
@@ -59,6 +59,8 @@ Contributing:
5959Contributions are always welcome. Check out the contributing guidelines to get
6060started.
6161
62+ .. _`docs` : http://algorithms.readthedocs.org/en/latest/
63+ .. _`documentation` : http://algorithms.readthedocs.org/en/latest/
6264
6365Table of Contents:
6466------------------
You can’t perform that action at this time.
0 commit comments