From: Benjamin Mako Hill Date: Sat, 9 May 2015 15:17:32 +0000 (-0700) Subject: merged in all the code from ariel's branches and moved wikibios to a subdir X-Git-Url: https://projects.mako.cc/source/matplotlib-cdsw/commitdiff_plain merged in all the code from ariel's branches and moved wikibios to a subdir --- diff --git a/.gitignore b/.gitignore index c90bf3b..e234deb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *pdf *png wikipedia_bios.csv +hp_wiki.tsv diff --git a/README b/wikibios/README similarity index 100% rename from README rename to wikibios/README diff --git a/edits.py b/wikibios/edits.py similarity index 100% rename from edits.py rename to wikibios/edits.py diff --git a/fractionplot.py b/wikibios/fractionplot.py similarity index 100% rename from fractionplot.py rename to wikibios/fractionplot.py diff --git a/hist2d.py b/wikibios/hist2d.py similarity index 100% rename from hist2d.py rename to wikibios/hist2d.py diff --git a/histograms.py b/wikibios/histograms.py similarity index 100% rename from histograms.py rename to wikibios/histograms.py diff --git a/logscatterplot.py b/wikibios/logscatterplot.py similarity index 100% rename from logscatterplot.py rename to wikibios/logscatterplot.py diff --git a/scatterplot.py b/wikibios/scatterplot.py similarity index 100% rename from scatterplot.py rename to wikibios/scatterplot.py diff --git a/wikibios.py b/wikibios/wikibios.py similarity index 100% rename from wikibios.py rename to wikibios/wikibios.py