Skip to content

Commit

Permalink
Add warning to deprecated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Jun 13, 2024
1 parent 13fc617 commit a488fd9
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin) documentation website.
>
>
>

## Lets-Plot Kotlin API
* Lets-Plot Kotlin API reference: https://lets-plot.org/kotlin
Expand Down
10 changes: 10 additions & 0 deletions docs/as_discrete.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin) documentation website.
>
>
>
- [Function asDiscrete](#description)
- [Examples](#examples)
Expand Down
11 changes: 11 additions & 0 deletions docs/cookbooks.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin) documentation website.
>
>
>
## Lets-Plot Kotlin API Cookbooks

(Unfinished, work in progress)
Expand Down
11 changes: 11 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin) documentation website.
>
>
>
## Example Notebooks

Try the following tutorials and examples to learn and evaluate various features of the `Lets-Plot` library.
Expand Down
11 changes: 11 additions & 0 deletions docs/formats.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin/formats.html) documentation website.
>
>
>
# Formatting

Formatting provides the ability to do complex variable substitutions and value formatting.
Expand Down
13 changes: 12 additions & 1 deletion docs/geotools.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# GeoTools Support
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin/geospatial-charts.html) documentation website.
>
>
>
## GeoTools Support

- [Creating maps in JVM-based applications](#maps-in-jvm)
- [Maven artifacts](#maven-artifacts)
Expand Down
13 changes: 12 additions & 1 deletion docs/sampling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Sampling in Lets-Plot
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin/sampling.html) documentation website.
>
>
>
## Sampling in Lets-Plot

Sampling is a special technique of data transformation, which is built into Lets-Plot and is applied after `stat` transformation.

Expand Down
13 changes: 12 additions & 1 deletion docs/tooltips.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Tooltip Customization
>
>
>
> # Warning:
> This documentation page is outdated.
>
> For up-to-date information, see the [Lets-Plot for Kotlin](https://lets-plot.org/kotlin/tooltips.html) documentation website.
>
>
>
## Tooltip Customization

- [Tooltip `variables` parameter](#variables)
- [Examples](#example-variables)
Expand Down

0 comments on commit a488fd9

Please sign in to comment.