Skip to content
Open
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 @@ -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/
Expand All @@ -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

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only fetches contents.html when I try it, I have to use wget -r --no-parent -P source http://matplotlib.org/ to get the whole hierarchy.


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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
4 changes: 4 additions & 0 deletions feeds/matplotlib.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<entry>
<version>1.8.0</version>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version should be 1.3.1

<url>https://github.com/sjpfenninger/dash-docsets/releases/download/v0.1/matplotlib.tgz</url>
</entry>