Skip to content

Commit d60b5de

Browse files
authored
Merge pull request #833 from Kotlin/update-docs-1
Update links to demos
2 parents 52bb360 + 0891bc0 commit d60b5de

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ You could find the following articles there:
3838
* [Rendering to HTML](https://kotlin.github.io/dataframe/tohtml.html#jupyter-notebooks)
3939

4040
### What's new
41-
Check out new features in development for the next release in this [notebook](examples/notebooks/feature_overviews/0.14.0/new_features.ipynb)
41+
Check out this [notebook with new features](examples/notebooks/feature_overviews/0.14.0/new_features.ipynb) in development for the next release.
4242

43-
The DataFrame compiler plugin reached public preview state!
44-
Here's a [demo project](https://github.com/koperagen/df-plugin-demo) that works with IntelliJ IDEA 2024.2.
43+
The DataFrame compiler plugin has reached public preview!
44+
Here's a [compiler plugin demo project](https://github.com/koperagen/df-plugin-demo) that works with IntelliJ IDEA 2024.2.
4545

4646
## Setup
4747

docs/StardustDocs/topics/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ that correspond to the columns of a data frame.
3131
In interactive notebooks like Jupyter or Datalore, the generation runs after each cell execution.
3232
In IntelliJ IDEA there's a Gradle plugin for generation properties based on CSV file or JSON file.
3333
Also, we’re working on a compiler plugin that infers and transforms [`DataFrame`](DataFrame.md) schema while typing.
34-
The generated properties ensures you’ll never misspell column name and don’t mess up with its type, and of course nullability is also preserved.
34+
You can now clone this [project with many examples](https://github.com/koperagen/df-plugin-demo) showcasing how it allows you to reliably use our most convenient extension properties API.
35+
The generated properties ensure you’ll never misspell column name and don’t mess up with its type, and of course nullability is also preserved.
3536

3637
* **Generic** — columns can store objects of any type, not only numbers or strings.
3738

0 commit comments

Comments
 (0)