You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ Operations likely to be split off in the future include:
17
17
### Korro code samples
18
18
19
19
Code samples for the documentation website reside
20
-
in [core/.../test/.../samples/api](./src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api),
21
-
and [tests/.../samples/api](../tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api)
20
+
in [core/.../test/.../samples/api](./src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api) (for samples that depend solely on `dataframe-core`),
21
+
and [tests/.../samples/api](../tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api) (for samples can depend on other I/O modules)
22
22
and they are copied over to Markdown files in [docs/StardustDocs/topics](../docs/StardustDocs/topics)
23
23
by [Korro](https://github.com/devcrocod/korro).
Code samples for the documentation website reside in [core/.../test/.../samples/api](../core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api),
32
-
and [tests/.../samples/api](../tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api)
31
+
Code samples for the documentation website reside in [core/.../test/.../samples/api](../core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api)
32
+
(for samples that depend solely on `dataframe-core`),
33
+
and [tests/.../samples/api](../tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api) (for samples can depend on other I/O modules)
33
34
and they are copied over to Markdown files in [docs/StardustDocs/topics](./StardustDocs/topics)
34
35
by [Korro](https://github.com/devcrocod/korro).
Code samples for the documentation website reside in [core/.../test/.../samples/api](../core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api),
4
-
and [tests/.../samples/api](../tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api)
3
+
Code samples for the documentation website reside in [core/.../test/.../samples/api](../core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api)
4
+
(for samples that depend solely on `dataframe-core`),
5
+
and [tests/.../samples/api](../tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api) (for samples can depend on other I/O modules)
5
6
and they are copied over to Markdown files in [docs/StardustDocs/topics](../docs/StardustDocs/topics)
6
7
by [Korro](https://github.com/devcrocod/korro).
7
8
8
-
This module should likely be moved into[:core](../core): [Issue #898](https://github.com/Kotlin/dataframe/issues/898).
9
+
This module might be merged with[:core](../core): [Issue #898](https://github.com/Kotlin/dataframe/issues/898).
0 commit comments