Skip to content

Commit

Permalink
Merge pull request pytoolz#407 from florisla/fix-heritage-links
Browse files Browse the repository at this point in the history
Fix broken 'heritage' links to itertoolz and functoolz
  • Loading branch information
eriknw authored Aug 14, 2018
2 parents 2bf9e8b + c27c178 commit 2c1dabb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/source/heritage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ philosophy but mimics declarative database languages rather than functional
ones. Enumerable_ is is the closest project in Ruby. Other excellent projects
also exist within the Python ecosystem, most notably Fn.py_ and Funcy_.

.. [itertools] http://docs.python.org/2/library/itertools.html
.. [functools] http://docs.python.org/2/library/functools.html
.. [itertoolz] http://github.com/pytoolz/itertoolz
.. [functoolz] http://github.com/pytoolz/functoolz
.. [Underscore.js] http://underscorejs.org
.. [cheatsheet] http://clojure.org/cheatsheet
.. [Guido] http://python-history.blogspot.com/2009/04/origins-of-pythons-functional-features.html
.. [Enumerable] http://ruby-doc.org/core-2.0.0/Enumerable.html
.. [itertools] https://docs.python.org/2/library/itertools.html
.. [functools] https://docs.python.org/2/library/functools.html
.. [itertoolz] https://github.com/mrocklin/itertoolz
.. [functoolz] https://github.com/mrocklin/functoolz
.. [Underscore.js] https://underscorejs.org
.. [cheatsheet] https://clojure.org/cheatsheet
.. [Guido] https://python-history.blogspot.com/2009/04/origins-of-pythons-functional-features.html
.. [Enumerable] https://ruby-doc.org/core-2.0.0/Enumerable.html
.. [funcy] https://github.com/suor/funcy/
.. [fn.py] https://github.com/kachayev/fn.py

0 comments on commit 2c1dabb

Please sign in to comment.