https://github.com/mpastell/scipy-cookbook
Scipy cookbook converted to Sphinx
https://github.com/mpastell/scipy-cookbook
Last synced: about 2 months ago
JSON representation
Scipy cookbook converted to Sphinx
- Host: GitHub
- URL: https://github.com/mpastell/scipy-cookbook
- Owner: mpastell
- Created: 2013-05-16T07:59:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T15:11:21.000Z (over 9 years ago)
- Last Synced: 2025-04-10T05:14:52.311Z (about 2 months ago)
- Language: Python
- Size: 26 MB
- Stars: 18
- Watchers: 2
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Converting Scipy Cookbook
This repo contains Scipy cookbook partially converted to sphinx format
The folders contain various stages of conversion:
* **originals** contains the wiki source and attachments scraped from
wiki dump posted by Robert Kern
http://mail.scipy.org/pipermail/scipy-dev/2013-May/018792.html. using
scrape_cookbook.py
* **converted** Contains files converted to
[Pweave](http://mpastell.com) rst+noweb file format converted with Pandoc.
* **attachments** is Pweave files with fixed attachment formatting
that wasn't handled by Pandoc.* **rst** Has the files converted to rst format using Pweave, notice
that the code is not run so Pweave just formats code for Sphinx
documents. ~30% of the examples can be run with Pweave to produce
meaningful output with captured figures and code.
* **Ipython** Cookbook pages converted to IPython notebook script format, these
can be directly imported to IPython notebooks.You can see the result of conversion in [here](http://mpastell.github.io)