Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64e62a9

Browse files
committed
Merge pull request nryoung#129 from nryoung/add-docs-link
Add docs link to README
2 parents 180c2f1 + 209094c commit 64e62a9

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The main purpose of this library is to be an educational tool. You probably
1313
shouldn't use these in production, instead, opting for the optimized versions of
1414
these 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
1717
and further info.
1818

1919
Usage
@@ -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

3737
Installation:
3838
-------------
@@ -59,3 +59,6 @@ Contributing:
5959

6060
Contributions are always welcome. Check out the contributing guidelines to get
6161
started.
62+
63+
.. _`docs`: http://algorithms.readthedocs.org/en/latest/
64+
.. _`documentation`: http://algorithms.readthedocs.org/en/latest/

docs/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The main purpose of this library is to be an educational tool. You probably
1212
shouldn't use these in production, instead, opting for the optimized versions of
1313
these 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
1616
and further info.
1717

1818
Usage
@@ -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

3636
Installation:
3737
-------------
@@ -59,6 +59,8 @@ Contributing:
5959
Contributions are always welcome. Check out the contributing guidelines to get
6060
started.
6161

62+
.. _`docs`: http://algorithms.readthedocs.org/en/latest/
63+
.. _`documentation`: http://algorithms.readthedocs.org/en/latest/
6264

6365
Table of Contents:
6466
------------------

0 commit comments

Comments
 (0)