From e739feadb4ba1352410bce6e39d6f34625d19a24 Mon Sep 17 00:00:00 2001 From: alperen-kilic Date: Mon, 5 Apr 2021 14:48:23 +0300 Subject: [PATCH] Created Histogram gallery category, modified conf.py and moved rose.py to new 'Histogram' category --- doc/conf.py | 1 + examples/gallery/histograms/README.txt | 2 ++ examples/gallery/{embellishments => histograms}/rose.py | 0 3 files changed, 3 insertions(+) create mode 100644 examples/gallery/histograms/README.txt rename examples/gallery/{embellishments => histograms}/rose.py (100%) diff --git a/doc/conf.py b/doc/conf.py index 22c973073fb..e43193f4060 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -78,6 +78,7 @@ "../examples/gallery/3d_plots", "../examples/gallery/seismology", "../examples/gallery/basemaps", + "../examples/gallery/histograms", "../examples/gallery/embellishments", "../examples/projections/azim", "../examples/projections/conic", diff --git a/examples/gallery/histograms/README.txt b/examples/gallery/histograms/README.txt new file mode 100644 index 00000000000..4e68998cd33 --- /dev/null +++ b/examples/gallery/histograms/README.txt @@ -0,0 +1,2 @@ +Histograms +---------- diff --git a/examples/gallery/embellishments/rose.py b/examples/gallery/histograms/rose.py similarity index 100% rename from examples/gallery/embellishments/rose.py rename to examples/gallery/histograms/rose.py