From f53e20bf3dc31dc78d0cce4426f74057521f8e68 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 9 May 2015 08:17:32 -0700 Subject: [PATCH] merged in all the code from ariel's branches and moved wikibios to a subdir --- .gitignore | 1 + README => wikibios/README | 0 edits.py => wikibios/edits.py | 0 fractionplot.py => wikibios/fractionplot.py | 0 hist2d.py => wikibios/hist2d.py | 0 histograms.py => wikibios/histograms.py | 0 logscatterplot.py => wikibios/logscatterplot.py | 0 scatterplot.py => wikibios/scatterplot.py | 0 wikibios.py => wikibios/wikibios.py | 0 9 files changed, 1 insertion(+) rename README => wikibios/README (100%) rename edits.py => wikibios/edits.py (100%) rename fractionplot.py => wikibios/fractionplot.py (100%) rename hist2d.py => wikibios/hist2d.py (100%) rename histograms.py => wikibios/histograms.py (100%) rename logscatterplot.py => wikibios/logscatterplot.py (100%) rename scatterplot.py => wikibios/scatterplot.py (100%) rename wikibios.py => wikibios/wikibios.py (100%) 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 -- 2.30.2