https://github.com/pauleveritt/kotlin_for_python
https://github.com/pauleveritt/kotlin_for_python
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pauleveritt/kotlin_for_python
- Owner: pauleveritt
- Created: 2017-09-13T20:40:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T12:30:30.000Z (over 1 year ago)
- Last Synced: 2025-01-14T17:31:33.832Z (6 months ago)
- Language: Python
- Size: 298 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Kotlin for Python
=================Documentation and tutorials for explaining Kotlin to Python developers.
.. note::
This is not an official JetBrains project, just an experiment I was
doing as a personal side project.- IntelliJ project
- Docs in Sphinx
- Live reload server during authoring via
Installation
============These docs are done in Sphinx, the Python documentation system. Content
is under docs.1) Make a virtual env, e.g. in ``.venv``
2) ``.venv/bin/pip3 install -r requirements.txt``
Running
=======1) ``.venv/bin/python ./run_livereload.py`` (or make a run config)
2) Edit docs
3) URL reloads