From 0b43cd8fce49d1c42317324d88e69332be8ace3b Mon Sep 17 00:00:00 2001 From: He Huang Date: Tue, 29 Nov 2016 21:22:29 -0500 Subject: [PATCH 1/3] Fixed broken link on Magic Methods with new link and a brief note. The original website is down. --- docs/intro/learning.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 823da5bab..97623a8c5 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -209,6 +209,8 @@ in Python. Magic methods are surrounded by double underscores (i.e. __init__) and can make classes and objects behave in different and magical ways. `A Guide to Python's Magic Methods `_ +Note: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version: + `A Guide to Python's Magic Methods (repo on GitHub) `_ For Engineers and Scientists From 9c33ab68ab94a98012b0666a9ce8a69a10bf8e4f Mon Sep 17 00:00:00 2001 From: He Huang Date: Tue, 29 Nov 2016 21:27:15 -0500 Subject: [PATCH 2/3] Change the link to Magic Methods from its GitHub repo to its pdf file directly. --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 97623a8c5..f99dd56a0 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -210,7 +210,7 @@ and can make classes and objects behave in different and magical ways. `A Guide to Python's Magic Methods `_ Note: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version: - `A Guide to Python's Magic Methods (repo on GitHub) `_ + `A Guide to Python's Magic Methods (repo on GitHub) `_ For Engineers and Scientists From 48ee67897b44e40143c9c4bca653a01a89dd0bff Mon Sep 17 00:00:00 2001 From: He Huang Date: Tue, 29 Nov 2016 23:04:15 -0500 Subject: [PATCH 3/3] Format note according to the Style Guide --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index f99dd56a0..a5e264661 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -209,7 +209,7 @@ in Python. Magic methods are surrounded by double underscores (i.e. __init__) and can make classes and objects behave in different and magical ways. `A Guide to Python's Magic Methods `_ -Note: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version: +.. note:: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version: `A Guide to Python's Magic Methods (repo on GitHub) `_