1.5 KiB
Vendored
1.5 KiB
Vendored
:samples
Code samples, as well as DataFrame iframes and Kandy plot images, for the documentation website.
Korro
Saves code samples using Korro.
To save or update samples:
- Run the
korroCleanandkorroGradle tasks.
Important: May not work correctly until the
migration from :core is finished.
Run Korro tasks for the whole project.
SampleHelper
SampleHelper
allows you to save the resulting Kandy plots as SVG images and DataFrames as iframes.
Running tests in this module will save or update these samples.
Important:
- If a sample has changed, verify that the change is intentional and correct. You can track it with the Git file changes tracker in IDEA.
- Add all iframes as resources in this file. Run this script to update them.
Notebook-To-Doc
A Kotlin notebook can be easily converted to documentation using
this script.
It produces two files: .kt and .md.
- Place the
.ktfile in the tests of this module and run it. - Place the
.mdfile in the docs topics directory. - Run the Korro tasks.