https://github.com/phxql/kotlin-one-epub
Small python script to create one epub file from the Kotlin reference.
https://github.com/phxql/kotlin-one-epub
Last synced: about 1 year ago
JSON representation
Small python script to create one epub file from the Kotlin reference.
- Host: GitHub
- URL: https://github.com/phxql/kotlin-one-epub
- Owner: phxql
- License: gpl-3.0
- Created: 2015-02-14T15:34:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T10:34:44.000Z (over 5 years ago)
- Last Synced: 2025-04-04T01:11:16.724Z (over 1 year ago)
- Language: Python
- Size: 2.32 MB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-one-epub
Small python script to create one epub file from the [Kotlin reference](http://kotlinlang.org/docs/reference/).
## Download
To download the EPub, [click here](https://github.com/phxql/kotlin-one-epub/blob/master/kotlin.epub?raw=true)
## Run it yourself
1. Install [Pandoc](http://pandoc.org/installing.html)
1. `pip install PyYAML`
1. Run `python convert.py`
## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)