From 267312681b4d9d73a22b692a7bdb9a2ddaf4a572 Mon Sep 17 00:00:00 2001 From: Floris Lambrechts Date: Tue, 10 Jul 2018 16:41:30 +0200 Subject: [PATCH 1/2] Point to itertoolz and functoolz at mrocklin's GitHub account These were deleted from the pytoolz GitHub account. --- doc/source/heritage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/heritage.rst b/doc/source/heritage.rst index c66afea5..dcc92a0c 100644 --- a/doc/source/heritage.rst +++ b/doc/source/heritage.rst @@ -41,8 +41,8 @@ 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 +.. [itertoolz] https://github.com/mrocklin/itertoolz +.. [functoolz] https://github.com/mrocklin/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 From c27c178cf121291d11ba64dc5edefda105d309ee Mon Sep 17 00:00:00 2001 From: Floris Lambrechts Date: Tue, 10 Jul 2018 16:42:39 +0200 Subject: [PATCH 2/2] Change HTTP links to use HTTPS --- doc/source/heritage.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/heritage.rst b/doc/source/heritage.rst index dcc92a0c..f2fc587a 100644 --- a/doc/source/heritage.rst +++ b/doc/source/heritage.rst @@ -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 +.. [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] 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 +.. [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