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
These docs are done in Sphinx, the Python documentation system. Content is under docs.
- Make a virtual env, e.g. in
.venv
.venv/bin/pip3 install -r requirements.txt
.venv/bin/python ./run_livereload.py
(or make a run config)- Edit docs
- URL reloads