Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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