From 1e653fd53d6b0af756e3fd436697764c9dda0126 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Mon, 6 Mar 2017 21:08:53 -0800 Subject: [PATCH 1/2] DOC moving showcase examples to sphinx-gallery --- examples/showcase/firefox.py | 2 ++ examples/showcase/xkcd.py | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/examples/showcase/firefox.py b/examples/showcase/firefox.py index 7d05a52de761..8d3ef7b1e842 100644 --- a/examples/showcase/firefox.py +++ b/examples/showcase/firefox.py @@ -2,6 +2,8 @@ ======= Firefox ======= + +This example shows how to create the firefox logo with path and patches. """ import re diff --git a/examples/showcase/xkcd.py b/examples/showcase/xkcd.py index 4413b167fbe4..8e905f0fca1c 100644 --- a/examples/showcase/xkcd.py +++ b/examples/showcase/xkcd.py @@ -1,3 +1,10 @@ +""" +==== +XKCD +==== + +Shows how to create an xkcd-like plot. +""" import matplotlib.pyplot as plt import numpy as np From 034fa329d385449c4e93f9023a944ecc100f15fa Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Tue, 7 Mar 2017 11:03:44 -0800 Subject: [PATCH 2/2] DOC capitalized firefox --- examples/showcase/firefox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/showcase/firefox.py b/examples/showcase/firefox.py index 8d3ef7b1e842..0f597812fa8f 100644 --- a/examples/showcase/firefox.py +++ b/examples/showcase/firefox.py @@ -3,7 +3,7 @@ Firefox ======= -This example shows how to create the firefox logo with path and patches. +This example shows how to create the Firefox logo with path and patches. """ import re