Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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' {} \;
Expand Down Expand Up @@ -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
Expand All @@ -67,6 +73,7 @@ fetch:
make fetch-numpy
make fetch-scipy
make fetch-statsmodels
make fetch-matplotlib
make fetch-seaborn

build:
Expand All @@ -75,4 +82,5 @@ build:
make build-numpy
make build-scipy
make build-statsmodels
make build-matplotlib
make build-seaborn
5 changes: 5 additions & 0 deletions feeds/matplotlib.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<entry>
<version>1.3.1</version>
<url>https://github.com/sjpfenninger/dash-docsets/releases/download/v0.1/matplotlib.tgz</url>
</entry>