From 8604597d7ea3fce7695c0be3beaaf4fabb25b2a8 Mon Sep 17 00:00:00 2001 From: "Allan L. R. Hansen" Date: Tue, 18 Feb 2014 13:35:44 +0100 Subject: [PATCH] Added Matplotlib to docsets. --- Makefile | 8 ++++++++ README.md | 2 ++ feeds/matplotlib.xml | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 feeds/matplotlib.xml diff --git a/Makefile b/Makefile index 30cdcce..1c723ea 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ build-scipy: build-statsmodels: ./build-docset.sh statsmodels source/statsmodels.sourceforge.net/stable + +build-matplotlib: + ./build-docset.sh Matplotlib source/matplotlib.org fetch-pandas: wget -r --no-parent -P source http://pandas.pydata.org/pandas-docs/stable/ @@ -41,15 +44,20 @@ fetch-scipy: 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 http://matplotlib.org/contents.html fetch: make fetch-pandas make fetch-numpy make fetch-scipy make fetch-statsmodels + make fetch-matplotlib build: make build-pandas make build-numpy make build-scipy make build-statsmodels + make build-matplotlib diff --git a/README.md b/README.md index dd1714a..239014d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Provides docsets for the [Dash](http://kapeli.com/dash) and [Zeal](http://zealdo * [SciPy](http://docs.scipy.org/doc/scipy/reference/) * [pandas](http://pandas.pydata.org/pandas-docs/stable/) * [statsmodels](http://statsmodels.sourceforge.net/stable/) +* [matplotlib](http://matplotlib.org/) All docsets are set to use the Python language family and are added under the `python:` keyword by default. The scripts used to build the docsets are included. @@ -17,6 +18,7 @@ Add any or all of the following feeds to Dash: * SciPy: [https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/scipy.xml](https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/scipy.xml) * pandas: [https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/pandas.xml](https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/pandas.xml) * statsmodels: [https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/statsmodels.xml](https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/statsmodels.xml) +* Matplotlib: [https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/matplotlib.xml](https://raw.github.com/sjpfenninger/dash-docsets/master/feeds/matplotlib.xml) ## Building the docsets diff --git a/feeds/matplotlib.xml b/feeds/matplotlib.xml new file mode 100644 index 0000000..9bd04ae --- /dev/null +++ b/feeds/matplotlib.xml @@ -0,0 +1,4 @@ + + 1.8.0 + https://github.com/sjpfenninger/dash-docsets/releases/download/v0.1/matplotlib.tgz +