An open API service indexing awesome lists of open source software.

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.

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)