Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hachi8833/maxima-ja-docset
Docset for Maxima 5.37.2, generated with html2dash
https://github.com/hachi8833/maxima-ja-docset
Last synced: 13 days ago
JSON representation
Docset for Maxima 5.37.2, generated with html2dash
- Host: GitHub
- URL: https://github.com/hachi8833/maxima-ja-docset
- Owner: hachi8833
- Created: 2015-11-14T07:44:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T23:57:20.000Z (about 9 years ago)
- Last Synced: 2024-11-14T03:48:12.774Z (2 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# maxima-ja-docset
Docset for Maxima (a symbolic computation system):
- Base html: [Maxima Document in Japanese v5.37.2.1](https://osdn.jp/projects/maxima/releases/63925)
- Tool: [html2dash](https://github.com/xuelangZF/html2Dash)## Requirement
- [Dash](https://kapeli.com/dash)## Usage for Dash on Mac OS X
Just download the [docset file](https://github.com/hachi8833/maxima-ja-docset/releases/download/v5.37.2.1/maxima.docset.zip) and double click to install.
## html2dash usage
1. Prepare python environment including [pip](http://www.lifewithpython.com/2012/11/Python-package-setuptools-pip.html)
2. `pip install BeautifulSoup4`
3. `git clone https://github.com/xuelangZF/html2Dash.git; cd html2Dash`
4. Obtain the latest version of Maxima HTML document from [OSDN](https://osdn.jp/projects/maxima/). Assume that the directory name is `'ja'`.
5. Replace the string 'maxima.html' within all html files to 'index.html'
6. Change the filename 'maxima.html' to 'index.html'
7. `./html2dash.py -n maxima ja`