From 16f38b25a6a74106e52f1fd171783bcbf258e7c3 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Sun, 5 May 2019 21:01:57 -0300 Subject: [PATCH 1/3] Add a footnote about Cheese Shop in Doc/tutorial --- Doc/tutorial/whatnow.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index d876d0740d8065..9414f37e287d1d 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -39,7 +39,7 @@ More Python resources: * https://docs.python.org: Fast access to Python's documentation. * https://pypi.org: The Python Package Index, previously also nicknamed - the Cheese Shop, is an index of user-created Python modules that are available + the Cheese Shop [#]_, is an index of user-created Python modules that are available for download. Once you begin releasing code, you can register it here so that others can find it. @@ -68,3 +68,8 @@ Before posting, be sure to check the list of :ref:`Frequently Asked Questions ` (also called the FAQ). The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem. + +.. rubric:: Footnotes + +.. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop, +but whatever cheese he asks for, the clerk says it's missing. From ba422cdfc8970d3aef16004d2ca326fb13d5e16e Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Mon, 6 May 2019 14:35:49 -0300 Subject: [PATCH 2/3] Just add a blank line to fix Travis error --- Doc/tutorial/whatnow.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index 9414f37e287d1d..1a1694be8588be 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -73,3 +73,4 @@ already contain the solution for your problem. .. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop, but whatever cheese he asks for, the clerk says it's missing. + From 6360af136be13afcc9815a2365cd6199cdeaac73 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Mon, 6 May 2019 14:52:43 -0300 Subject: [PATCH 3/3] Add a indent in footnotes --- Doc/tutorial/whatnow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index 1a1694be8588be..3208201312b871 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -72,5 +72,5 @@ already contain the solution for your problem. .. rubric:: Footnotes .. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop, -but whatever cheese he asks for, the clerk says it's missing. + but whatever cheese he asks for, the clerk says it's missing.