diff --git a/Makefile b/Makefile index 98d7df7..271e788 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ build-scipy: build-statsmodels: ./build-docset.sh statsmodels source/statsmodels.sourceforge.net/stable +build-matplotlib: + ./build-docset.sh Matplotlib source/matplotlib.org + build-seaborn: find source/stanford.edu/~mwaskom/software/seaborn -maxdepth 1 -name '*.html' -type f -exec sed -i "" 's|//netdna.bootstrapcdn.com|netdna.bootstrapcdn.com|g' {} \; find source/stanford.edu/~mwaskom/software/seaborn -mindepth 2 -name '*.html' -type f -exec sed -i "" 's|//netdna.bootstrapcdn.com|../netdna.bootstrapcdn.com|g' {} \; @@ -55,6 +58,9 @@ fetch-statsmodels: wget -r --no-parent -P source http://statsmodels.sourceforge.net/stable/ wget -r --no-parent -P source http://statsmodels.sourceforge.net/stable/_static/searchtools.js +fetch-matplotlib: + wget -r --no-parent -P source -p -- http://matplotlib.org/ + fetch-seaborn: wget -r --no-parent -P source http://stanford.edu/~mwaskom/software/seaborn/ wget -r --no-parent -P source http://stanford.edu/~mwaskom/software/seaborn/_static/searchtools.js @@ -67,6 +73,7 @@ fetch: make fetch-numpy make fetch-scipy make fetch-statsmodels + make fetch-matplotlib make fetch-seaborn build: @@ -75,4 +82,5 @@ build: make build-numpy make build-scipy make build-statsmodels + make build-matplotlib make build-seaborn diff --git a/feeds/matplotlib.xml b/feeds/matplotlib.xml new file mode 100644 index 0000000..c57c553 --- /dev/null +++ b/feeds/matplotlib.xml @@ -0,0 +1,5 @@ + + 1.3.1 + https://github.com/sjpfenninger/dash-docsets/releases/download/v0.1/matplotlib.tgz + +